Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-quicktimeline
Commits:
049b912a by Antonio Rojas at 2023-06-15T22:00:04+02:00
Qt 6.6 beta 1
- - - - -
5b050585 by Antonio Rojas at 2023-07-14T20:43:21+02:00
Qt 6.6.0 beta 2
- - - - -
44daaf99 by Antonio Rojas at 2023-08-28T18:48:39+02:00
Update to 6.6 beta 3
- - - - -
06f25f49 by Antonio Rojas at 2023-09-18T09:07:47+02:00
Update to 6.6 beta 4
- - - - -
d48a2c7c by Antonio Rojas at 2023-09-26T09:02:27+02:00
Update to 6.6 RC
- - - - -
f541dc5d by Antonio Rojas at 2023-10-02T22:31:46+02:00
Overhaul dependencies
- - - - -
a4f5f2d6 by Antonio Rojas at 2023-12-19T23:06:33+01:00
Qt 6.7 beta 1
- - - - -
ab133e5a by Antonio Rojas at 2023-12-20T08:21:20+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-quicktimeline
pkgdesc = Qt module for keyframe-based timeline construction
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-quicktimeline
depends = glibc
depends = qt6-base
depends = qt6-declarative
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtquicktimeline-everywhere-src-6.6.1.tar.xz
- sha256sums =
3860f548327d425beb3772eddde1670986646912e2a11721ea37d18199ffe168
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtquicktimeline-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
50628944a4786b56ec8552cba72dfaadf9c082644758593bc359eb7a7977153f
pkgname = qt6-quicktimeline
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-quicktimeline
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -18,8 +18,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=('3860f548327d425beb3772eddde1670986646912e2a11721ea37d18199ffe168')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('50628944a4786b56ec8552cba72dfaadf9c082644758593bc359eb7a7977153f')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quicktimeline/-/compare/89940879621fbf2c00a4f8ab153959fe01553ccc...ab133e5a003c6413ff227879c76cdc4b02c06252
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-quicktimeline/-/compare/89940879621fbf2c00a4f8ab153959fe01553ccc...ab133e5a003c6413ff227879c76cdc4b02c06252
You're receiving this email because of your account on gitlab.archlinux.org.