commit:     91c2e1f38f9f6e7899cce2c6a289a95a8cabc915
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 22:44:45 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 22:45:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=91c2e1f3

kde-apps/kio-extras: Add new DEPEND

Reported-by: Eugene Shalygin <eugene.shalygin <AT> gmail.com>
Closes: https://bugs.gentoo.org/710936
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kio-extras/kio-extras-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild 
b/kde-apps/kio-extras/kio-extras-9999.ebuild
index 41aa529315..400f8cfea7 100644
--- a/kde-apps/kio-extras/kio-extras-9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-9999.ebuild
@@ -54,7 +54,10 @@ DEPEND="
        mtp? ( >=media-libs/libmtp-1.1.16:= )
        openexr? ( media-libs/openexr:= )
        phonon? ( media-libs/phonon[qt5(+)] )
-       samba? ( net-fs/samba[client] )
+       samba? (
+               net-fs/samba[client]
+               net-libs/kdsoap-ws-discovery-client
+       )
        sftp? ( net-libs/libssh:=[sftp] )
        taglib? ( >=media-libs/taglib-1.11.1 )
        X? (
@@ -71,6 +74,7 @@ RESTRICT+=" test"
 
 src_configure() {
        local mycmakeargs=(
+               -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff
                $(cmake_use_find_package activities KF5Activities)
                $(cmake_use_find_package activities KF5ActivitiesStats)
                $(cmake_use_find_package man Gperf)

Reply via email to