commit: 936e3bab45bc3c41a20a63e8229c5f57d078f199
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 20:04:24 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:11:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=936e3bab
kde-apps/marble: Drop build of plasma widget and plasmarunner
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/marble/marble-24.08.49.9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/marble/marble-24.08.49.9999.ebuild
b/kde-apps/marble/marble-24.08.49.9999.ebuild
index 3a576fe5df..4ae07cfe91 100644
--- a/kde-apps/marble/marble-24.08.49.9999.ebuild
+++ b/kde-apps/marble/marble-24.08.49.9999.ebuild
@@ -46,7 +46,6 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/knewstuff-${KFMIN}:5
>=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/kwallet-${KFMIN}:5
)
@@ -69,6 +68,8 @@ src_prepare() {
rm -rf src/3rdparty/zlib || die "Failed to remove bundled libs"
+ cmake_run_in src cmake_comment_add_subdirectory plasma
+ cmake_run_in src cmake_comment_add_subdirectory plasmarunner
use kde && cmake_run_in src/apps cmake_comment_add_subdirectory
marble-qt
}