Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-wayland
Commits: ae038935 by Antonio Rojas at 2023-12-27T00:20:57+01:00 Revert beta update - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-wayland -_qtver=6.7.0-beta1 +_qtver=6.6.1 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -21,8 +21,15 @@ makedepends=(cmake ninja) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('41dd8921f962eeff7e941af05dadea52a8fb6f37b458d3d2aacf6c1293687f4d') +source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz + qtbug-119110.patch::https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=aae65c88) +sha256sums=('66cc2d632dc07fc6cc4e35247f48b7c1753276ccbf86e86d7b24d799725568b1' + 'c0d92d9b3248321543b1ed99a2d894acafe7a13ef7f0ea64198fd11b41dea843') + +prepare() { +# Backport some fixes + patch -d $_pkgfn -p1 < qtbug-119110.patch +} build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/ae0389352c980ddcd848b4f47ca04644b260c0be -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/ae0389352c980ddcd848b4f47ca04644b260c0be You're receiving this email because of your account on gitlab.archlinux.org.
