-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.vaccine.app.json
55 lines (55 loc) · 1.24 KB
/
org.vaccine.app.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
{
"app-id": "org.vaccine.app",
"runtime": "org.gnome.Platform",
"runtime-version": "3.24",
"sdk": "org.gnome.Sdk",
"command": "vaccine",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--share=network",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup": ["*.a", "*.la", "/include"],
"modules": [
{
"name": "gee-0.8",
"build-options" : {
"env": {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
}
},
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/libgee"
}
]
},
{
"name": "gtksourceview",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gtksourceview",
"branch": "gnome-3-24"
}
]
},
{
"name": "vaccine",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://github.com/VaccineApp/vaccine.git"
}
]
}
]
}