Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-imageformats
Commits:
1ef4b06c by Antonio Rojas at 2023-06-15T22:00:17+02:00
Qt 6.6 beta 1
- - - - -
a63a4f65 by Antonio Rojas at 2023-07-14T20:43:33+02:00
Qt 6.6.0 beta 2
- - - - -
bfdc9b30 by Antonio Rojas at 2023-08-28T18:48:52+02:00
Update to 6.6 beta 3
- - - - -
5974112d by Antonio Rojas at 2023-09-18T09:07:59+02:00
Update to 6.6 beta 4
- - - - -
dd6a6263 by Antonio Rojas at 2023-09-26T09:02:39+02:00
Update to 6.6 RC
- - - - -
f95246be by Antonio Rojas at 2023-10-02T23:33:18+02:00
Overhaul dependencies
- - - - -
6eb7ac87 by Antonio Rojas at 2023-12-19T23:06:44+01:00
Qt 6.7 beta 1
- - - - -
664d61a1 by Antonio Rojas at 2023-12-20T08:22:44+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qt6-imageformats
depends = libtiff
depends = libwebp
depends = qt6-base
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtimageformats-everywhere-src-6.6.1.tar.xz
- sha256sums =
ac4ed08950072e375be662cfa64fdb447dd6e935cf29c56a4128d1500492188f
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtimageformats-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
0637e5319c387dd052e54ef8c208109d1084b26c3e719e8dde0b146b11542736
pkgname = qt6-imageformats
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-imageformats
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -21,8 +21,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=('ac4ed08950072e375be662cfa64fdb447dd6e935cf29c56a4128d1500492188f')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('0637e5319c387dd052e54ef8c208109d1084b26c3e719e8dde0b146b11542736')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/compare/e011f0bd809f3fec9d5fa191ed2a1d23db76bd87...664d61a1c90e6346090925ac18d2cb53c3a4dc66
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/compare/e011f0bd809f3fec9d5fa191ed2a1d23db76bd87...664d61a1c90e6346090925ac18d2cb53c3a4dc66
You're receiving this email because of your account on gitlab.archlinux.org.