mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qt6-quick3d: update to 6.4.0.
This commit is contained in:
parent
6dec5e42b6
commit
cd9add83a5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-quick3d'
|
# Template file for 'qt6-quick3d'
|
||||||
pkgname=qt6-quick3d
|
pkgname=qt6-quick3d
|
||||||
version=6.3.1
|
version=6.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtquick3d-everywhere-src-${version}"
|
wrksrc="qtquick3d-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,11 +12,11 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
|
||||||
checksum=2fa766ee47b8c07412b3b755206ada0715fb07813b64ed069e7205044c061256
|
checksum=f10a1660d4d4103f0749f258eddce4d4878fa7bbbc5e610a900bef28adf017ec
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt6-quick3d-devel"
|
hostmakedepends+=" qt6-quick3d-devel"
|
||||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue