-
Notifications
You must be signed in to change notification settings - Fork 8
/
net.supertuxkart.SuperTuxKart.json
79 lines (79 loc) · 2.55 KB
/
net.supertuxkart.SuperTuxKart.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
{
"app-id": "net.supertuxkart.SuperTuxKart",
"default-branch": "stable",
"runtime": "org.freedesktop.Platform",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"rename-desktop-file": "supertuxkart.desktop",
"rename-appdata-file": "supertuxkart.appdata.xml",
"rename-icon": "supertuxkart",
"command": "supertuxkart",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--device=all"
],
"build-options" : {
"env": {
"V": "1"
}
},
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
"/share/vala",
"*.la", "*.a"],
"modules": [
{
"name": "libopenglrecorder",
"buildsystem": "cmake",
"config-opts": ["-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib"],
"sources": [
{
"type": "archive",
"url": "https://github.com/Benau/libopenglrecorder/archive/v0.1.0.tar.gz",
"sha256": "a90a99c23f868636f77003a8dc6ffe6c3699fc2759c47df5dbd44ff8b42d2e4f"
}
]
},
{
"name": "supertuxkart",
"buildsystem": "cmake-ninja",
"config-opts": ["-DUSE_WIIUSE=0" ],
"sources": [
{
"type": "archive",
"url": "https://github.com/supertuxkart/stk-code/releases/download/1.4/SuperTuxKart-1.4-src.tar.xz",
"sha256": "9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03"
},
{
"type": "patch",
"path": "fix-app-data-versioning.patch"
},
{
"type": "patch",
"path": "add-app-data-launchable.patch"
},
{
"type": "patch",
"path": "disable-largest-icon.patch"
},
{
"type": "patch",
"path": "add-missing-gcc13-includes.patch"
},
{
"type": "patch",
"path": "fix-gcc13-build.patch"
},
{
"type": "patch",
"path": "fix-ai-karts.patch"
}
]
}
]
}