18 lines
506 B
YAML
18 lines
506 B
YAML
flatpak:
|
|
id: org.synfig.SynfigStudio
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- synfigstudio
|
|
command: synfigstudio
|
|
rename-icon: synfig_icon
|
|
finish-args: |-
|
|
--filesystem=host
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
# error: not a valid icon: Expected a square icon but got: 744x1052
|
|
cleanup-commands: |
|
|
rm -f /app/share/icons/hicolor/scalable/apps/*.svg
|