24 lines
773 B
YAML
24 lines
773 B
YAML
flatpak:
|
|
id: io.github.dosbox-staging
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- dosbox-staging
|
|
command: dosbox
|
|
rename-appdata-file: org.dosbox-staging.dosbox-staging.metainfo.xml
|
|
rename-desktop-file: org.dosbox-staging.dosbox-staging.desktop
|
|
rename-icon: org.dosbox-staging.dosbox-staging
|
|
finish-args: |-
|
|
--device=all
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--filesystem=home
|
|
--filesystem=xdg-config/dosbox:create
|
|
--filesystem=xdg-run/pipewire-0:ro
|
|
# image too large, max size 512x512
|
|
cleanup-commands: |
|
|
find /app/share/icons/hicolor/1024x1024/ -delete
|