summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordudemanguy2022-02-16 08:52:43 -0600
committerdudemanguy2022-02-16 08:52:43 -0600
commitddb562138abf1b59f3ed093bb7e2e673df5dd7fa (patch)
tree21bb36b6991f2d97ecfc0d9d4a71659dfe0268a0 /PKGBUILD
parente2a088d7ff20f8a9e1009e6ec709b071fad8fa80 (diff)
downloadaur-ddb562138abf1b59f3ed093bb7e2e673df5dd7fa.tar.gz
2.70.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca04848fee5..0f9a4abfd4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=glib2-patched-thumbnailer
-pkgver=2.70.3
+pkgver=2.70.4
pkgrel=1
pkgdesc="GLib2 patched with ahodesuka's thumbnailer patch."
url="https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5"
@@ -37,6 +37,9 @@ validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall (htt
prepare() {
cd glib
+ # Unicode 14
+ git cherry-pick -n ab895d91d570a18ac74d6f4f6390488210d8fb15
+
# Suppress noise from glib-compile-schemas.hook
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch