forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.cataclysmdda.CataclysmDDA.json
46 lines (46 loc) · 1.31 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
44
45
46
{
"id": "org.cataclysmdda.CataclysmDDA",
"default-branch": "experimental",
"runtime": "org.freedesktop.Platform",
"runtime-version": "22.08",
"sdk": "org.freedesktop.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm16"
],
"command": "cataclysm-tiles",
"finish-args": [
"--socket=pulseaudio",
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--device=dri"
],
"modules": [
{
"name": "cataclysm-tiles",
"buildsystem": "simple",
"build-options": {
"append-path": "/usr/lib/sdk/llvm16/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm16/lib",
"env": {
"MAKE_ARGS": "PREFIX=/app LANGUAGES=all CLANG=1 CCACHE=1 USE_XDG_DIR=1 TILES=1 SOUND=1 RELEASE=1 TESTS=0 ASTYLE=0 LINTJSON=0"
}
},
"build-commands": [
"mv soundpack/sound/CC-Sounds/ data/sound/",
"make -j $FLATPAK_BUILDER_N_JOBS $MAKE_ARGS",
"make $MAKE_ARGS localization",
"make $MAKE_ARGS install"
],
"sources": [
{ "type": "git", "url": "https://github.com/CleverRaven/Cataclysm-DDA", "branch": "master" },
{
"type": "git",
"url": "https://github.com/Fris0uman/CDDA-Soundpacks",
"branch": "main",
"dest": "soundpack"
}
]
}
]
}