commit: c4ec76c51c11dafd4aed63731ec9249fcbdbd6be Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 16 20:47:12 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 22 18:09:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4ec76c5
kde-apps/kio-extras: Use BUILD_ACTIVITIES option Upstream commit d74e09cace0cd533648b37e81c9d07f9a7c82043 Drop unused cmake option -DBUILD_KDSoapWSDiscoveryClient Closes: https://bugs.gentoo.org/917101 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index d11dbe35b5..fe93aed2f0 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -78,9 +78,7 @@ BDEPEND="man? ( dev-util/gperf )" src_configure() { local mycmakeargs=( - $(cmake_use_find_package activities PlasmaActivities) - $(cmake_use_find_package activities PlasmaActivitiesStats) - $(cmake_use_find_package activities Qt6Sql) + -DBUILD_ACTIVITIES=$(usex activities) $(cmake_use_find_package ios IMobileDevice) $(cmake_use_find_package ios PList) $(cmake_use_find_package man Gperf) @@ -93,9 +91,6 @@ src_configure() { $(cmake_use_find_package taglib Taglib) -DWITHOUT_X11=$(usex !X) ) - use samba && mycmakeargs+=( - -DBUILD_KDSoapWSDiscoveryClient=OFF # disable bundled stuff - ) ecm_src_configure }
