26 lines
738 B
YAML
26 lines
738 B
YAML
flatpak:
|
|
id: net.scribus.Scribus
|
|
branch: stable
|
|
runtime-name: flatpak-kde5-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- scribus
|
|
- scribus-generator
|
|
command: scribus
|
|
rename-appdata-file: scribus.appdata.xml
|
|
rename-desktop-file: scribus.desktop
|
|
rename-icon: scribus
|
|
rename-mime-file: scribus.xml
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=cups
|
|
--socket=pulseaudio
|
|
--env=QT_QPA_PLATFORM=xcb
|
|
# not a valid icon; Image too large
|
|
cleanup-commands: |
|
|
rm -f /app/share/icons/hicolor/1024x1024/apps/scribus.png
|