Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-wayland
Commits:
563d1aff by Zhangzhi Hu at 2024-07-20T10:56:46+00:00
upgpkg: 6.7.2-3: Backport Qt fix to solve wayland version incompatibility
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-wayland
pkgdesc = Provides APIs for Wayland
pkgver = 6.7.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io
arch = x86_64
groups = qt6
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=qt6-wayland
pkgver=6.7.2
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -26,7 +26,9 @@
sha256sums=('b6153c2d65c3be61905802f3598ec96bad012799737681c5cc5f83c907612435')
prepare() {
cd $_pkgfn
+
git cherry-pick -n 92bcb8f6b7a852c7a5d662fc34de561692a7a454
+ git cherry-pick -n c2f61bc47baacf2e6a44c6c3c4e4cbf0abfa4095
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/563d1afffd229ac6bb7c71fb1685cdd88865c8c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-wayland/-/commit/563d1afffd229ac6bb7c71fb1685cdd88865c8c8
You're receiving this email because of your account on gitlab.archlinux.org.