Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-declarative
Commits: 0808b31a by Antonio Rojas at 2024-10-26T21:20:16+02:00 Fix crash in neochat Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qt6-declarative pkgdesc = Classes for QML and JavaScript languages pkgver = 6.8.0 - pkgrel = 2 + pkgrel = 3 url = https://www.qt.io arch = x86_64 groups = qt6 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=qt6-declarative _pkgver=6.8.0 pkgver=6.8.0 -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=('89b497818a0e36bf08f5a42324dcde1b441b5a0ee1c9b6cfa38fb281479de3ed') +prepare() { + cd $_pkgfn + git cherry-pick -n 0ae3697cf40bcd3ae1de20621abad17cf6c5f52d # Fix crash in neochat +} + build() { cmake -B build -S $_pkgfn -G Ninja \ -DINSTALL_PUBLICBINDIR=usr/bin \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/0808b31a0fe754070012210334d7835e122b0f27 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/0808b31a0fe754070012210334d7835e122b0f27 You're receiving this email because of your account on gitlab.archlinux.org.