Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
6422c39b by Antonio Rojas at 2026-01-13T20:43:52+01:00
upgpkg: 6.10.1-3: Another crash fix backport
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-declarative
pkgdesc = Classes for QML and JavaScript languages
pkgver = 6.10.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io
arch = x86_64
groups = qt6
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=qt6-declarative
_pkgver=6.10.1
pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -32,6 +32,7 @@
sha256sums=('814050edddb87c37b118fcdff1c2f287917597c853258f5fd0e15e9b646b9a0b')
prepare() {
git -C $_pkgfn cherry-pick -n 9c6b2b78e9076f1c2676aa0c41573db9ca480654 # Fix
Plasma crashes
+ git -C $_pkgfn cherry-pick -n dc2358e98b8ddab532866a403ffc09d1162ad0f9 # Fix
crashes
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/6422c39bc9db62ab63fe9aa8af66ec45cc28f009
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/6422c39bc9db62ab63fe9aa8af66ec45cc28f009
You're receiving this email because of your account on gitlab.archlinux.org.