Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-5compat
Commits:
cdf9ec7a by Antonio Rojas at 2023-06-15T22:00:38+02:00
Qt 6.6 beta 1
- - - - -
6d98a9e9 by Antonio Rojas at 2023-07-14T20:43:51+02:00
Qt 6.6.0 beta 2
- - - - -
b9f7d264 by Antonio Rojas at 2023-08-28T18:49:11+02:00
Update to 6.6 beta 3
- - - - -
32b5492d by Antonio Rojas at 2023-09-18T09:08:17+02:00
Update to 6.6 beta 4
- - - - -
5b9dce48 by Antonio Rojas at 2023-09-26T09:02:59+02:00
Update to 6.6 RC
- - - - -
f0ade280 by Antonio Rojas at 2023-10-03T00:15:34+02:00
Overhaul dependencies
- - - - -
3215bf06 by Antonio Rojas at 2023-12-19T23:07:00+01:00
Qt 6.7 beta 1
- - - - -
91f6e448 by Antonio Rojas at 2023-12-20T08:24:08+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-5compat
pkgdesc = Module that contains unsupported Qt 5 APIs
- pkgver = 6.6.1
- pkgrel = 2
+ pkgver = 6.7.0beta1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -19,7 +19,7 @@ pkgbase = qt6-5compat
depends = qt6-base
optdepends = qt6-declarative: for QtGraphicalEffects
optdepends = qt6-shadertools: for QtGraphicalEffects
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qt5compat-everywhere-src-6.6.1.tar.xz
- sha256sums =
0e1d15b6eda4172383208109d957257c8fa26a8a881f2901a4e9f347a31bc1f2
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qt5compat-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
b549c1e60c310b14fb24c851ecd76c3b40cd9f5d1721ed55c268f492612095ea
pkgname = qt6-5compat
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-5compat
-_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)
@@ -22,8 +22,8 @@ optdepends=('qt6-declarative: for QtGraphicalEffects'
'qt6-shadertools: for QtGraphicalEffects')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0e1d15b6eda4172383208109d957257c8fa26a8a881f2901a4e9f347a31bc1f2')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b549c1e60c310b14fb24c851ecd76c3b40cd9f5d1721ed55c268f492612095ea')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-5compat/-/compare/ce43be5d780dc9368cb96b92d382dda1c6e174e3...91f6e448da9fe47e6180ba274b52946135f010fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-5compat/-/compare/ce43be5d780dc9368cb96b92d382dda1c6e174e3...91f6e448da9fe47e6180ba274b52946135f010fd
You're receiving this email because of your account on gitlab.archlinux.org.