From 7f79d7b86f38654a46fea1c6dcd7438a16ae0151 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 19 Aug 2023 18:50:32 +0200 Subject: [PATCH] Adapt to KNotificationJobUiDelegate moving to KJobWidgets --- .kde-ci.yml | 1 + CMakeLists.txt | 1 + components/shellsettingsplugin/CMakeLists.txt | 2 +- containments/homescreens/folio/plugin/CMakeLists.txt | 2 +- containments/homescreens/halcyon/plugin/CMakeLists.txt | 2 +- kded/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index cb6e2e29..a61474b0 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -17,6 +17,7 @@ Dependencies: 'frameworks/modemmanager-qt': '@latest-kf6' 'frameworks/networkmanager-qt': '@latest-kf6' 'frameworks/plasma-framework': '@latest-kf6' + 'frameworks/kjobwidgets': '@latest-kf6' 'plasma/kwin': '@same' 'plasma/plasma-workspace': '@same' 'libraries/kirigami-addons': '@latest-kf6' diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cb00bf2..7dbab250 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS KCMUtils Package DBusAddons + JobWidgets ) find_package(PkgConfig REQUIRED) diff --git a/components/shellsettingsplugin/CMakeLists.txt b/components/shellsettingsplugin/CMakeLists.txt index 75eb8a42..5b7db759 100644 --- a/components/shellsettingsplugin/CMakeLists.txt +++ b/components/shellsettingsplugin/CMakeLists.txt @@ -17,7 +17,7 @@ target_link_libraries(shellsettingsplugin KF6::ConfigWidgets KF6::Package KF6::KIOGui - KF6::Notifications + KF6::JobWidgets ) set_property(TARGET shellsettingsplugin PROPERTY LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/org/kde/plasma/private/mobileshell/shellsettingsplugin) diff --git a/containments/homescreens/folio/plugin/CMakeLists.txt b/containments/homescreens/folio/plugin/CMakeLists.txt index 23172c1e..a174305b 100644 --- a/containments/homescreens/folio/plugin/CMakeLists.txt +++ b/containments/homescreens/folio/plugin/CMakeLists.txt @@ -20,7 +20,7 @@ target_link_libraries(folioplugin KF6::I18n KF6::Service KF6::KIOGui - KF6::Notifications + KF6::JobWidgets KF6::WaylandClient KF6::WindowSystem) diff --git a/containments/homescreens/halcyon/plugin/CMakeLists.txt b/containments/homescreens/halcyon/plugin/CMakeLists.txt index 1df35fcb..0d6d7690 100644 --- a/containments/homescreens/halcyon/plugin/CMakeLists.txt +++ b/containments/homescreens/halcyon/plugin/CMakeLists.txt @@ -22,7 +22,7 @@ target_link_libraries(halcyonplugin KF6::I18n KF6::Service KF6::KIOGui - KF6::Notifications + KF6::JobWidgets KF6::WaylandClient KF6::WindowSystem) diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index 6523f8cb..2de62650 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -12,7 +12,7 @@ target_link_libraries(kded_plasma_mobile_start PRIVATE KF6::DBusAddons KF6::ConfigWidgets KF6::KIOGui - KF6::Notifications + KF6::JobWidgets KF6::Package )