forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.Cataclysm.DDA.Tiles.json
37 lines (37 loc) · 1.25 KB
/
org.Cataclysm.DDA.Tiles.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
{
"id": "org.Cataclysm.DDA.Tiles",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "cataclysm-launcher",
"finish-args": [
"--filesystem=home",
"--socket=pulseaudio",
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--device=dri"
],
"modules": [
{
"name": "cataclysm-tiles",
"buildsystem": "simple",
"build-commands": [
"CPPPATH=/app/include make -j4 NATIVE=linux64 USE_HOME_DIR=1 CLANG=1 TILES=1 SOUND=1 RELEASE=1 CCACHE=1 LTO=1 RUNTESTS=0 ASTYLE=0",
"install -Dm755 cataclysm-tiles /app/bin/cataclysm-tiles",
"install -Dm755 cataclysm-launcher /app/bin/cataclysm-launcher",
"install -Dm755 data/xdg/org.Cataclysm.DDA.Tiles.desktop /app/share/applications/org.Cataclysm.DDA.Tiles.desktop",
"install -Dm644 data/xdg/cataclysm-dda.appdata.xml /app/share/metainfo/org.Cataclysm.DDA.Tiles.appdata.xml",
"install -Dm644 data/xdg/cataclysm-dda.svg /app/share/icons/hicolor/128x128/apps/org.Cataclysm.DDA.Tiles.svg",
"cp -r data /app/bin/data",
"cp -r gfx /app/bin/gfx"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}