mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-connectivity: update to 6.7.2.
This commit is contained in:
parent
27352be443
commit
5687aef8d0
1 changed files with 10 additions and 4 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'qt6-connectivity'
|
# Template file for 'qt6-connectivity'
|
||||||
pkgname=qt6-connectivity
|
pkgname=qt6-connectivity
|
||||||
version=6.6.0
|
version=6.7.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-declarative-host-tools"
|
configure_args="-DQT_FEATURE_pcsclite=ON"
|
||||||
makedepends="qt6-declarative-devel"
|
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
||||||
|
makedepends="qt6-declarative-private-devel libbluetooth-devel pcsclite-devel
|
||||||
|
qt6-base-private-devel"
|
||||||
short_desc="Cross-platform application and UI framework - Connectivity"
|
short_desc="Cross-platform application and UI framework - Connectivity"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtconnectivity-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtconnectivity-everywhere-src-${version}.tar.xz"
|
||||||
checksum=1c29c26247c28ef19b9ca87c38b4d61a1f94ee9021897962e0d5ba215f1c4010
|
checksum=8ed321b242f0e956473a295fa31670271f9b3acb797508644cb740f89f6c08e8
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
ctest -E tst_qlowenergycontroller
|
||||||
|
}
|
||||||
|
|
||||||
qt6-connectivity-devel_package() {
|
qt6-connectivity-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
|
|
Loading…
Add table
Reference in a new issue