Date: Wednesday, November 30, 2022 @ 23:27:15 Author: heftig Revision: 462840
2.74.2-2: pick commit fixing webkit2gtk build Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-30 23:15:02 UTC (rev 462839) +++ PKGBUILD 2022-11-30 23:27:15 UTC (rev 462840) @@ -4,7 +4,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) pkgver=2.74.2 -pkgrel=1 +pkgrel=2 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" license=(LGPL) @@ -57,6 +57,9 @@ prepare() { cd glib + # Fix building WebKitGTK + git cherry-pick -n 560e56fa71f21e8f0f7b91322d560dedb1af13e4 + # Suppress noise from glib-compile-schemas.hook git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch }
