summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-25 09:28:58 -0600
committerMark Wagie2022-04-25 09:28:58 -0600
commitef89aa693fee948995c89a2051bb50b32365bfdd (patch)
treeebdb6138759077a6b6154ad0d44a230a4358a6ca
parent6fe273ff0587e4fd3cc85cc7d92e86a52aaf1936 (diff)
downloadaur-ef89aa693fee948995c89a2051bb50b32365bfdd.tar.gz
add missing icons
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098ec89f4429..058c1e83dcb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-typeahead
pkgdesc = GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget
pkgver = 3.24.33
- pkgrel = 1
+ pkgrel = 2
url = https://www.gtk.org/
install = gtk3.install
arch = x86_64
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
}