-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathorg.gnome.five-or-more.json
47 lines (47 loc) · 1.31 KB
/
org.gnome.five-or-more.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
{
"app-id": "org.gnome.five-or-more",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "five-or-more",
"tags": [
"nightly"
],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"modules": [{
"name": "libgee",
"sources": [{
"type": "git",
"branch": "main",
"url": "https://gitlab.gnome.org/GNOME/libgee.git"
}]
},
{
"name": "libgnome-games-support",
"buildsystem": "meson",
"sources": [{
"type": "git",
"branch": "games-1-8",
"url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git"
}]
},
{
"name": "five-or-more",
"buildsystem": "meson",
"sources": [{
"type": "git",
"branch": "main",
"url": "https://gitlab.gnome.org/GNOME/five-or-more.git"
}]
}
]
}