sigil/container.yaml
Yaakov Selkowitz 160b9747c4 F44
2026-03-24 21:11:10 -04:00

28 lines
799 B
YAML

platforms:
only:
- x86_64
- aarch64
flatpak:
id: com.sigil_ebook.Sigil
branch: stable
runtime-name: flatpak-kde6-runtime
runtime-version: f44
packages:
- sigil
command: sigil
rename-appdata-file: sigil.appdata.xml
rename-desktop-file: sigil.desktop
rename-icon: sigil
finish-args: |-
--device=dri
--filesystem=home
--filesystem=xdg-config/kdeglobals:ro
--share=ipc
--share=network
--socket=fallback-x11
--socket=wayland
--talk-name=org.freedesktop.Notifications
--talk-name=org.kde.StatusNotifierWatcher
cleanup-commands: |
sed -e 's|/usr/share/sigil|/app/share/sigil|' \
-e 's|\$HOME/\.local/share|\$XDG_DATA_HOME|' -i /app/bin/sigil