[update] qt6-wayland -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:50 +00:00
parent 5f7aa1e819
commit 64b2066288
2 changed files with 23 additions and 11 deletions

View File

@ -3,17 +3,17 @@
pkgname = qt6-wayland
pkgbase = qt6-wayland
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Provides APIs for Wayland
url = https://www.qt.io
builddate = 1729294100
builddate = 1734133789
packager = Tuxcore <dev@tuxcore.org>
size = 7860163
size = 8164269
arch = x86_64
license = GPL3
license = LGPL3
license = FDL
license = custom
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
group = qt6
depend = gcc-libs
depend = glibc

View File

@ -1,11 +1,14 @@
# Packager = Tuxcore <dev@tuxcore.org>
pkgname=qt6-wayland
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
license=(GPL-3.0-only
LGPL-3.0-only
LicenseRef-Qt-Commercial
Qt-GPL-exception-1.0)
pkgdesc='Provides APIs for Wayland'
depends=(gcc-libs
glibc
@ -21,7 +24,16 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('09927060c5595c33176d7a9828b427a0934484c0741d910437a49c6cad5165d4')
sha256sums=('9f455a2a1360e7fc1ffe5a740523b6a69e9d96f1ebd0f20057f9fb6eeb3d6f38')
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() {
cmake -B build -S $_pkgfn -G Ninja \