-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnet.dengine.Doomsday.json
54 lines (54 loc) · 1.61 KB
/
net.dengine.Doomsday.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
{
"app-id": "net.dengine.Doomsday",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"command": "doomsday",
"finish-args": [
"--socket=x11",
"--socket=pulseaudio",
"--share=ipc",
"--share=network",
"--device=dri",
"--filesystem=home"
],
"modules": [
{
"name": "fluidsynth",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DLIB_SUFFIX=",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-Denable-aufile=NO",
"-Denable-ipv6=NO",
"-Denable-network=NO"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.5.tar.gz",
"sha256": "f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d"
}
]
},
{
"name": "doomsday",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DDE_PREFIX=/app",
"-DDENG_ENABLE_SDK=NO",
"-DDENG_BUILD=3685"
],
"sources": [
{
"type": "git",
"url": "https://github.com/skyjake/Doomsday-Engine",
"tag": "v2.3.1",
"commit": "880737669480b02c43df385ff417e8ebb77d97c7"
}
]
}
]
}