-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.steamdeckrepo.manager.yml
33 lines (33 loc) · 1.15 KB
/
com.steamdeckrepo.manager.yml
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
id: com.steamdeckrepo.manager
sdk: org.gnome.Sdk
runtime: org.gnome.Platform
runtime-version: "43"
rename-icon: repomanager
rename-desktop-file: repomanager.desktop
command: runner.sh
add-extensions:
org.gtk.Gtk3theme.Arc-Dark:
version: '3.22'
autodownload: true
autodelete: false
finish-args:
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --filesystem=home # Seems to fix issues when enabling this flag with flatseal
- --filesystem=~/.steam:rw # Steam (Non-flatpak)
modules:
- python3-requirements.json
- name: runner
sources:
- type: git
url: https://github.com/CapitaineJSparrow/steam-repo-manager
commit: 14853b9f2c18963d171e6912580d376b1d74e20f
buildsystem: simple
build-commands:
- cp -r . /app
- install -D ./flatpak/runner.sh /app/bin/runner.sh
- install -Dm644 ./flatpak/com.steamdeckrepo.manager.appdata.xml /app/share/metainfo/com.steamdeckrepo.manager.appdata.xml
- install -Dm644 ./flatpak/repomanager.svg -t /app/share/icons/hicolor/scalable/apps
- install -Dm755 ./flatpak/repomanager.desktop -t ${FLATPAK_DEST}/share/applications/