mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-remoteobjects: update to 6.7.2.
This commit is contained in:
parent
78a1df920d
commit
2f05824269
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'qt6-remoteobjects'
|
# Template file for 'qt6-remoteobjects'
|
||||||
pkgname=qt6-remoteobjects
|
pkgname=qt6-remoteobjects
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
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 qt6-connectivity-devel"
|
makedepends="qt6-declarative-private-devel qt6-connectivity-devel
|
||||||
|
qt6-base-private-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 +14,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=261194e35bb9420225f095c58a5a549686797a3d2b7ea6f0d582d7d681f1f76b
|
checksum=0b906b81aa7d6f4e47d4a298da67894433f3096a06f4c4237788c1b2cb9b7483
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt6-remoteobjects"
|
hostmakedepends+=" qt6-remoteobjects"
|
||||||
|
|
Loading…
Add table
Reference in a new issue