-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.evilsupahfly.amulet_flatpak.yaml
67 lines (64 loc) · 2.18 KB
/
io.github.evilsupahfly.amulet_flatpak.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
id: io.github.evilsupahfly.amulet_flatpak
#name: Amulet Map Editor
#version: 0.10.37
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: amulet_map_editor
finish-args:
- --device=all
- --device=dri
- --allow=devel
- --allow=per-app-dev-shm
- --share=network
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --filesystem=host
- --filesystem=host-os
- --filesystem=home
- --filesystem=home/.cache/AmuletMapEditor:rw
- --filesystem=home/.config/state/AmuletMapEditor:rw
- --filesystem=home/.local/share/AmuletMapEditor:rw
- --filesystem=home/.local/state/AmuletMapEditor:rw
- --filesystem=home/.local/sate/AmuletMapTeam:rw
- --persist=home/.cache/AmuletMapEditor
- --persist=home/.config/state/AmuletMapEditor
- --persist=home/.local/share/AmuletMapEditor
- --persist=home/.local/state/AmuletMapEditor
- --persist=home/.local/sate/AmuletMapTeam
- --env=LIBGL_ALWAYS_SOFTWARE="0"
- --env=OPENGL_VERSION=3.3
- --env=OPENGL_LIB=/usr/lib/x86_64-linux-gnu/libGL.so
- --env=PS1=[ AMULET_FLATPAK > \w ]\n>
# Uncomment the following options to increase debug output verbosity in the terminal
# - --env=PYTHONDEBUG=3
# - --env=PYTHONVERBOSE=3
# - --env=PYTHONTRACEMALLOC=10
# - --env=G_MESSAGES_DEBUG=all
modules:
- shared-modules/glew/glew.json
- shared-modules/glu/glu-9.json
- updates.yaml
- pip-gen.yaml
- name: metainfo-xml
buildsystem: simple
build-commands:
- install -Dm644 io.github.evilsupahfly.amulet_flatpak.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/
sources:
- type: file
path: io.github.evilsupahfly.amulet_flatpak.metainfo.xml
- name: metainfo-desktop
buildsystem: simple
build-commands:
- install -Dm755 io.github.evilsupahfly.amulet_flatpak.desktop -t ${FLATPAK_DEST}/share/applications/
sources:
- type: file
path: io.github.evilsupahfly.amulet_flatpak.desktop
- name: metainfo-ico
buildsystem: simple
build-commands:
- install -Dm644 io.github.evilsupahfly.amulet_flatpak.png -t ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/
sources:
- type: file
path: io.github.evilsupahfly.amulet_flatpak.png