summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeija2017-10-11 08:01:29 +0200
committerJeija2017-10-11 08:01:29 +0200
commitd6714caf639682f64e1a0409fe025b199cb919f9 (patch)
treec5e2c238f704ac251cc4e235b7ae314c3b680246 /PKGBUILD
parentc1b6f1b916cec3dfc35496be9ecfcbacd14b289f (diff)
downloadaur-d6714caf639682f64e1a0409fe025b199cb919f9.tar.gz
Update to GTK+ 3.22.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 284feeb8159f..098440419660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twilinx <twilinx@mesecons.net>
pkgname=gtk3-typeahead
-pkgver=3.22.19
+pkgver=3.22.24
pkgrel=1
conflicts=(gtk3)
provides=("gtk3=$pkgver")
@@ -18,7 +18,7 @@ optdepends=('libcanberra: gtk3-widget-factory demo'
makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups glib2-docs
sassc)
license=(LGPL)
-_commit=efbf6f183ecd24cddea743a02fe8ce545f1b55f8 # tags/3.22.19^0
+_commit=e72d54c8a7bdf5f41feccbcc0b78522a8b50d79e # tags/3.22.24^0
source=("git://git.gnome.org/gtk+#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -26,15 +26,11 @@ source=("git://git.gnome.org/gtk+#commit=$_commit"
sha256sums=('SKIP'
'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
- 'c43995d57b1ac1b280cc04084fdb77be8f477483c7cbada646f12d3364768865')
+ '5006fa1dcea9aa74766196ec5c18e5172d7287195c2a49ffcd0adc13bc6e62c1')
prepare() {
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
-
# Typeahead-specific changes
patch gtk/gtkfilechooserwidget.c -i $srcdir/typeahead.patch