summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-20 13:26:32 -0700
committerMark Wagie2021-02-20 13:26:32 -0700
commit9d478ac92e0a7555d2e77ac1fce7f2327a91a1cc (patch)
tree838ec3d4f86f4249363fcc53a34fcbe8b33da99f /PKGBUILD
parent387465c908ec1dbab7ea1e92fa6ebb374885729a (diff)
downloadaur-9d478ac92e0a7555d2e77ac1fce7f2327a91a1cc.tar.gz
3.24.25-2: FS#69705 backport a commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b331c574f07..5fa558498715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
pkgver=3.24.25
-pkgrel=1
+pkgrel=2
pkgdesc="GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget"
arch=(x86_64)
url="https://www.gtk.org/"
@@ -36,6 +36,9 @@ pkgver() {
prepare() {
cd gtk
+ # https://bugs.archlinux.org/task/69705
+ git cherry-pick -n 22960c5c20cf5a2d4666645f259d376784a11331
+
# Typeahead-specific changes
patch gtk/gtkfilechooserwidget.c -i $srcdir/typeahead.patch
}