Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-base
Commits: 39f45e4b by Antonio Rojas at 2025-02-05T22:55:58+01:00 upgpkg: 6.8.2-2: Fix crashes - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt6-base pkgdesc = A cross-platform application and UI framework pkgver = 6.8.2 - pkgrel = 1 + pkgrel = 2 url = https://www.qt.io arch = x86_64 groups = qt6 ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgname=(qt6-base qt6-xcb-private-headers) _pkgver=6.8.2 pkgver=${_pkgver/-/} -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://www.qt.io' license=(GPL-3.0-only @@ -94,6 +94,11 @@ sha256sums=('fe2195b563f33d6de95c164e891aa01bc34f5bd63a4c34e901b1c61d2f8ea1e5' prepare() { patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake + cd $_pkgfn +# Fix crashes + git cherry-pick -n 12d4bf1ab52748cb84894f50d437064b439e0b7d \ + 2ef615228bba9a8eb282437bfb7472f925610e89 \ + a43c7e58046604796aa69974ea1c5d3e2648c755 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/39f45e4b85d47eacded846df6e26ea1a05407312 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/39f45e4b85d47eacded846df6e26ea1a05407312 You're receiving this email because of your account on gitlab.archlinux.org.