Initial import
This commit is contained in:
parent
d343e8ddee
commit
1924669c7b
1 changed files with 25 additions and 0 deletions
25
container.yaml
Normal file
25
container.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
flatpak:
|
||||
id: net.scribus.Scribus
|
||||
branch: stable
|
||||
runtime-name: flatpak-kde5-runtime
|
||||
runtime-version: f39
|
||||
packages:
|
||||
- scribus
|
||||
#- scribus-generator # requires tkinter, tcl/tk
|
||||
command: scribus
|
||||
rename-appdata-file: scribus.appdata.xml
|
||||
rename-desktop-file: scribus.desktop
|
||||
rename-icon: scribus
|
||||
finish-args: |-
|
||||
--device=dri
|
||||
--filesystem=home
|
||||
--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
|
||||
mv /app/share/mime/packages/{scribus,net.scribus.Scribus}.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue