[update] qt6-quick3d -> 6.8.1

This commit is contained in:
Developer 2024-12-13 23:49:36 +00:00
parent b12ddf763a
commit 5b67ad0f46
2 changed files with 14 additions and 8 deletions

View File

@ -3,14 +3,17 @@
pkgname = qt6-quick3d
pkgbase = qt6-quick3d
xdata = pkgtype=pkg
pkgver = 6.8.0-1
pkgver = 6.8.1-1
pkgdesc = Qt module and API for defining 3D content in Qt Quick
url = https://www.qt.io
builddate = 1729294085
builddate = 1734133775
packager = Tuxcore <dev@tuxcore.org>
size = 16881054
size = 17043306
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-quick3d
_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='Qt module and API for defining 3D content in Qt Quick'
depends=(gcc-libs
glibc
@ -23,7 +26,7 @@ optdepends=('assimp: assimp import plugin')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('83be32b96d9c868be71175914e10f2d2d8a8dc033e4698bccb9ea81cab872a09')
sha256sums=('8bb7cc1a5ef488e3d6926c4acbb5c78c402f7377f734ddc3e973ebc5ecdbcbbe')
build() {
cmake -B build -S $_pkgfn -G Ninja \