Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
2867ef79 by Antonio Rojas at 2025-12-09T17:56:51+01:00
upgpkg: 6.10.1-2: Fix Plasma crashes
- - - - -
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 = 1
+ pkgrel = 2
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=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -30,6 +30,10 @@ _pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('814050edddb87c37b118fcdff1c2f287917597c853258f5fd0e15e9b646b9a0b')
+prepare() {
+ git -C $_pkgfn cherry-pick -n 9c6b2b78e9076f1c2676aa0c41573db9ca480654 # Fix
Plasma crashes
+}
+
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/2867ef7954a1d7ea2a358f5f94864cac41525652
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/2867ef7954a1d7ea2a358f5f94864cac41525652
You're receiving this email because of your account on gitlab.archlinux.org.