aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-24 14:37:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-24 14:38:14 -0300
commit8883fdab6cbdf5ad87dbb392aefceccfe2918dec (patch)
treeaeab3e2c50f8494963961893b89b392aa4a3a05e
parent38f2447f9f255d0b429f67c91a7cef98c2884d74 (diff)
community/gtk4.0: don't try to use gtk-query-immodules-4.0
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
-rw-r--r--community/gtk4.0/APKBUILD2
-rw-r--r--community/gtk4.0/gtk4.0.post-deinstall1
-rw-r--r--community/gtk4.0/gtk4.0.post-install1
3 files changed, 1 insertions, 3 deletions
diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD
index 9eac4b41f27..e698618bd71 100644
--- a/community/gtk4.0/APKBUILD
+++ b/community/gtk4.0/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gtk4.0
pkgver=3.98.5
-pkgrel=0
+pkgrel=1
pkgdesc="The GTK Toolkit (v4)"
url="https://www.gtk.org/"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
diff --git a/community/gtk4.0/gtk4.0.post-deinstall b/community/gtk4.0/gtk4.0.post-deinstall
index fcdc3d872ec..14e7a6a9901 100644
--- a/community/gtk4.0/gtk4.0.post-deinstall
+++ b/community/gtk4.0/gtk4.0.post-deinstall
@@ -1,4 +1,3 @@
#!/bin/sh
-rm -f etc/gtk-4.0/gtk.immodules
rm -f etc/gtk-4.0/gdk-pixbuf.loaders
diff --git a/community/gtk4.0/gtk4.0.post-install b/community/gtk4.0/gtk4.0.post-install
index 065f50fab0f..b711bc4fc4a 100644
--- a/community/gtk4.0/gtk4.0.post-install
+++ b/community/gtk4.0/gtk4.0.post-install
@@ -1,6 +1,5 @@
#!/bin/sh
mkdir -p etc/gtk-4.0
-usr/bin/gtk-query-immodules-4.0 > etc/gtk-4.0/gtk.immodules
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-4.0/gdk-pixbuf.loaders