qt6-remoteobjects: update to 6.6.0.

This commit is contained in:
John 2023-10-13 19:12:58 +02:00 committed by John Zimmermann
parent 4e109cedf5
commit 211128d525

View file

@ -1,10 +1,10 @@
# Template file for 'qt6-remoteobjects' # Template file for 'qt6-remoteobjects'
pkgname=qt6-remoteobjects pkgname=qt6-remoteobjects
version=6.5.2 version=6.6.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools pkg-config" hostmakedepends="perl qt6-declarative-host-tools pkg-config"
makedepends="qt6-declarative-devel" makedepends="qt6-declarative-devel qt6-connectivity-devel"
# Not a strict dependency, but it's 2022, everyone should use TLS # Not a strict dependency, but it's 2022, everyone should use TLS
depends="qt6-plugin-tls-openssl" depends="qt6-plugin-tls-openssl"
checkdepends="$depends" checkdepends="$depends"
@ -13,7 +13,7 @@ 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" 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/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz"
checksum=c0f41f1f79eff28303ecd68dc064a4d8f92b35f3ddc06d78909b142bc0d4494c checksum=261194e35bb9420225f095c58a5a549686797a3d2b7ea6f0d582d7d681f1f76b
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt6-remoteobjects" hostmakedepends+=" qt6-remoteobjects"
@ -21,7 +21,7 @@ if [ "$CROSS_BUILD" ]; then
fi fi
pre_check() { pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
} }
post_install() { post_install() {