-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.ampr.ct1enq.gdx.json
61 lines (61 loc) · 1.47 KB
/
org.ampr.ct1enq.gdx.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
{
"app-id" : "org.ampr.ct1enq.gdx",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.30",
"sdk" : "org.gnome.Sdk",
"command" : "gdx",
"finish-args" : [
"--share=network",
"--socket=x11",
"--socket=wayland",
"--device=dri",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "libgee",
"buildsystem" : "meson",
"config-opts" : [
"--libdir=lib"
],
"builddir" : true,
"sources" : [
{
"type" : "git",
"tag" : "meson",
"url" : "https://github.com/GNOME/libgee.git"
}
]
},
{
"name" : "gdx",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/phastmike/gdx.git",
"branch" : "master"
}
]
}
],
"build-options" : {
"env" : {
}
}
}