mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qt6-quick3d: update to 6.3.1.
This commit is contained in:
parent
ff3f1a7496
commit
dd886e10be
1 changed files with 12 additions and 5 deletions
|
@ -1,19 +1,23 @@
|
|||
# Template file for 'qt6-quick3d'
|
||||
pkgname=qt6-quick3d
|
||||
version=6.3.0
|
||||
version=6.3.1
|
||||
revision=1
|
||||
wrksrc="qtquick3d-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr "
|
||||
hostmakedepends="perl qt6-base-devel qt6-declarative-devel qt6-shadertools-devel"
|
||||
makedepends="qt6-base-devel qt6-declarative-devel qt6-shadertools-devel
|
||||
libassimp-devel"
|
||||
qt6-quicktimeline libassimp-devel"
|
||||
short_desc="Cross-platform application and UI framework - Quick3d"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
|
||||
checksum=0ad05bd1ee1f784b18220a2d2625ee8de91662c88fdc7b798662953d86eb327e
|
||||
checksum=2fa766ee47b8c07412b3b755206ada0715fb07813b64ed069e7205044c061256
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt6-quick3d-devel"
|
||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
# possibly a qt6-shadertools bug, actually
|
||||
|
@ -26,9 +30,12 @@ qt6-quick3d-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove usr/lib/metatypes
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/bin
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
vmove usr/share/qt6/modules
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue