qt6-3d: update to 6.8.1.

This commit is contained in:
John 2024-10-30 11:48:06 +01:00 committed by John Zimmermann
parent 1d23265c52
commit 5f168b6c1a
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1 @@
qt6-3d

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-3d'
pkgname=qt6-3d
version=6.7.2
version=6.8.1
revision=1
build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools"
@ -11,7 +11,20 @@ maintainer="John <me@johnnynator.dev>"
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt3d-everywhere-src-${version}.tar.xz"
checksum=8bc087d904973133186e58471845c5df376bbfdcfcf079fda287e1cda27c8adf
checksum=08b006871b7bad92597c6b588ca921f630131e579e25079e49c0b34c0d7c4236
subpackages="qt6-3d-private-devel qt6-3d-devel"
qt6-3d-private-devel_package() {
depends="qt6-3d-devel>=${version}_${revision}"
short_desc+=" - private development files"
pkg_install() {
vmove "usr/lib/qt6/mkspecs/modules/*_private.pri"
for dir in $(cd ${DESTDIR} && find usr/include -type d -name private); do
vmove "$dir"
done
}
}
qt6-3d-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"