[update] qt6-shadertools -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:41 +00:00
parent 4953e623ef
commit a2eeb3d574
2 changed files with 14 additions and 8 deletions

View File

@ -3,14 +3,17 @@
pkgname = qt6-shadertools
pkgbase = qt6-shadertools
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
url = https://www.qt.io
builddate = 1729294090
builddate = 1734133779
packager = Tuxcore <dev@tuxcore.org>
size = 4812331
size = 4840075
arch = x86_64
license = GPL3
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
group = qt6
depend = gcc-libs
depend = glibc

View File

@ -1,11 +1,14 @@
# Packager = Tuxcore <dev@tuxcore.org>
pkgname=qt6-shadertools
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3)
license=(GPL-3.0-only
LGPL-3.0-only
LicenseRef-Qt-Commercial
Qt-GPL-exception-1.0)
pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
depends=(gcc-libs
glibc
@ -16,7 +19,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('51e72c258a442ac25d0ecef3e22eaea94c91333315310464680e7a9b23c84609')
sha256sums=('af78a93958f5ebcaaf8e2394a9e7221fde7ac93c1101de2a5e858207eeb19549')
build() {
cmake -B build -S $_pkgfn -G Ninja \