From 13c7549d2de57f00f39608531338762ce9bc9150 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 15 Jan 2024 18:32:57 +0100 Subject: [PATCH] kweather: remove obsolete patch --- ...28f0f7cee27aecd40a949436e4b73a3afb0f.patch | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 recipes-application/plasma-mobile/kweather/851d28f0f7cee27aecd40a949436e4b73a3afb0f.patch diff --git a/recipes-application/plasma-mobile/kweather/851d28f0f7cee27aecd40a949436e4b73a3afb0f.patch b/recipes-application/plasma-mobile/kweather/851d28f0f7cee27aecd40a949436e4b73a3afb0f.patch deleted file mode 100644 index 7c16f61..0000000 --- a/recipes-application/plasma-mobile/kweather/851d28f0f7cee27aecd40a949436e4b73a3afb0f.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 851d28f0f7cee27aecd40a949436e4b73a3afb0f Mon Sep 17 00:00:00 2001 -From: Jonathan Esk-Riddell -Date: Fri, 24 Nov 2023 15:37:12 +0000 -Subject: [PATCH] use kweathercore updated for kf6 - ---- - CMakeLists.txt | 2 +- - src/CMakeLists.txt | 2 +- - src/plasmoid/CMakeLists.txt | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ee960fa9..cc2d20d8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -67,7 +67,7 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS - CoreAddons - Notifications - ) --find_package(KF6KWeatherCore 0.6.0 REQUIRED) -+find_package(KWeatherCore 0.8.0 REQUIRED) - - find_package(KF6KirigamiAddons 0.11 REQUIRED) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 87ae56a4..6bab3f8a 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -135,7 +135,7 @@ target_link_libraries(kweather - KF6::I18n - KF6::CoreAddons - KF6::Notifications -- KF6::KWeatherCore -+ KWeatherCore - kweatherLib - kweatherbackgroundsplugin - kweatherbackgroundscomponentsplugin -diff --git a/src/plasmoid/CMakeLists.txt b/src/plasmoid/CMakeLists.txt -index 1a9444d8..15a1ce9f 100644 ---- a/src/plasmoid/CMakeLists.txt -+++ b/src/plasmoid/CMakeLists.txt -@@ -18,7 +18,7 @@ add_library(plasma_applet_kweather_1x4 MODULE ${kweather_1x4_SRCS}) - target_link_libraries(plasma_applet_kweather_1x4 - Qt::Gui - Qt::Qml -- KF6::KWeatherCore -+ KWeatherCore - Plasma::Plasma - KF6::I18n - kweatherLib) --- -GitLab -