mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-remoteobjects: update to 6.4.2.
This commit is contained in:
parent
b25bdb8be8
commit
3000bf0827
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'qt6-remoteobjects'
|
# Template file for 'qt6-remoteobjects'
|
||||||
pkgname=qt6-remoteobjects
|
pkgname=qt6-remoteobjects
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-declarative-devel pkg-config"
|
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
||||||
makedepends="qt6-declarative-devel"
|
makedepends="qt6-declarative-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"
|
||||||
|
@ -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=f51a7debee6fef86fbc444dece08e064f925f4d976947fc66f4100188956e1ce
|
checksum=583c53640020d5d068eef7ae180d750120bb49e30249c2febdd173c5a7428812
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt6-remoteobjects"
|
hostmakedepends+=" qt6-remoteobjects"
|
||||||
|
@ -24,6 +24,10 @@ pre_check() {
|
||||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/tests
|
||||||
|
}
|
||||||
|
|
||||||
qt6-remoteobjects-devel_package() {
|
qt6-remoteobjects-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
qt6-declarative-devel>=${version}_1"
|
qt6-declarative-devel>=${version}_1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue