Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-charts
Commits:
63a7d574 by Antonio Rojas at 2023-06-15T22:00:10+02:00
Qt 6.6 beta 1
- - - - -
36be390e by Antonio Rojas at 2023-07-14T20:43:26+02:00
Qt 6.6.0 beta 2
- - - - -
31fe61e6 by Antonio Rojas at 2023-08-28T18:48:44+02:00
Update to 6.6 beta 3
- - - - -
09891697 by Antonio Rojas at 2023-09-18T09:07:52+02:00
Update to 6.6 beta 4
- - - - -
516163a4 by Antonio Rojas at 2023-09-26T09:02:33+02:00
Update to 6.6 RC
- - - - -
7388bc35 by Antonio Rojas at 2023-10-02T23:16:23+02:00
Overhaul dependencies
- - - - -
2db7b199 by Antonio Rojas at 2023-12-19T23:06:37+01:00
Qt 6.7 beta 1
- - - - -
44cc4013 by Antonio Rojas at 2023-12-20T08:21:50+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-charts
pkgdesc = Provides a set of easy to use chart components
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-charts
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtcharts-everywhere-src-6.6.1.tar.xz
- sha256sums =
1156caa94526b7e1bc30da800a7503d19744b10afc7c1f702da6dedfaa2a31b6
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtcharts-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
a0fa6bb25178bd369b7ef922b00338d40b199cb9ed65476aa6ac6f6d7392651f
pkgname = qt6-charts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-charts
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -17,8 +17,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1156caa94526b7e1bc30da800a7503d19744b10afc7c1f702da6dedfaa2a31b6')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('a0fa6bb25178bd369b7ef922b00338d40b199cb9ed65476aa6ac6f6d7392651f')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/compare/167fc0a2564c51103ce124848dbf556f87828e00...44cc4013e5d0622a5843149a980e48fcf9463aa2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-charts/-/compare/167fc0a2564c51103ce124848dbf556f87828e00...44cc4013e5d0622a5843149a980e48fcf9463aa2
You're receiving this email because of your account on gitlab.archlinux.org.