28 lines
799 B
YAML
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
|