-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.onsah.SyncLyrics.json
97 lines (97 loc) · 2.94 KB
/
io.github.onsah.SyncLyrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"app-id": "io.github.onsah.SyncLyrics",
"command": "com.github.onsah.SyncLyrics",
"runtime": "org.gnome.Platform",
"runtime-version": "42",
"sdk": "org.gnome.Sdk",
"rename-desktop-file": "com.github.onsah.SyncLyrics.desktop",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"separate-locales": false,
"cleanup": [
"/cache",
"/man",
"/share/aclocal",
"/share/devhelp",
"/share/gtk-doc",
"/share/man",
"/lib/systemd",
"*.la",
"*.a"
],
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=session-bus",
"--device=dri"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"cflags": "-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED",
"build-args" : [
"--share=network"
],
"env": {
"CARGO_HOME": "/run/build/sync-lyrics/cargo",
"RUSTFLAGS": "",
"RUST_BACKTRACE": "1",
"RUST_LOG": "sync-lyrics_gtk=debug,sync-lyrics_data=debug,glib=debug",
"G_MESSAGES_DEBUG" : "none",
"G_ENABLE_DIAGNOSTIC": "1"
}
},
"modules": [
{
"name": "gobject-introspection",
"buildsystem": "meson",
"cleanup-platform": [
"*",
"/lib/*/gobject-introspection/giscanner",
"/share/gobject-introspection/giscanner",
"/bin"
],
"ensure-writable": [
"/lib/*/gobject-introspection/giscanner/*.pyc",
"/lib/*/gobject-introspection/giscanner/*/*.pyc"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gobject-introspection/1.66/gobject-introspection-1.66.1.tar.xz",
"sha256": "dd44a55ee5f426ea22b6b89624708f9e8d53f5cc94e5485c15c87cb30e06161d"
}
]
},
{
"name": "libgee",
"make-install-args": [
"girdir=/app/share/gir-1.0",
"typelibdir=/app/lib/girepository-1.0"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.3.tar.xz",
"sha256": "d0b5edefc88cbca5f1709d19fa62aef490922c6577a14ac4e7b085507911a5de"
}
]
},
{
"name": "sync-lyrics",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dprofile=development"
],
"sources": [
{
"type": "dir",
"path": "./"
}
]
}
]
}