summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-18 17:52:20 -0600
committerMark Wagie2022-05-18 17:52:20 -0600
commit1a655b27cfc7e0df130752aa9af1f82b9f16fc59 (patch)
treed92a9c0816a6a8b095a84c1d9f292384f61a5828 /PKGBUILD
parentef89aa693fee948995c89a2051bb50b32365bfdd (diff)
downloadaur-gtk3-typeahead.tar.gz
3.24.34
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 627fe49a2867..e32cfe8f9a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer:
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: twilinx <twilinx@mesecons.net>
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
-pkgver=3.24.33
-pkgrel=2
+pkgver=3.24.34
+pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget"
arch=(x86_64)
url="https://www.gtk.org/"
@@ -21,7 +22,7 @@ provides=("gtk3=$pkgver" gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil
conflicts=(gtk3 gtk3-print-backends)
replaces=("gtk3-print-backends<=3.22.26-1")
install=gtk3.install
-_commit=8ff9b2f83ff491cbfcbf9b30c706bd917679e7cc # tags/3.24.33^0
+_commit=4e3a3f05533789e1a68c70c185e1755d386d6c47 # tags/3.24.34^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
gtk-query-immodules-3.0.hook
typeahead.patch)
@@ -37,12 +38,6 @@ pkgver() {
prepare() {
cd gtk
- # Add legacy icons
- git cherry-pick -n 5a0ffbbb4568e39bdf26006e1bf18c1c1d0d597a
-
- # Fix annotation
- git cherry-pick -n 56ada2f01f3b522a42831aba158786e843fca817
-
# Typeahead-specific changes
patch gtk/gtkfilechooserwidget.c -i $srcdir/typeahead.patch
}