From e3186ae8e66c21be61dc4100c0d0e4fa4dffd201 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 5 Nov 2023 14:58:35 +0100 Subject: [PATCH] Adapt to plasma-framework and kactivities moving to Plasma --- .kde-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 11e3afb603..62365d48e8 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -6,7 +6,6 @@ Dependencies: 'require': 'frameworks/breeze-icons': '@latest-kf6' 'frameworks/extra-cmake-modules': '@latest-kf6' - 'frameworks/kactivities': '@latest-kf6' 'frameworks/kcmutils': '@latest-kf6' 'frameworks/kconfig': '@latest-kf6' 'frameworks/kconfigwidgets': '@latest-kf6' @@ -29,6 +28,7 @@ Dependencies: 'frameworks/kxmlgui': '@latest-kf6' 'libraries/libqaccessibilityclient': '@latest-kf6' 'libraries/plasma-wayland-protocols': '@latest-kf6' + 'plasma/kactivities': '@same' 'plasma/breeze': '@same' 'plasma/kdecoration': '@same' 'plasma/kglobalacceld': '@same' @@ -41,7 +41,7 @@ RuntimeDependencies: - 'on': ['@all'] 'require': 'frameworks/kirigami': '@latest-kf6' - 'frameworks/plasma-framework': '@latest-kf6' + 'plasma/plasma-framework': '@same' Options: ctest-arguments: '--repeat until-pass:5'