26 lines
680 B
YAML
26 lines
680 B
YAML
platforms:
|
|
only:
|
|
- x86_64
|
|
- aarch64
|
|
- ppc64le
|
|
flatpak:
|
|
id: org.kde.angelfish
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- angelfish
|
|
command: angelfish
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=xdg-download
|
|
--filesystem=~/.local/share/applications/
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=pulseaudio
|
|
--socket=wayland
|
|
--talk-name=org.freedesktop.Notifications
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|