-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.gameflorist.dunedynasty.yaml
59 lines (59 loc) · 1.82 KB
/
com.gameflorist.dunedynasty.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
app-id: com.gameflorist.dunedynasty
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: dunedynasty
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --share=ipc
- --share=network
- --socket=pulseaudio
- --filesystem=~/.config/dunedynasty/:create
cleanup:
- "/include"
- "/lib/pkgconfig"
- "/man"
- "/share/doc"
- "/share/gtk-doc"
- "/share/man"
- "/share/pkgconfig"
- "*.la"
- "*.a"
modules:
- name: dunedynasty-appdata
buildsystem: simple
build-commands: []
sources:
- type: file
path: com.gameflorist.dunedynasty.png
- type: file
path: com.gameflorist.dunedynasty.metainfo.xml
- type: file
path: com.gameflorist.dunedynasty.desktop
post-install:
- install -D -m 644 -t $FLATPAK_DEST/share/icons/hicolor/512x512/apps/ com.gameflorist.dunedynasty.png
# - install -D -m 644 -t $FLATPAK_DEST/share/icons/hicolor/scalable/apps/ com.gameflorist.dunedynasty.svg
- install -D -m 644 -t $FLATPAK_DEST/share/metainfo/ com.gameflorist.dunedynasty.metainfo.xml
- desktop-file-install -m 644 --dir=$FLATPAK_DEST/share/applications/ com.gameflorist.dunedynasty.desktop
- name: allegro5
buildsystem: cmake
builddir: true
sources:
- type: archive
sha256: 0ee3fc22ae74601ad36c70afd793ff062f0f7187eeb6e78f8a24e5bf69170d30
url: https://github.com/liballeg/allegro5/releases/download/5.2.9.1/allegro-5.2.9.1.tar.gz
- name: enet
buildsystem: autotools
sources:
- type: archive
sha256: a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc
url: http://sauerbraten.org/enet/download/enet-1.3.17.tar.gz
- shared-modules/linux-audio/fluidsynth2.json
- shared-modules/libmad/libmad.json
- name: dunedynasty
builddir: true
buildsystem: cmake
sources:
- type: git
url: https://github.com/gameflorist/dunedynasty.git