qt6-remoteobjects: update to 6.4.0.

This commit is contained in:
John 2022-11-02 18:24:19 +01:00
parent 8e0176ded9
commit e6837cee59

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-remoteobjects'
pkgname=qt6-remoteobjects
version=6.3.1
version=6.4.0
revision=1
wrksrc="qtremoteobjects-everywhere-src-${version}"
build_style=cmake
@ -14,11 +14,11 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
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/qtremoteobjects-everywhere-src-${version}.tar.xz"
checksum=ea6d038b11c60981de0bd39a6091a59abf7d031e37bfc592b31be1217bef4ca6
checksum=f51a7debee6fef86fbc444dece08e064f925f4d976947fc66f4100188956e1ce
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt6-remoteobjects"
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
fi
pre_check() {