diff options
Diffstat (limited to 'x11-wm/theseus-ship/files/patch-plasma-6.1')
-rw-r--r-- | x11-wm/theseus-ship/files/patch-plasma-6.1 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-wm/theseus-ship/files/patch-plasma-6.1 b/x11-wm/theseus-ship/files/patch-plasma-6.1 deleted file mode 100644 index bb6349fdc8a5..000000000000 --- a/x11-wm/theseus-ship/files/patch-plasma-6.1 +++ /dev/null @@ -1,39 +0,0 @@ -Drop after x11/plasma6-libplasma >= 6.2.0 update -Drop after x11-wm/plasma6-kdecoration >= 6.2.0 - -CMake Warning at CMakeLists.txt:59 (find_package): - Could not find a configuration file for package "Plasma" that is compatible - with requested version "6.1". - - The following configuration files were considered but not accepted: - - /usr/local/lib/cmake/Plasma/PlasmaConfig.cmake, version: 6.1.2 - -CMake Error at CMakeLists.txt:69 (find_package): - Could not find a configuration file for package "KDecoration2" that is - compatible with requested version "6.2". - - The following configuration files were considered but not accepted: - - /usr/local/lib/cmake/KDecoration2/KDecoration2Config.cmake, version: 6.1.2 - ---- CMakeLists.txt.orig 2024-10-09 20:27:02 UTC -+++ CMakeLists.txt -@@ -57,7 +57,7 @@ set_package_properties(KF6Kirigami PROPERTIES - TYPE RUNTIME - ) - --find_package(Plasma ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR} -+find_package(Plasma ${CMAKE_PROJECT_VERSION_MAJOR} - CONFIG - ) - set_package_properties(Plasma PROPERTIES -@@ -66,7 +66,7 @@ set_package_properties(Plasma PROPERTIES - TYPE RUNTIME - ) - --find_package(KDecoration2 ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR} -+find_package(KDecoration2 ${CMAKE_PROJECT_VERSION_MAJOR} - CONFIG REQUIRED - ) - |