[arch-commits] Commit in gtk3/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 27 20:11:45 UTC 2017


    Date: Sunday, August 27, 2017 @ 20:11:44
  Author: foutrelis
Revision: 304262

upgpkg: gtk3 3.22.19-2

Restore ability to click on sliders inside menus (FS#55114).

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-27 19:43:57 UTC (rev 304261)
+++ PKGBUILD	2017-08-27 20:11:44 UTC (rev 304262)
@@ -5,7 +5,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
 pkgver=3.22.19
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/"
@@ -36,6 +36,11 @@
 prepare() {
   mkdir print-backends
   cd gtk+
+
+  # menu: Avoid cancelling the menu on GTK+ grabs inside the GtkMenu
+  # https://bugzilla.gnome.org/show_bug.cgi?id=786029
+  git cherry-pick -n 26d8a6dfbac5180dce71d1f2edc7029cfa2773ef
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list