* update qt6-wayland to 6.7.2-4

This commit is contained in:
Alexander Baldeck 2024-09-28 23:18:54 +02:00
parent 7de07de0e2
commit 2d839a64ac
2 changed files with 11 additions and 3 deletions

View File

@ -1,9 +1,13 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
pkgver = 6.7.2
pkgrel = 2
pkgrel = 4
url = https://www.qt.io
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = qt6
license = GPL3
license = LGPL3

View File

@ -5,7 +5,7 @@
pkgname=qt6-wayland
pkgver=6.7.2
pkgrel=2
pkgrel=4
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -23,11 +23,15 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
sha256sums=('b6153c2d65c3be61905802f3598ec96bad012799737681c5cc5f83c907612435')
sha256sums=('528989f31d26d5880c995514969b55252c3d636993892cc651947c9a5d51c2c6')
prepare() {
cd $_pkgfn
git cherry-pick -n 92bcb8f6b7a852c7a5d662fc34de561692a7a454
git cherry-pick -n c2f61bc47baacf2e6a44c6c3c4e4cbf0abfa4095
git cherry-pick -n 406995207eae8d644b6e5262aa716a48c7e471a8
git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c
}
build() {