From 1a767271710a2e10cd80b780cc202ff5bbe18083 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Oct 2023 19:12:29 +0200 Subject: [PATCH] qt6-location: update to 6.6.0. --- srcpkgs/qt6-location/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qt6-location/template b/srcpkgs/qt6-location/template index 4133428d06a..985a82408e5 100644 --- a/srcpkgs/qt6-location/template +++ b/srcpkgs/qt6-location/template @@ -1,7 +1,7 @@ # Template file for 'qt6-location' pkgname=qt6-location -version=6.5.2 -revision=3 +version=6.6.0 +revision=1 build_style=cmake hostmakedepends="perl qt6-base qt6-declarative-host-tools" makedepends="qt6-serialport-devel qt6-declarative-devel qt6-position-devel" @@ -10,10 +10,10 @@ 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/qtlocation-everywhere-src-${version}.tar.xz" -checksum=891d7d64c26617bf1993a6d8b3d206ec9ce5b0a5396146f691b11d895fd86dfb +checksum=f5968be76108bf22af334b403027cf0a859284cb824250e728bb8daca2d70794 pre_check() { - export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" + export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml" } post_install() {