-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.openttd.openttd.json
97 lines (96 loc) · 2.75 KB
/
org.openttd.openttd.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"app-id": "org.openttd.openttd",
"version": "1.7.1-RC1",
"runtime": "org.freedesktop.Platform",
"runtime-version": "1.4",
"sdk": "org.freedesktop.Sdk",
"command": "openttd",
"rename-desktop-file": "openttd.desktop",
"rename-icon": "openttd",
"finish-args": [
/* X11 access */
"--socket=x11", "--share=ipc",
/* OpenGL access */
"--device=dri",
/* PulseAudio access */
"--socket=pulseaudio",
/* Network access */
"--share=network",
/* Wayland access */
"--socket=wayland",
/* Persist saves and config files */
"--persist=.openttd"
],
"modules": [
"modules/libsdl-1.2.15.json",
"modules/icu4c-55.1.json",
"modules/libao-1.2.0.json",
"modules/timidity-2.13.2.json",
"modules/freepats-20060219.json",
"modules/liblzo-2.10.json",
{
"name": "openttd",
"config-opts": [
"--without-allegro",
"--with-liblzo2=/app/lib/liblzo2.so.2",
"--menu-group=Game;StrategyGame;",
"--binary-dir=bin"
],
"sources" : [
{
"type": "archive",
"url": "https://binaries.openttd.org/releases/1.7.1/openttd-1.7.1-source.tar.xz",
"sha256": "61190952a98d494d3fd62e395dd6c359609914d0ba8fe80eaeb585b7d62a1b36"
}
]
},
{
"name": "opengfx",
"buildsystem": "simple",
"build-commands": [
"tar -xvf opengfx-0.5.2.tar",
"rm opengfx-0.5.2.tar",
"cd opengfx-0.5.2",
"mkdir -p /app/share/games/openttd/baseset/opengfx",
"cp -r * /app/share/games/openttd/baseset/opengfx/"
],
"sources" : [
{
"type": "archive",
"url": "https://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip",
"sha256": "19be61f1cb04cbb3cb9602f0b8eb6e6f56ecbefbfdd6e0e03f9579e5a5c1cbc8"
}
]
},
{
"name": "opensfx",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/share/games/openttd/baseset/opensfx",
"cp -r * /app/share/games/openttd/baseset/opensfx/"
],
"sources" : [
{
"type": "archive",
"url": "https://binaries.openttd.org/extra/opensfx/0.2.3/opensfx-0.2.3-all.zip",
"sha256": "6831b651b3dc8b494026f7277989a1d757961b67c17b75d3c2e097451f75af02"
}
]
},
{
"name": "openmsx",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/share/games/openttd/baseset/openmsx",
"cp -r * /app/share/games/openttd/baseset/openmsx/"
],
"sources" : [
{
"type": "archive",
"url": "https://binaries.openttd.org/extra/openmsx/0.3.1/openmsx-0.3.1-all.zip",
"sha256": "92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5"
}
]
}
]
}