summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de168ecf141..d439b0c11d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-no_deadkeys_underline
pkgdesc = Like gtk3 in extra but with a patch to disable dead keys having an underline below them while typing and also without tracker3
- pkgver = 3.24.38
+ pkgver = 3.24.39
pkgrel = 1
epoch = 1
url = https://www.gtk.org/
@@ -58,7 +58,7 @@ pkgbase = gtk3-no_deadkeys_underline
conflicts = gtk3
replaces = gtk3-print-backends<=3.22.26-1
options = debug
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=3e6fd55ee00d4209ce2f2af292829e4d6f674adc
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=9ce32d5d7d2411032876232d86b66f9fd5f7e815
source = gtk-query-immodules-3.0.hook
source = no_deadkeys_underline.patch
sha256sums = SKIP
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
}