summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-04-25 09:28:58 -0600
committerMark Wagie2022-04-25 09:28:58 -0600
commitef89aa693fee948995c89a2051bb50b32365bfdd (patch)
treeebdb6138759077a6b6154ad0d44a230a4358a6ca /PKGBUILD
parent6fe273ff0587e4fd3cc85cc7d92e86a52aaf1936 (diff)
downloadaur-ef89aa693fee948995c89a2051bb50b32365bfdd.tar.gz
add missing icons
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85401dbdd2b6..627fe49a2867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-typeahead
pkgver=3.24.33
-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/"
@@ -37,6 +37,12 @@ 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
}