Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-shadertools
Commits:
678e2899 by Antonio Rojas at 2023-06-15T21:59:46+02:00
Qt 6.6 beta 1
- - - - -
fa9693a7 by Antonio Rojas at 2023-07-14T20:43:08+02:00
Qt 6.6.0 beta 2
- - - - -
0628f984 by Antonio Rojas at 2023-08-28T18:48:25+02:00
Update to 6.6 beta 3
- - - - -
fec40a85 by Antonio Rojas at 2023-09-18T09:07:33+02:00
Update to 6.6 beta 4
- - - - -
8a17d0a3 by Antonio Rojas at 2023-09-26T09:02:12+02:00
Update to 6.6 RC
- - - - -
4df80a52 by Antonio Rojas at 2023-10-02T20:00:23+02:00
Overhaul dependencies
- - - - -
4c2d10f8 by Antonio Rojas at 2023-12-19T23:06:20+01:00
Qt 6.7 beta 1
- - - - -
1d26ad86 by Antonio Rojas at 2023-12-20T08:19:33+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-shadertools
pkgdesc = Provides functionality for the shader pipeline that allows Qt
Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = qt6-shadertools
depends = gcc-libs
depends = glibc
depends = qt6-base
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtshadertools-everywhere-src-6.6.1.tar.xz
- sha256sums =
08338fe4f54954928e41a8a5450627e61bca115039706c28161bf967785e73bb
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtshadertools-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
3a5dd94aa359809a5ffa1ec785a7772fbed62aa1a7fe815b04d5218397b3e3b9
pkgname = qt6-shadertools
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-shadertools
-_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=('08338fe4f54954928e41a8a5450627e61bca115039706c28161bf967785e73bb')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('3a5dd94aa359809a5ffa1ec785a7772fbed62aa1a7fe815b04d5218397b3e3b9')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/compare/c59fc6d1de41afa3c2333b0728b1638b9f768ef5...1d26ad86696a2c686de5a96e607f6e086ef8301d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-shadertools/-/compare/c59fc6d1de41afa3c2333b0728b1638b9f768ef5...1d26ad86696a2c686de5a96e607f6e086ef8301d
You're receiving this email because of your account on gitlab.archlinux.org.