Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt6-wayland
Commits: e10fa618 by Antonio Rojas at 2023-09-19T08:35:39+02:00 upgpkg: 6.6.0beta4-1: kde-unstable - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-wayland -_qtver=6.5.2 +_qtver=6.6.0-beta4 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -14,14 +14,8 @@ depends=(qt6-declarative libxcomposite) makedepends=(cmake ninja) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz - qtbug-115757.patch::https://code.qt.io/cgit/qt/qtwayland.git/patch/?id=02e9e0a2) -sha256sums=('3020be86fb7fd0abb8509906ca6583cadcaee168159abceaeb5b3e9d42563c9a' - '82b3418443ffd52e071a979aabef33dd51e93aec65fa9ec16e521dcff9e7cb2a') - -prepare() { - patch -d $_pkgfn -p1 < qtbug-115757.patch # Fix crash on drag and drop -} +source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) +sha256sums=('37022e3e98616bdf66e70ebad907059a32dd7bea3f64d7f98a0748802e14b137') build() { cmake -B build -S $_pkgfn -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/e10fa61883ca8f5469d4868c9c254a7ff4047efb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/e10fa61883ca8f5469d4868c9c254a7ff4047efb You're receiving this email because of your account on gitlab.archlinux.org.
