mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-location: update to 6.4.2.
This commit is contained in:
parent
38e4410a20
commit
ec487dd2a4
2 changed files with 17 additions and 3 deletions
10
srcpkgs/qt6-location/patches/no-cmake-test.patch
Normal file
10
srcpkgs/qt6-location/patches/no-cmake-test.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- qt6-location-6.4.2.orig/tests/auto/CMakeLists.txt
|
||||||
|
+++ qt6-location-6.4.2/tests/auto/CMakeLists.txt
|
||||||
|
@@ -14,7 +14,6 @@ add_subdirectory(qgeopositioninfo)
|
||||||
|
add_subdirectory(qgeosatelliteinfo)
|
||||||
|
add_subdirectory(qgeosatelliteinfosource)
|
||||||
|
add_subdirectory(qnmeasatelliteinfosource)
|
||||||
|
-add_subdirectory(cmake)
|
||||||
|
if (QT6_IS_SHARED_LIBS_BUILD)
|
||||||
|
add_subdirectory(positionplugin)
|
||||||
|
add_subdirectory(positionplugintest)
|
|
@ -1,21 +1,25 @@
|
||||||
# Template file for 'qt6-location'
|
# Template file for 'qt6-location'
|
||||||
pkgname=qt6-location
|
pkgname=qt6-location
|
||||||
version=6.4.0
|
version=6.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
|
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
||||||
makedepends="qt6-serialport-devel qt6-declarative-devel GConf-devel"
|
makedepends="qt6-serialport-devel qt6-declarative-devel GConf-devel"
|
||||||
short_desc="Cross-platform application and UI framework - location"
|
short_desc="Cross-platform application and UI framework - location"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
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/qtpositioning-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtpositioning-everywhere-src-${version}.tar.xz"
|
||||||
checksum=2d1b5c5f6dab0108396fea37ca28ebfad21a48fa11d8c5d17622d6f6e5fba834
|
checksum=7f01baf5ba877af5b211c9d32e6075019f00d9d7a2ba81bb0f10ca759e9aef82
|
||||||
|
|
||||||
pre_check() {
|
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-location-devel_package() {
|
qt6-location-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue