Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-lottie
Commits:
bc39e8be by Antonio Rojas at 2023-06-15T22:00:20+02:00
Qt 6.6 beta 1
- - - - -
b1b60659 by Antonio Rojas at 2023-07-14T20:43:35+02:00
Qt 6.6.0 beta 2
- - - - -
2e8e1e59 by Antonio Rojas at 2023-08-28T18:48:54+02:00
Update to 6.6 beta 3
- - - - -
32425464 by Antonio Rojas at 2023-09-18T09:08:01+02:00
Update to 6.6 beta 4
- - - - -
822de2c3 by Antonio Rojas at 2023-09-26T09:02:42+02:00
Update to 6.6 RC
- - - - -
19e9911b by Antonio Rojas at 2023-10-02T23:38:24+02:00
Overhaul dependencies
- - - - -
dea78aa4 by Antonio Rojas at 2023-12-19T23:06:46+01:00
Qt 6.7 beta 1
- - - - -
6472d95f by Antonio Rojas at 2023-12-20T08:23:00+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-lottie
pkgdesc = A family of player software for a certain json-based file
format for describing 2d vector graphics animations
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-lottie
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtlottie-everywhere-src-6.6.1.tar.xz
- sha256sums =
49cb059364f78936c09fb0f53dad23363ba8ae29d931cd8380cbdff4bda09fc8
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtlottie-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
68af48278599de832ab63f7ac7d77f943bacbb703cf5b144a5ae0ffb4ba98f2c
pkgname = qt6-lottie
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-lottie
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -18,8 +18,8 @@ makedepends=(cmake
optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('49cb059364f78936c09fb0f53dad23363ba8ae29d931cd8380cbdff4bda09fc8')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('68af48278599de832ab63f7ac7d77f943bacbb703cf5b144a5ae0ffb4ba98f2c')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/compare/f2ef46c72f58a8c7bb63177d10a35885a35f82eb...6472d95ff3722cc9be7d163161ef13c022e8ca39
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-lottie/-/compare/f2ef46c72f58a8c7bb63177d10a35885a35f82eb...6472d95ff3722cc9be7d163161ef13c022e8ca39
You're receiving this email because of your account on gitlab.archlinux.org.