From 590c04803f88a968b4a750c0f420eb314e1fe968 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Sep 2023 17:09:22 +0100 Subject: gentoo auto-resync : 19:09:2023 - 17:09:22 --- .../files/libksysguard-5.27.8-cmake.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kde-plasma/libksysguard/files/libksysguard-5.27.8-cmake.patch (limited to 'kde-plasma/libksysguard/files') diff --git a/kde-plasma/libksysguard/files/libksysguard-5.27.8-cmake.patch b/kde-plasma/libksysguard/files/libksysguard-5.27.8-cmake.patch new file mode 100644 index 000000000000..45564b7acfdb --- /dev/null +++ b/kde-plasma/libksysguard/files/libksysguard-5.27.8-cmake.patch @@ -0,0 +1,40 @@ +From 4ea3547f3fb2d1d73b3c4e1c78cdc3902341b652 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sat, 16 Sep 2023 17:53:34 +0200 +Subject: [PATCH] Drop unused KCompletion + +Signed-off-by: Andreas Sturmlechner +(cherry picked from commit 0d5d7f70771fb6caf6fc84a840a708df4e980493) +--- + CMakeLists.txt | 2 +- + processui/CMakeLists.txt | 1 - + 2 files changed, 1 insertion(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d5a0ca48..67b8242d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -48,7 +48,7 @@ set_package_properties(Qt${QT_MAJOR_VERSION}WebChannel PROPERTIES + ) + + +-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets WindowSystem Completion Auth WidgetsAddons IconThemes ConfigWidgets Service GlobalAccel KIO Package NewStuff) ++find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets WindowSystem Auth WidgetsAddons IconThemes ConfigWidgets Service GlobalAccel KIO Package NewStuff) + + find_package(ZLIB REQUIRED) + set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip compressed files and data streams" +diff --git a/processui/CMakeLists.txt b/processui/CMakeLists.txt +index c9bd8007..e61bd784 100644 +--- a/processui/CMakeLists.txt ++++ b/processui/CMakeLists.txt +@@ -45,7 +45,6 @@ target_link_libraries(processui + KF5::I18n + KF5::WindowSystem + KF5::AuthCore +- KF5::Completion + KF5::ConfigWidgets + KF5::WidgetsAddons + KF5::IconThemes +-- +2.42.0 + -- cgit v1.2.3