From 7aec98b61527dee2beef36d56c6a8c93f696e643 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 22 Aug 2023 09:19:37 -0400 Subject: [PATCH] qt6-location: update to 6.5.2. --- srcpkgs/qt6-location/patches/no-cmake-test.patch | 4 ++-- srcpkgs/qt6-location/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qt6-location/patches/no-cmake-test.patch b/srcpkgs/qt6-location/patches/no-cmake-test.patch index 85d519cef88..3d43a3a7968 100644 --- a/srcpkgs/qt6-location/patches/no-cmake-test.patch +++ b/srcpkgs/qt6-location/patches/no-cmake-test.patch @@ -1,9 +1,9 @@ --- 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) +@@ -18,7 +18,6 @@ add_subdirectory(qgeosatelliteinfosource) add_subdirectory(qnmeasatelliteinfosource) + add_subdirectory(qwebmercator) -add_subdirectory(cmake) if (QT6_IS_SHARED_LIBS_BUILD) add_subdirectory(positionplugin) diff --git a/srcpkgs/qt6-location/template b/srcpkgs/qt6-location/template index 89ff6498c67..5454291207f 100644 --- a/srcpkgs/qt6-location/template +++ b/srcpkgs/qt6-location/template @@ -1,6 +1,6 @@ # Template file for 'qt6-location' pkgname=qt6-location -version=6.5.0 +version=6.5.2 revision=1 build_style=cmake hostmakedepends="perl qt6-base qt6-declarative-host-tools" @@ -10,7 +10,7 @@ maintainer="John " 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/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtpositioning-everywhere-src-${version}.tar.xz" -checksum=0da7121ebfd9d2ba985ab1f2c8a3af70027c35732177ec0fc72ff7e82835c886 +checksum=70493f03748d1c5b1577e4c011c0af9bcaffcdc6c5e519362605b01f917614fa pre_check() { export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"