33 lines
924 B
YAML
33 lines
924 B
YAML
flatpak:
|
|
id: org.gimp.GIMP
|
|
branch: stable
|
|
command: gimp-3
|
|
rename-desktop-file: gimp.desktop
|
|
rename-icon: gimp
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=xdg-config/GIMP
|
|
--filesystem=xdg-config/gtk-3.0
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--talk-name=org.gtk.vfs.*
|
|
--talk-name=org.freedesktop.FileManager1
|
|
--talk-name=org.gnome.Shell.Screenshot
|
|
--talk-name=org.kde.kwin.Screenshot
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- gimp
|
|
- mypaint-brushes
|
|
- gimp-data-extras
|
|
- gimp-fourier-plugin
|
|
- gimp-high-pass-filter
|
|
- gimp-paint-studio
|
|
# - gimp-resynthesizer
|
|
# - gmic-gimp
|