diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-21 21:02:59 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-21 21:04:51 +0200 |
| commit | b7c0aeaadd584135e6c6eac956ef4bcb19535225 (patch) | |
| tree | 93862d0c08ec44cf7d20bc590e679b244eea6883 | |
| parent | 861aff8c32547cb8a184c4bf7f38bcf342ee74d3 (diff) | |
| download | kde-b7c0aeaadd584135e6c6eac956ef4bcb19535225.tar.gz kde-b7c0aeaadd584135e6c6eac956ef4bcb19535225.tar.bz2 kde-b7c0aeaadd584135e6c6eac956ef4bcb19535225.zip | |
kde-plasma/plasma-workspace: Drop obsolete patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-workspace/files/plasma-workspace-5.24.80-split-libkworkspace.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.24.80-split-libkworkspace.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.24.80-split-libkworkspace.patch deleted file mode 100644 index e605473e354..00000000000 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.24.80-split-libkworkspace.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 19bbdcf391ea51c4798c770e87c7eada24f252b8 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Mon, 21 Feb 2022 12:24:56 +0100 -Subject: [PATCH] libkworkspace: Allow standalone build - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - CMakeLists.txt | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3ec5f0893..b022a20b3 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -78,6 +78,7 @@ set_package_properties(Qalculate PROPERTIES DESCRIPTION "Qalculate Library" - ) - - find_package(KWinDBusInterface CONFIG REQUIRED) -+find_package(LibKWorkspace 5.21.5) - - find_package(KF5Screen CONFIG REQUIRED) - find_package(KScreenLocker 5.13.80 REQUIRED) -@@ -233,7 +234,10 @@ option(PLASMA_WAYLAND_DEFAULT_SESSION "Use Wayland session by default for Plasma - if(KF5DocTools_FOUND) - add_subdirectory(doc) - endif() --add_subdirectory(libkworkspace) -+if(NOT LibKWorkspace_FOUND) -+ message(STATUS "System LibKWorkspace not found, using bundled.") -+ add_subdirectory(libkworkspace) -+endif() - add_subdirectory(libdbusmenuqt) - add_subdirectory(appmenu) - --- -2.35.1 - |
