Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-declarative
Commits: c5176f3e by Antonio Rojas at 2024-10-06T14:21:57+02:00 Fix crashes Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt6-declarative pkgdesc = Classes for QML and JavaScript languages pkgver = 6.7.3 - pkgrel = 2 + pkgrel = 3 url = https://www.qt.io arch = x86_64 groups = qt6 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=qt6-declarative pkgver=6.7.3 -pkgrel=2 +pkgrel=3 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -24,6 +24,11 @@ _pkgfn=${pkgname/6-/} source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver) sha256sums=('229444a49d233ddbe3295574b549e2f765e4f414d618423c51c34d3dd48f56a9') +prepare() { + cd $_pkgfn + git revert -n 89fc05faff1c993adbaa7893e57c94ce840a98a9 # https://bugreports.qt.io/browse/QTBUG-129622 +} + build() { export CXXFLAGS+=" -ffat-lto-objects" cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/c5176f3eeb8c44d65f5f3da1ca45335ee7a5b5d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/c5176f3eeb8c44d65f5f3da1ca45335ee7a5b5d3 You're receiving this email because of your account on gitlab.archlinux.org.
