[arch-commits] Commit in gtk4/trunk (3 files)

Jan Steffens heftig at archlinux.org
Sat Jan 9 19:14:13 UTC 2021


    Date: Saturday, January 9, 2021 @ 19:14:13
  Author: heftig
Revision: 405873

immodules are no more

Modified:
  gtk4/trunk/PKGBUILD
Deleted:
  gtk4/trunk/gtk-query-immodules-4.0.hook
  gtk4/trunk/gtk4.install

------------------------------+
 PKGBUILD                     |    5 -----
 gtk-query-immodules-4.0.hook |   11 -----------
 gtk4.install                 |    3 ---
 3 files changed, 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-09 19:07:46 UTC (rev 405872)
+++ PKGBUILD	2021-01-09 19:14:13 UTC (rev 405873)
@@ -19,10 +19,8 @@
 license=(LGPL)
 _commit=60835227a1ff24512c98b2da608979b426329d87  # tags/4.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
-        gtk-query-immodules-4.0.hook
         gtk-update-icon-cache.{hook,script})
 sha256sums=('SKIP'
-            '1e6a448b7d02d95d4ee8cdedb5052cc764a03e3cf6d7d755bff22793aba200a7'
             '2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
             'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
 
@@ -52,7 +50,6 @@
 package_gtk4() {
   depends+=(gtk-update-icon-cache)
   provides+=(libgtk-4.so)
-  install=gtk4.install
 
   DESTDIR="$pkgdir" meson install -C build
 
@@ -63,8 +60,6 @@
 gtk-font-name = Cantarell 11
 END
 
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 gtk-query-immodules-4.0.hook
-
   # gtk-update-icon-cache is also used by other toolkits
   mkdir -p guic/usr/{bin,share/man/man1}
   mv {"$pkgdir",guic}/usr/bin/gtk4-update-icon-cache

Deleted: gtk-query-immodules-4.0.hook
===================================================================
--- gtk-query-immodules-4.0.hook	2021-01-09 19:07:46 UTC (rev 405872)
+++ gtk-query-immodules-4.0.hook	2021-01-09 19:14:13 UTC (rev 405873)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gtk-4.0/4.0.0/immodules/*.so
-
-[Action]
-Description = Probing GTK4 input method modules...
-When = PostTransaction
-Exec = /usr/bin/gtk-query-immodules-4.0 --update-cache

Deleted: gtk4.install
===================================================================
--- gtk4.install	2021-01-09 19:07:46 UTC (rev 405872)
+++ gtk4.install	2021-01-09 19:14:13 UTC (rev 405873)
@@ -1,3 +0,0 @@
-pre_remove() {
-    rm -f /usr/lib/gtk-4.0/4.0.0/immodules.cache
-}



More information about the arch-commits mailing list