commit: 05244c19ed7d24c96090f48459833f52689c32a8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 11:49:32 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=05244c19
net-libs/kdsoap: Switch to Qt6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/kdsoap/kdsoap-9999.ebuild | 8 ++------
net-libs/kdsoap/metadata.xml | 3 +++
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/net-libs/kdsoap/kdsoap-9999.ebuild
b/net-libs/kdsoap/kdsoap-9999.ebuild
index f32411ca71..a864a38f24 100644
--- a/net-libs/kdsoap/kdsoap-9999.ebuild
+++ b/net-libs/kdsoap/kdsoap-9999.ebuild
@@ -20,11 +20,7 @@ LICENSE="GPL-3 AGPL-3"
SLOT="0/2"
IUSE=""
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtnetwork:5
- dev-qt/qtxml:5
-"
+RDEPEND="dev-qt/qtbase:6[network,xml]"
DEPEND="${RDEPEND}
dev-libs/boost
"
@@ -38,8 +34,8 @@ src_configure() {
local mycmakeargs=(
-DKDSoap_DOCS=OFF
-DKDSoap_EXAMPLES=OFF # no install targets
+ -DKDSoap_QT6=ON
-DKDSoap_STATIC=OFF
- -DKDSoap_QT6=OFF
)
cmake_src_configure
}
diff --git a/net-libs/kdsoap/metadata.xml b/net-libs/kdsoap/metadata.xml
index 8641e5bdd3..77493fa9cc 100644
--- a/net-libs/kdsoap/metadata.xml
+++ b/net-libs/kdsoap/metadata.xml
@@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">KDAB/KDSoap</remote-id>
+ </upstream>
</pkgmetadata>