commit:     1629da023896ec9700fac08e8bca1a9275169955
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 11:51:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 11:58:51 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1629da02

net-libs/kdsoap-ws-discovery-client: Switch to Qt6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kdsoap-ws-discovery-client-9999.ebuild                        | 8 ++++----
 net-libs/kdsoap-ws-discovery-client/metadata.xml                  | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git 
a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild 
b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
index a96214f70e..20d1896c97 100644
--- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
+++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-9999.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 ECM_QTHELP="false"
 ECM_TEST="forceoptional"
+KFMIN=5.245.0
 inherit ecm kde.org
 
 DESCRIPTION="WS-Discovery client library based on KDSoap"
@@ -18,12 +19,11 @@ IUSE="doc"
 RESTRICT="test"
 
 RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtnetwork:5
-       >=net-libs/kdsoap-2.0.0
+       dev-qt/qtbase:6[network]
+       >=net-libs/kdsoap-0.2.0
 "
 DEPEND="${RDEPEND}
-       test? ( dev-qt/qtxml:5 )
+       test? ( dev-qt/qtbase:6[xml] )
 "
 BDEPEND="doc? ( app-doc/doxygen[dot] )"
 

diff --git a/net-libs/kdsoap-ws-discovery-client/metadata.xml 
b/net-libs/kdsoap-ws-discovery-client/metadata.xml
index 8641e5bdd3..d37afc46e1 100644
--- a/net-libs/kdsoap-ws-discovery-client/metadata.xml
+++ b/net-libs/kdsoap-ws-discovery-client/metadata.xml
@@ -5,4 +5,7 @@
                <email>[email protected]</email>
                <name>Gentoo KDE Project</name>
        </maintainer>
+       <upstream>
+               <remote-id 
type="kde-invent">libraries/kdsoap-ws-discovery-client</remote-id>
+       </upstream>
 </pkgmetadata>

Reply via email to