From 42d5b8b447a2df526c2bcf401ff9a103b9464a35 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 27 Jun 2021 16:00:28 +0200 Subject: [PATCH] New package: qt6-location-6.2.1 --- common/shlibs | 2 ++ srcpkgs/qt6-location-devel | 1 + srcpkgs/qt6-location/template | 27 +++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 120000 srcpkgs/qt6-location-devel create mode 100644 srcpkgs/qt6-location/template diff --git a/common/shlibs b/common/shlibs index 45e8aa46e3a..60647122b3d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2054,6 +2054,8 @@ libQt6HunspellInputMethod.so.6 qt6-virtualkeyboard-6.1.0_1 libQt6VirtualKeyboard.so.6 qt6-virtualkeyboard-6.1.0_1 libQt6SerialPort.so.6 qt6-serialport-6.2.0alpha_1 libQt6WebSockets.so.6 qt6-websockets-6.2.0alpha_1 +libQt6WebChannel.so.6 qt6-webchannel-6.2.0alpha_1 +libQt6Positioning.so.6 qt6-location-6.2.0alpha_1 libnpth.so.0 npth-1.1_1 libnpupnp.so.4 libnpupnp-4.0.2_1 libglfw.so.3 glfw-3.0.4_1 diff --git a/srcpkgs/qt6-location-devel b/srcpkgs/qt6-location-devel new file mode 120000 index 00000000000..7924c82dd3f --- /dev/null +++ b/srcpkgs/qt6-location-devel @@ -0,0 +1 @@ +qt6-location \ No newline at end of file diff --git a/srcpkgs/qt6-location/template b/srcpkgs/qt6-location/template new file mode 100644 index 00000000000..7767df81020 --- /dev/null +++ b/srcpkgs/qt6-location/template @@ -0,0 +1,27 @@ +# Template file for 'qt6-location' +pkgname=qt6-location +version=6.2.1 +revision=1 +wrksrc="qtlocation-everywhere-src-${version}" +build_style=cmake +configure_args="-DQT_HOST_PATH=/usr" +hostmakedepends="perl qt6-base-devel qt6-declarative-devel" +makedepends="qt6-serialport-devel qt6-declarative-devel GConf-devel" +short_desc="Cross-platform application and UI framework - location" +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=a99e92c762d45b17e14685cd8a3c1564a3da0ce1cfd1a68ffd5b3fd7c409dcad + +qt6-location-devel_package() { + depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/qt6/mkspecs + vmove "usr/lib/*.so" + vmove "usr/lib/*.prl" + } +}