Add gdk-pixbuf2-modules-extra
This commit is contained in:
parent
49f6450ced
commit
cdbbbef6fd
1 changed files with 8 additions and 0 deletions
|
|
@ -13,9 +13,17 @@ flatpak:
|
|||
--share=network
|
||||
--socket=x11
|
||||
--talk-name=org.freedesktop.Flatpak
|
||||
--env=GDK_PIXBUF_MODULE_FILE=/app/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
component: vim-flatpak
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f41
|
||||
packages:
|
||||
- vim-X11
|
||||
- perl-interpreter
|
||||
# runtime loaders, for cleanup-commands
|
||||
- gdk-pixbuf2-modules
|
||||
- rsvg-pixbuf-loader
|
||||
cleanup-commands: |
|
||||
GDK_PIXBUF_MODULEDIR=/app/lib64/gdk-pixbuf-2.0/2.10.0/loaders/ \
|
||||
gdk-pixbuf-query-loaders-64 > /app/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
gdk-pixbuf-query-loaders-64 >> /app/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue