forked from cataclysmbnteam/Cataclysm-BN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.cataclysmdda.CataclysmDDA.json
43 lines (43 loc) · 1.35 KB
/
org.cataclysmdda.CataclysmDDA.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
{
"id": "org.cataclysmdda.CataclysmDDA",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "cataclysm-tiles",
"rename-desktop-file": "cataclysm-dda.desktop",
"rename-appdata-file": "cataclysm-dda.appdata.xml",
"rename-icon": "cataclysm-dda",
"finish-args": [
"--socket=pulseaudio",
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--device=dri"
],
"modules": [
{
"name": "cataclysm-tiles",
"buildsystem": "simple",
"build-options": {
"env": {
"MAKE_ARGS": "PREFIX=/app LANGUAGES=all USE_XDG_DIR=1 TILES=1 SOUND=1 RELEASE=1 RUNTESTS=0 ASTYLE=0 LINTJSON=0"
}
},
"build-commands": [
"make -j $FLATPAK_BUILDER_N_JOBS $MAKE_ARGS",
"make $MAKE_ARGS localization",
"make $MAKE_ARGS install",
"install -Dm755 data/xdg/cataclysm-dda.desktop /app/share/applications/cataclysm-dda.desktop",
"install -Dm644 data/xdg/cataclysm-dda.appdata.xml /app/share/metainfo/cataclysm-dda.appdata.xml",
"install -Dm644 data/xdg/cataclysm-dda.svg /app/share/icons/hicolor/scalable/apps/cataclysm-dda.svg"
],
"sources": [
{
"type": "git",
"url": "https://github.com/CleverRaven/Cataclysm-DDA",
"tag": "0.E"
}
]
}
]
}