From e3fae42ed68876fe742bc0d24b189b9e485cfcf3 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 1 May 2021 11:00:25 +0200 Subject: [PATCH] New package: qt6-networkauth-6.1.0 --- common/shlibs | 1 + srcpkgs/qt6-networkauth-devel | 1 + srcpkgs/qt6-networkauth/template | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 120000 srcpkgs/qt6-networkauth-devel create mode 100644 srcpkgs/qt6-networkauth/template diff --git a/common/shlibs b/common/shlibs index ba192c561b5..5b7622e48cc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2020,6 +2020,7 @@ libQt6Quick3DIblBaker.so.6 qt6-quick3d-6.0.3_1 libQt6QuickControls2Impl.so.6 qt6-quickcontrols2-6.0.0_1 libQt6QuickControls2.so.6 qt6-quickcontrols2-6.0.0_1 libQt6QuickTemplates2.so.6 qt6-quickcontrols2-6.0.0_1 +libQt6NetworkAuth.so.6 qt6-networkauth-6.1.0rc2_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-networkauth-devel b/srcpkgs/qt6-networkauth-devel new file mode 120000 index 00000000000..e9763b3bb1a --- /dev/null +++ b/srcpkgs/qt6-networkauth-devel @@ -0,0 +1 @@ +qt6-networkauth \ No newline at end of file diff --git a/srcpkgs/qt6-networkauth/template b/srcpkgs/qt6-networkauth/template new file mode 100644 index 00000000000..b70fcc828fb --- /dev/null +++ b/srcpkgs/qt6-networkauth/template @@ -0,0 +1,27 @@ +# Template file for 'qt6-networkauth' +pkgname=qt6-networkauth +version=6.1.0 +revision=1 +wrksrc="qtnetworkauth-everywhere-src-${version}" +build_style=cmake +configure_args="-DQT_HOST_PATH=/usr" +hostmakedepends="perl qt6-base-devel" +makedepends="qt6-base-devel" +short_desc="Cross-platform application and UI framework - networkauth" +maintainer="John " +license="GPL-3.0-only" +homepage="https://qt.io/" +distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz" +checksum=bae8a941e4b635a364bdc65ea814adfe75b20b06fce0888612f72fc1e81ebdd3 + +qt6-networkauth-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + 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" + } +}