Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-declarative
Commits:
4569b0fb by Antonio Rojas at 2025-11-20T21:21:31+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-declarative
pkgdesc = Classes for QML and JavaScript languages
- pkgver = 6.10.0
- pkgrel = 2
+ pkgver = 6.10.1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -21,7 +21,7 @@ pkgbase = qt6-declarative
depends = glibc
depends = qt6-base
optdepends = qt6-svg: for QtQuickVectorImage and svgtoqml
- source = git+https://code.qt.io/qt/qtdeclarative#tag=v6.10.0
- sha256sums =
03795bb958cd321a7b8450ad4fdd0ccecad7669afe657539f7d5a8b59eaa1a96
+ source = git+https://code.qt.io/qt/qtdeclarative#tag=v6.10.1
+ sha256sums =
814050edddb87c37b118fcdff1c2f287917597c853258f5fd0e15e9b646b9a0b
pkgname = qt6-declarative
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-declarative
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -28,12 +28,7 @@ optdepends=('qt6-svg: for QtQuickVectorImage and svgtoqml')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('03795bb958cd321a7b8450ad4fdd0ccecad7669afe657539f7d5a8b59eaa1a96')
-
-prepare() {
- cd $_pkgfn
- git cherry-pick -n 0de0b0ffdb44d73c605e20f00934dfb44bdf7ad9 # Fix QML
compiler crash
-}
+sha256sums=('814050edddb87c37b118fcdff1c2f287917597c853258f5fd0e15e9b646b9a0b')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/4569b0fb682e3fe83e5dda5e24f2006c42eccd24
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-declarative/-/commit/4569b0fb682e3fe83e5dda5e24f2006c42eccd24
You're receiving this email because of your account on gitlab.archlinux.org.