Date: Monday, March 6, 2023 @ 21:53:15 Author: heftig Revision: 470318
4.10.0-2: FS#77743 fix crash on wlroots Modified: gtk4/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 21:43:57 UTC (rev 470317) +++ PKGBUILD 2023-03-06 21:53:15 UTC (rev 470318) @@ -8,7 +8,7 @@ gtk-update-icon-cache ) pkgver=4.10.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="GObject-based multi-platform GUI toolkit" url="https://www.gtk.org/" @@ -84,6 +84,12 @@ prepare() { cd gtk + + # Fix crash with wlroots + # https://bugs.archlinux.org/task/77743 + # https://gitlab.gnome.org/GNOME/gtk/-/issues/5635 + # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5598 + git cherry-pick -n 4500fa633b5a8340f8f22bc42fe2046c0439f8f3 } build() {
