Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-svg
Commits:
17c0956c by Antonio Rojas at 2025-11-20T21:21:25+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-svg
pkgdesc = Classes for displaying the contents of SVG files
- pkgver = 6.10.0
- pkgrel = 2
+ pkgver = 6.10.1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -16,7 +16,7 @@ pkgbase = qt6-svg
depends = glibc
depends = qt6-base
depends = zlib
- source = git+https://code.qt.io/qt/qtsvg#tag=v6.10.0
- sha256sums =
05eb07b900fe8d245c3e7bd447edd2fd5926b886a2cafce17ab5bdd02c414398
+ source = git+https://code.qt.io/qt/qtsvg#tag=v6.10.1
+ sha256sums =
b3a779b09f3a5ad14fee120873d07d64f0c9991406c40a46e902d6a07850b158
pkgname = qt6-svg
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-svg
-_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
@@ -23,12 +23,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('05eb07b900fe8d245c3e7bd447edd2fd5926b886a2cafce17ab5bdd02c414398')
-
-prepare() {
- cd $_pkgfn
- git cherry-pick -n a742042cb7273fbe786eb5af7a4052214b29a136 # Fix gradient
color
-}
+sha256sums=('b3a779b09f3a5ad14fee120873d07d64f0c9991406c40a46e902d6a07850b158')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-svg/-/commit/17c0956c2c5104972c5060db2c7e040729a7635a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-svg/-/commit/17c0956c2c5104972c5060db2c7e040729a7635a
You're receiving this email because of your account on gitlab.archlinux.org.