diff options
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 60dd5a440..7a04171cb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,6 @@ - use mutter with X11 backend - Create /etc while creating installer system -- Adapt to latest gdk-pixbuf +- Adapt to latest gdk-pixbuf changes and use glycin to load images - fix bugs in any::sessions() (mga#33738) Version 18.69 - 07 June 2025 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 0acffba7e..3c1100d34 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -112,6 +112,9 @@ <!-- needed by WebKit-4.1.typelib --> webkit2gtk-4.1/WebKitNetworkProcess webkit2gtk-4.1/WebKitWebProcess + <!-- glycin-loaders --> + glycin-loaders/2+/glycin-image-rs + glycin-loaders/2+/glycin-svg <from expand="glob"> libinput/libinput-* </from> @@ -306,6 +309,10 @@ /usr/lib/rpm/mageia/macros /usr/lib/rpm/macros + <!-- glycin-loaders --> + /usr/share/glycin-loaders/2+/conf.d/glycin-image-rs.conf + /usr/share/glycin-loaders/2+/conf.d/glycin-svg.conf + /usr/share/pci.ids /usr/share/usb.ids /usr/share/locale/UTF-8 @@ -422,7 +429,6 @@ </if> <from expand="glob"> - /usr/LIB/gdk-pixbuf-2.0/*/loaders.cache /etc/brltty/*/*.ttb /etc/brltty/*/*/*.txt /LIB/brltty/libbrlttyb??.so |