Date: Sunday, September 25, 2022 @ 20:46:18
  Author: eworm
Revision: 456785

upgpkg: glib2 2.74.0-2: cherry-pick to fix a crash in gimp

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-25 19:54:00 UTC (rev 456784)
+++ PKGBUILD    2022-09-25 20:46:18 UTC (rev 456785)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.74.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib";
 license=(LGPL)
@@ -34,6 +34,10 @@
 
   # Suppress noise from glib-compile-schemas.hook
   git apply -3 
../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
+
+  # https://bugs.archlinux.org/task/75980
+  # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2921
+  git cherry-pick -n 'ea3f17d598d550345e94e4571130e429443e91cb'
 }
 
 build() {

Reply via email to