Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-doc
Commits:
504b3090 by Antonio Rojas at 2023-06-15T22:00:13+02:00
Qt 6.6 beta 1
- - - - -
d96429dc by Antonio Rojas at 2023-07-14T20:43:29+02:00
Qt 6.6.0 beta 2
- - - - -
84d95ab4 by Antonio Rojas at 2023-08-28T18:48:47+02:00
Update to 6.6 beta 3
- - - - -
a527bdca by Antonio Rojas at 2023-09-18T09:07:54+02:00
Update to 6.6 beta 4
- - - - -
f0f5be1f by Antonio Rojas at 2023-09-26T09:02:35+02:00
Update to 6.6 RC
- - - - -
a4675fd5 by Antonio Rojas at 2023-10-03T00:18:55+02:00
Overhaul dependencies
- - - - -
6a043558 by Antonio Rojas at 2023-12-19T23:06:39+01:00
Qt 6.7 beta 1
- - - - -
b54565a5 by Antonio Rojas at 2023-12-20T08:22:02+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-doc
- pkgver = 6.6.1
- pkgrel = 2
+ pkgver = 6.7.0beta1
+ pkgrel = 1
url = https://www.qt.io
arch = any
groups = qt6
@@ -29,8 +29,8 @@ pkgbase = qt6-doc
makedepends = qt6-tools
makedepends = unixodbc
makedepends = vulkan-headers
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/single/qt-everywhere-src-6.6.1.tar.xz
- sha256sums =
dd3668f65645fe270bc615d748bd4dc048bd17b9dc297025106e6ecc419ab95d
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/single/qt-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
2a1aef2adad6df5944be3ba88889c4fd60e3405e6a19f3fc4948fbd652d18310
pkgname = qt6-doc
pkgdesc = A cross-platform application and UI framework (Documentation)
=====================================
PKGBUILD
=====================================
@@ -4,9 +4,9 @@
pkgbase=qt6-doc
pkgname=(qt6-doc qt6-examples)
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=('any')
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -33,8 +33,8 @@ makedepends=(alsa-lib
vulkan-headers)
groups=(qt6)
_pkgfn=qt-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
-sha256sums=('dd3668f65645fe270bc615d748bd4dc048bd17b9dc297025106e6ecc419ab95d')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
+sha256sums=('2a1aef2adad6df5944be3ba88889c4fd60e3405e6a19f3fc4948fbd652d18310')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/compare/e40b50c6af67906e7667933f83e4b0d44c63d4a3...b54565a593b202ddaba63bc7efd3dc2402325ff7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/compare/e40b50c6af67906e7667933f83e4b0d44c63d4a3...b54565a593b202ddaba63bc7efd3dc2402325ff7
You're receiving this email because of your account on gitlab.archlinux.org.