* update qt6-wayland to 6.8.2-1

This commit is contained in:
Alexander Baldeck 2025-02-11 09:21:43 +01:00
parent 834914e0f1
commit bc26e547fe
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
pkgver = 6.8.1
pkgver = 6.8.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@ -24,7 +24,7 @@ pkgbase = qt6-wayland
depends = qt6-declarative
depends = qt6-svg
depends = wayland
source = git+https://code.qt.io/qt/qtwayland#tag=v6.8.1
sha256sums = 9f455a2a1360e7fc1ffe5a740523b6a69e9d96f1ebd0f20057f9fb6eeb3d6f38
source = git+https://code.qt.io/qt/qtwayland#tag=v6.8.2
sha256sums = ae10dbefe617502169ad006c39e0aadb1c2095a8a8248d1533fc566ba125f542
pkgname = qt6-wayland

View File

@ -4,8 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-wayland
_pkgver=6.8.1
pkgver=6.8.1
_pkgver=6.8.2
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io'
@ -28,15 +28,13 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('9f455a2a1360e7fc1ffe5a740523b6a69e9d96f1ebd0f20057f9fb6eeb3d6f38')
sha256sums=('ae10dbefe617502169ad006c39e0aadb1c2095a8a8248d1533fc566ba125f542')
prepare() {
cd $_pkgfn
# Cherry picks for DDE
git cherry-pick -n 67f121cc4c3865aa3a93cf563caa1d9da3c92695
git cherry-pick -n 070414dd4155e13583e5e8b16bed1a5b68d32910
# Fix crash when unplugging tablet
git cherry-pick -n 24002ac6cbd01dbde4944b63c1f7c87ed2bd72b5
}
build() {