Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gtk4
Commits: 4452ddd5 by Jan Alexander Steffens (heftig) at 2024-09-24T02:21:17+02:00 1:4.16.1-2: Cherry-pick fix for crashes on non-GNOME compositors Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4/-/issues/4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gtk4 pkgdesc = GObject-based multi-platform GUI toolkit pkgver = 4.16.1 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://www.gtk.org/ arch = x86_64 ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgname=( gtk-update-icon-cache ) pkgver=4.16.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="GObject-based multi-platform GUI toolkit" url="https://www.gtk.org/" @@ -98,6 +98,9 @@ b2sums=('a39b06dde6dfe3c7cccf21f9f2e75299ecf42196ff870f36521b40f27b4c9c35162cbc9 prepare() { cd gtk + # https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4/-/issues/4 + git cherry-pick -n 60b149609100038866fab29c391192fb82630663 + # Allow -fcf-protection to work # https://gitlab.gnome.org/GNOME/gtk/-/issues/6153 git apply -3 ../0001-HACK-Don-t-use-objcopy-for-resource-embedding.patch View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4/-/commit/4452ddd5751ac8d2e78dcd8e37ef65f008072d6d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4/-/commit/4452ddd5751ac8d2e78dcd8e37ef65f008072d6d You're receiving this email because of your account on gitlab.archlinux.org.
