-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.epicgames.ut2004.yaml
70 lines (66 loc) · 2.07 KB
/
com.epicgames.ut2004.yaml
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
app-id: com.epicgames.ut2004
tags:
- proprietary
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: ut2004
finish-args:
- --socket=pulseaudio
- --socket=wayland
- --socket=fallback-x11
- --share=ipc
- --share=network
- --device=all
- --persist=.ut2004
modules:
- shared-modules/SDL/sdl12-compat.json
- name: libstdc++5
buildsystem: simple
build-commands:
- install -Dm644 copyright libstdc++.so.5.0.7
-t /app/share/games/ut2004/libs
sources:
- type: file
path: libs/copyright
- type: file
path: libs/libstdc++.so.5.0.7
- name: foxwsfix
buildsystem: simple
build-commands:
- install -Dm644 foxWSFix\ Readme.txt foxWSFix.u
-t /app/share/games/ut2004/foxwsfix
sources:
- type: archive
url: https://github.com/alexstrout/foxWSFix-UT2k4/releases/download/v2.2.0/foxWSFix-v2.2.0.7z
sha256: 00c9ef230154ee9ce1325a6ce68136ec8622d149cfcef202f13bc0948e1134d6
- name: ut2004
buildsystem: simple
build-commands:
- install -Dm755 apply_extra -t /app/bin
- install -Dm744 ut2004 -t /app/bin
- install -Dm644 com.epicgames.ut2004.png
-t /app/share/icons/hicolor/256x256/apps
- install -Dm644 com.epicgames.ut2004.desktop
-t /app/share/applications
- install -Dm644 com.epicgames.ut2004.metainfo.xml
-t /app/share/metainfo
sources:
- type: extra-data
filename: ut2004-patch.tar.bz2
url: https://treefort.icculus.org/ut2004/ut2004-lnxpatch3369-2.tar.bz2
sha256: 438b9b13a367d46f23cce12b065382a55afa2fc68add1f1dd3db03b015f60bb3
size: 22465217
- type: script
dest-filename: apply_extra
commands:
- tar -xf ut2004-patch.tar.bz2
- rm -f ut2004-patch.tar.bz2
- type: file
path: ut2004
- type: file
path: com.epicgames.ut2004.png
- type: file
path: com.epicgames.ut2004.desktop
- type: file
path: com.epicgames.ut2004.metainfo.xml