Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-base
Commits:
aa978488 by Antonio Rojas at 2025-11-20T21:20:59+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
- pkgver = 6.10.0
- pkgrel = 3
+ pkgver = 6.10.1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -78,10 +78,10 @@ pkgbase = qt6-base
optdepends = perl: for syncqt
optdepends = postgresql-libs: PostgreSQL driver
optdepends = unixodbc: ODBC driver
- source = git+https://code.qt.io/qt/qtbase#tag=v6.10.0
+ source = git+https://code.qt.io/qt/qtbase#tag=v6.10.1
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
- sha256sums =
be60bf981a67824c2a27155d794eb30d10a6daa71db37695668a8a703acff929
+ sha256sums =
fa40e720d488d256704d6a7dfc23dd178eda5e4774dfdfdf1f63cdb52d53cf86
sha256sums =
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums =
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
@@ -135,5 +135,5 @@ pkgname = qt6-base
pkgname = qt6-xcb-private-headers
pkgdesc = Private headers for Qt6 Xcb
groups =
- depends = qt6-base=6.10.0
+ depends = qt6-base=6.10.1
optdepends =
=====================================
.nvchecker.toml
=====================================
@@ -2,6 +2,6 @@
source = 'git'
git = 'git://code.qt.io/qt/qtbase.git'
prefix = 'v'
-include_regex = '.*(alpha|beta|rc).*'
+exclude_regex = '.*(alpha|beta|rc).*'
from_pattern = '-'
to_pattern = ''
=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
pkgbase=qt6-base
pkgname=(qt6-base
qt6-xcb-private-headers)
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -89,15 +89,13 @@ _pkgfn=${pkgbase/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('be60bf981a67824c2a27155d794eb30d10a6daa71db37695668a8a703acff929'
+sha256sums=('fa40e720d488d256704d6a7dfc23dd178eda5e4774dfdfdf1f63cdb52d53cf86'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
prepare() {
patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with
qmake
-
- git -C $_pkgfn cherry-pick -n 2974b3d740a705767a1b6ca0779eb0d989364769 # Fix
window positioning
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/aa97848837069f1494b840664d5bca63fd7cee12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/aa97848837069f1494b840664d5bca63fd7cee12
You're receiving this email because of your account on gitlab.archlinux.org.