From aa12807fcb5724b1ab5f5e6f61e8599457a83a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 May 2024 07:19:09 +0700 Subject: [PATCH] New package: kdsoap-ws-discovery-client-0.4.0 --- common/shlibs | 1 + srcpkgs/kdsoap-ws-discovery-client-devel | 1 + srcpkgs/kdsoap-ws-discovery-client/template | 25 +++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/kdsoap-ws-discovery-client-devel create mode 100644 srcpkgs/kdsoap-ws-discovery-client/template diff --git a/common/shlibs b/common/shlibs index cf2749eaf61..9220340b482 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3988,6 +3988,7 @@ libtagparser.so.12 tagparser-12.0.0_1 libqtutilities.so.6 qtutilities-6.0.4_1 libkdsoap-qt6.so.2 KDSoap-2.2.0_1 libkdsoap-server-qt6.so.2 KDSoap-2.2.0_1 +libKDSoapWSDiscoveryClient.so.0 kdsoap-ws-discovery-client-0.4.0_1 libstoken.so.1 stoken-0.92_1 libjpegxr.so.0 jxrlib-0.2.2_1 libjxrglue.so.0 jxrlib-0.2.2_1 diff --git a/srcpkgs/kdsoap-ws-discovery-client-devel b/srcpkgs/kdsoap-ws-discovery-client-devel new file mode 120000 index 00000000000..4d028e8d62e --- /dev/null +++ b/srcpkgs/kdsoap-ws-discovery-client-devel @@ -0,0 +1 @@ +kdsoap-ws-discovery-client \ No newline at end of file diff --git a/srcpkgs/kdsoap-ws-discovery-client/template b/srcpkgs/kdsoap-ws-discovery-client/template new file mode 100644 index 00000000000..e1a0cbf3819 --- /dev/null +++ b/srcpkgs/kdsoap-ws-discovery-client/template @@ -0,0 +1,25 @@ +# Template file for 'kdsoap-ws-discovery-client' +pkgname=kdsoap-ws-discovery-client +version=0.4.0 +revision=1 +build_style=cmake +configure_args="-DQT_MAJOR_VERSION=6" +hostmakedepends="extra-cmake-modules qt6-base KDSoap" +makedepends="KDSoap-devel qt6-base-devel" +short_desc=" Library for finding WS-Discovery devices in the network using KDSoap" +maintainer="Đoàn Trần Công Danh " +license="GPL-3.0-or-later" +homepage="https://invent.kde.org/libraries/kdsoap-ws-discovery-client" +#changelog="" +distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=2cd247c013e75f410659bac372aff93d22d71c5a54c059e137b9444af8b3427a + +kdsoap-ws-discovery-client-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}