mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
No such thing exists since 3.94.0, as the GTK4 team is moving torwads GIO extension points instead of IM modules. See: https://gitlab.gnome.org/GNOME/gtk/-/issues/1181 fixes #11684
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p etc/gtk-4.0
|
|
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-4.0/gdk-pixbuf.loaders
|
|
|