|
1 | 1 | { |
2 | | - "id": "io.github.redddfoxxyy.samaya", |
3 | | - "runtime": "org.gnome.Platform", |
4 | | - "runtime-version": "49", |
5 | | - "sdk": "org.gnome.Sdk", |
6 | | - "command": "samaya", |
7 | | - "finish-args": [ |
8 | | - "--share=ipc", |
9 | | - "--socket=fallback-x11", |
10 | | - "--device=dri", |
11 | | - "--socket=wayland", |
12 | | - "--socket=pulseaudio" |
13 | | - ], |
14 | | - "cleanup": [ |
15 | | - "/include", |
16 | | - "/lib/pkgconfig", |
17 | | - "/man", |
18 | | - "/share/doc", |
19 | | - "/share/gtk-doc", |
20 | | - "/share/man", |
21 | | - "/share/pkgconfig", |
22 | | - "*.la", |
23 | | - "*.a", |
24 | | - "/bin/*-config", |
25 | | - "/share/aclocal", |
26 | | - "/share/info", |
27 | | - "/lib/cmake", |
28 | | - "/share/vala", |
29 | | - "/lib/girepository-1.0", |
30 | | - "/share/gir-1.0" |
31 | | - ], |
32 | | - "modules": [ |
33 | | - "shared-modules/libcanberra/libcanberra.json", |
34 | | - { |
35 | | - "name": "gsound", |
36 | | - "buildsystem": "meson", |
37 | | - "config-opts": ["--buildtype=release", "--libdir=/app/lib"], |
38 | | - "sources": [ |
39 | | - { |
40 | | - "type": "archive", |
41 | | - "url": "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz", |
42 | | - "sha256": "ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a" |
43 | | - } |
44 | | - ] |
45 | | - }, |
46 | | - { |
47 | | - "name": "samaya", |
48 | | - "buildsystem": "meson", |
49 | | - "sources": [ |
50 | | - { |
51 | | - "type": "git", |
52 | | - "url": "https://github.com/RedddFoxxyy/samaya.git", |
53 | | - "branch": "main" |
54 | | - } |
55 | | - ], |
56 | | - "config-opts": ["--buildtype=release"] |
57 | | - } |
58 | | - ] |
| 2 | + "id": "io.github.redddfoxxyy.samaya", |
| 3 | + "runtime": "org.gnome.Platform", |
| 4 | + "runtime-version": "49", |
| 5 | + "sdk": "org.gnome.Sdk", |
| 6 | + "command": "samaya", |
| 7 | + "finish-args": [ |
| 8 | + "--share=ipc", |
| 9 | + "--socket=fallback-x11", |
| 10 | + "--device=dri", |
| 11 | + "--socket=wayland", |
| 12 | + "--socket=pulseaudio" |
| 13 | + ], |
| 14 | + "cleanup": [ |
| 15 | + "/include", |
| 16 | + "/lib/pkgconfig", |
| 17 | + "/man", |
| 18 | + "/share/doc", |
| 19 | + "/share/gtk-doc", |
| 20 | + "/share/man", |
| 21 | + "/share/pkgconfig", |
| 22 | + "*.la", |
| 23 | + "*.a", |
| 24 | + "/bin/*-config", |
| 25 | + "/share/aclocal", |
| 26 | + "/share/info", |
| 27 | + "/lib/cmake", |
| 28 | + "/share/vala", |
| 29 | + "/lib/girepository-1.0", |
| 30 | + "/share/gir-1.0" |
| 31 | + ], |
| 32 | + "modules": [ |
| 33 | + "shared-modules/libcanberra/libcanberra.json", |
| 34 | + { |
| 35 | + "name": "gsound", |
| 36 | + "buildsystem": "meson", |
| 37 | + "config-opts": ["--buildtype=release", "--libdir=/app/lib"], |
| 38 | + "sources": [ |
| 39 | + { |
| 40 | + "type": "archive", |
| 41 | + "url": "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz", |
| 42 | + "sha256": "ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a" |
| 43 | + } |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "samaya", |
| 48 | + "buildsystem": "meson", |
| 49 | + "sources": [ |
| 50 | + { |
| 51 | + "type": "git", |
| 52 | + "url": "https://github.com/RedddFoxxyy/samaya.git", |
| 53 | + "branch": "release" |
| 54 | + } |
| 55 | + ], |
| 56 | + "config-opts": ["--buildtype=release"] |
| 57 | + } |
| 58 | + ] |
59 | 59 | } |
0 commit comments