Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
47537176 by Antonio Rojas at 2026-05-22T16:06:02+02:00
upgpkg: 6.11.1-2: Fix QML TableView regression
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-declarative
pkgdesc = Classes for QML and JavaScript languages
pkgver = 6.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=qt6-declarative
_pkgver=6.11.1
pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -30,6 +30,11 @@ _pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('0ff7324d48ad2f6472136fe2638553b07f3111d88e0ab385cf09966fc0476019')
+prepare() {
+ cd $_pkgfn
+ git cherry-pick -n 8a2c82be6ad90e3f2a0760d8bab1e3a8cdb2473a # Fix QML
TableView regression
+}
+
build() {
cmake -B build -S $_pkgfn -G Ninja \
-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/4753717633b4559b577a0ae54188c34d546d92ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/4753717633b4559b577a0ae54188c34d546d92ce
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help