Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-base
Commits:
64a9e7d2 by Antonio Rojas at 2023-06-15T21:59:44+02:00
Qt 6.6 beta 1
- - - - -
b1a42008 by Antonio Rojas at 2023-06-15T22:20:12+02:00
Drop patch
- - - - -
e36275ee by Antonio Rojas at 2023-07-14T20:43:06+02:00
Qt 6.6.0 beta 2
- - - - -
fd2b5cda by Antonio Rojas at 2023-08-28T18:48:24+02:00
Update to 6.6 beta 3
- - - - -
3503df25 by Antonio Rojas at 2023-08-29T14:20:13+02:00
Enable libproxy
- - - - -
f9785463 by Antonio Rojas at 2023-09-18T09:07:31+02:00
Update to 6.6 beta 4
- - - - -
448593f4 by Antonio Rojas at 2023-09-26T09:02:11+02:00
Update to 6.6 RC
- - - - -
f7ff80e3 by Antonio Rojas at 2023-10-02T19:36:49+02:00
Overhaul dependencies
- - - - -
b37f9cdc by Antonio Rojas at 2023-10-02T19:42:46+02:00
Move vulkan-headers back to depends, as QtGui headers depend on it
- - - - -
c0456214 by Antonio Rojas at 2023-12-19T23:06:19+01:00
Qt 6.7 beta 1
- - - - -
8b4c3340 by Antonio Rojas at 2023-12-20T08:19:20+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
- pkgver = 6.6.1
- pkgrel = 2
+ pkgver = 6.7.0beta1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -75,10 +75,10 @@ pkgbase = qt6-base
optdepends = postgresql-libs: PostgreSQL driver
optdepends = qt6-wayland: to run Qt6 applications in a Wayland session
optdepends = unixodbc: ODBC driver
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtbase-everywhere-src-6.6.1.tar.xz
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtbase-everywhere-src-6.7.0-beta1.tar.xz
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
- sha256sums =
450c5b4677b2fe40ed07954d7f0f40690068e80a94c9df86c2c905ccd59d02f7
+ sha256sums =
f46d3f23e1750c6178e6f4f470db8c23a88f8199ada7c1e6e32b778fcc48284a
sha256sums =
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums =
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-base
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -78,10 +78,10 @@ optdepends=('freetds: MS SQL driver'
'unixodbc: ODBC driver')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('450c5b4677b2fe40ed07954d7f0f40690068e80a94c9df86c2c905ccd59d02f7'
+sha256sums=('f46d3f23e1750c6178e6f4f470db8c23a88f8199ada7c1e6e32b778fcc48284a'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/compare/c33c02864b8e6842207623b280f9a150c6b40b50...8b4c3340353b621b52b06c303aacaf72f8da8525
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/compare/c33c02864b8e6842207623b280f9a150c6b40b50...8b4c3340353b621b52b06c303aacaf72f8da8525
You're receiving this email because of your account on gitlab.archlinux.org.