-
Notifications
You must be signed in to change notification settings - Fork 3
/
com.bay12games.DwarfFortress.json.in
70 lines (65 loc) · 2.02 KB
/
com.bay12games.DwarfFortress.json.in
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
{
"app-id": "com.bay12games.DwarfFortress",
"branch": "@BRANCH@",
"runtime": "org.gnome.Platform",
"runtime-version": "3.28",
"sdk": "org.gnome.Sdk",
"command": "dwarf-fortress",
"finish-args": [
"--persist=df_linux",
"--share=ipc", "--socket=x11", "--device=dri",
"--socket=pulseaudio",
"--extension=com.bay12games.DwarfFortress.dfhack=directory=/app/dfhack",
"--extension=com.bay12games.DwarfFortress.dfhack=no-autodownload=true",
"--extension=com.bay12games.DwarfFortress.dfhack=version=@BRANCH@",
"--extra-data=df_linux.tar.bz2:@EXTRA_DATA@"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/lib/*.la",
"/lib/*.a",
"/share/aclocal",
"/bin/c*", "/bin/i*", "/bin/n*", "/bin/r*", "/bin/s*", "/bin/t*",
"Makefile"
],
"modules": [
"deps/glu-9.0.0.json",
"deps/glew-2.0.0.json",
"deps/libsdl-1.2.15.json",
"deps/sdl_image-1.2.12.json",
"deps/sdl_ttf-2.0.11.json",
"deps/openal-1.17.2.json",
"deps/ncurses-6.0.json",
"libgraphics/libgraphics-@[email protected]",
"dfhack/dfhack-@[email protected]",
"twbt/twbt-@[email protected]",
{
"name": "dwarf-fortress",
"no-autogen": true,
"sources": [
{
"type": "file",
"path": "com.bay12games.DwarfFortress.desktop"
},
{
"type": "file",
"path": "com.bay12games.DwarfFortress.png"
},
{
"type": "file",
"path": "apply_extra.sh"
},
{
"type": "file",
"path": "dwarf-fortress.sh"
},
{
"type": "file",
"path": "df-Makefile",
"dest-filename": "Makefile"
}
]
}
]
}