-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio.github.redddfoxxyy.samaya.json
More file actions
83 lines (83 loc) · 1.8 KB
/
Copy pathio.github.redddfoxxyy.samaya.json
File metadata and controls
83 lines (83 loc) · 1.8 KB
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
{
"id": "io.github.redddfoxxyy.samaya",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "samaya",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--socket=pulseaudio"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a",
"/bin/*-config",
"/share/aclocal",
"/share/info",
"/lib/cmake",
"/share/vala",
"/lib/girepository-1.0",
"/share/gir-1.0"
],
"modules": [
{
"name": "libcanberra",
"buildsystem": "autotools",
"config-opts": [
"--disable-gtk3",
"--disable-gtk2",
"--disable-gstreamer",
"--libdir=/app/lib",
"--disable-static",
"--disable-debug"
],
"sources": [
{
"type": "archive",
"url": "https://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
"sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
}
]
},
{
"name": "gsound",
"buildsystem": "meson",
"config-opts": [
"--libdir=lib",
"--buildtype=release"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz",
"sha256": "ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a"
}
]
},
{
"name": "samaya",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
],
"config-opts": [
"--buildtype=release",
"--libdir=lib"
]
}
]
}