forked from flathub/org.supertuxproject.SuperTux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.supertuxproject.SuperTux.json
88 lines (88 loc) · 2.78 KB
/
org.supertuxproject.SuperTux.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
{
"app-id": "org.supertuxproject.SuperTux",
"runtime": "org.freedesktop.Platform",
"runtime-version": "19.08",
"sdk": "org.freedesktop.Sdk",
"command": "supertux2",
"rename-icon": "supertux2",
"rename-desktop-file": "supertux2.desktop",
"rename-appdata-file": "supertux2.appdata.xml",
"finish-args":
[
"--socket=wayland",
"--socket=x11",
"--share=ipc",
"--socket=pulseaudio",
"--share=network",
"--device=all"
],
"cleanup":
[
"/include",
"/lib/pkgconfig",
"/share/aclocal",
"*.la",
"*.a"
],
"modules": [
{
"name": "fribidi",
"sources":
[
{
"type": "archive",
"url": "https://github.com/fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz",
"sha256": "c5e47ea9026fb60da1944da9888b4e0a18854a0e2410bbfe7ad90a054d36e0c7"
}
]
},
{
"name": "raqm",
"sources": [
{
"type": "archive",
"url": "https://github.com/HOST-Oman/libraqm/releases/download/v0.7.0/raqm-0.7.0.tar.gz",
"sha256": "e28575ecdd4e8a1d277d9be8268bb663ce1e476aaf55eb0456787821ddf0f941"
}
]
},
"shared-modules/glu/glu-9.json",
"shared-modules/glew/glew.json",
{
"name": "boost",
"buildsystem": "simple",
"sources": [
{
"type": "archive",
"url": "https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2",
"sha256": "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722"
}
],
"build-commands": [
"./bootstrap.sh --prefix=/app --with-libraries=date_time,filesystem,locale",
"./b2 headers",
"./b2 install"
]
},
{
"name": "supertux",
"build-options" : {
"cflags":"-I/usr/include/SDL2",
"cxxflags":"-I/usr/include/SDL2"
},
"buildsystem": "cmake",
"config-opts": ["-DINSTALL_SUBDIR_SHARE=share/supertux2",
"-DINSTALL_SUBDIR_BIN=bin",
"-DCMAKE_BUILD_TYPE=\"Release\"",
"-DIS_SUPERTUX_RELEASE=ON"],
"sources": [
{
"type": "git",
"url": "https://github.com/SuperTux/supertux.git",
"disable-shallow-clone": true,
"commit": "v0.6.1.1"
}
]
}
]
}