summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Astals Cid2023-12-28 12:03:09 +0100
committerAlbert Astals Cid2023-12-28 12:03:09 +0100
commit2cb1a91ebdd16c37c878640366460c742e010d61 (patch)
tree5cbfab45cbfbbf1d9d5b9ffc75ec7690e25d192a /PKGBUILD
parenta5983d6d0192b2d6a4c676cb4c8f21555a4b7215 (diff)
downloadaur-gtk3-no_deadkeys_underline.tar.gz
3.24.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f24db5bfbbc..b023a450cf7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-no_deadkeys_underline
-pkgver=3.24.38
+pkgver=3.24.39
pkgrel=1
epoch=1
pkgdesc="Like gtk3 in extra but with a patch to disable dead keys having an underline below them while typing and also without tracker3"
@@ -61,7 +61,7 @@ replaces=("gtk3-print-backends<=3.22.26-1")
license=(LGPL)
options=(debug)
install=gtk3.install
-_commit=3e6fd55ee00d4209ce2f2af292829e4d6f674adc # tags/3.24.38^0
+_commit=9ce32d5d7d2411032876232d86b66f9fd5f7e815 # tags/3.24.39^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
gtk-query-immodules-3.0.hook
no_deadkeys_underline.patch
@@ -78,6 +78,11 @@ pkgver() {
prepare() {
cd gtk
+
+ # Fix Hebrew
+ # https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/issues/4
+ git cherry-pick -n 26336c401a39cbd8a7b8128fac7029077c6e1dd0
+
patch -p1 < ../no_deadkeys_underline.patch
}