-
Notifications
You must be signed in to change notification settings - Fork 12
/
dev.tchx84.Gameeky.json
55 lines (55 loc) · 1.34 KB
/
dev.tchx84.Gameeky.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": "dev.tchx84.Gameeky",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"separate-locales": false,
"command": "dev.tchx84.Gameeky.Launcher",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=~/Gameeky:create",
"--talk-name=org.gnome.Software"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"add-extensions": {
"dev.tchx84.Gameeky.ThematicPack": {
"directory": "extensions",
"subdirectories": true,
"no-autodownload": true,
"autodelete": true
}
},
"modules": [
"tests/requirements.json",
{
"name": "gameeky",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
"path": ".",
"branch": "HEAD"
}
],
"post-install": [
"install -d /app/extensions"
]
}
]
}