summaryrefslogtreecommitdiff
path: root/net-libs/kdsoap
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 12:49:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 12:58:51 +0100
commit05244c19ed7d24c96090f48459833f52689c32a8 (patch)
tree2fbeedb44797b0179187ccc1cee4dd4fbc4ae033 /net-libs/kdsoap
parent6b65097ea17be039bdb3ed4c9998139fe72e54f3 (diff)
downloadkde-05244c19ed7d24c96090f48459833f52689c32a8.tar.gz
kde-05244c19ed7d24c96090f48459833f52689c32a8.tar.bz2
kde-05244c19ed7d24c96090f48459833f52689c32a8.zip
net-libs/kdsoap: Switch to Qt6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/kdsoap')
-rw-r--r--net-libs/kdsoap/kdsoap-9999.ebuild8
-rw-r--r--net-libs/kdsoap/metadata.xml3
2 files changed, 5 insertions, 6 deletions
diff --git a/net-libs/kdsoap/kdsoap-9999.ebuild b/net-libs/kdsoap/kdsoap-9999.ebuild
index f32411ca71f..a864a38f24d 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 8641e5bdd39..77493fa9cc4 100644
--- a/net-libs/kdsoap/metadata.xml
+++ b/net-libs/kdsoap/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">KDAB/KDSoap</remote-id>
+ </upstream>
</pkgmetadata>