summaryrefslogtreecommitdiff
path: root/kde-plasma/kdeplasma-addons/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /kde-plasma/kdeplasma-addons/files
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'kde-plasma/kdeplasma-addons/files')
-rw-r--r--kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-kiconthemes.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-kiconthemes.patch b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-kiconthemes.patch
new file mode 100644
index 000000000000..5981fe4a7ef4
--- /dev/null
+++ b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.20.5-no-kiconthemes.patch
@@ -0,0 +1,37 @@
+From 88fe32d4d6543c860bcec4e63782ee82fac2c75f Mon Sep 17 00:00:00 2001
+From: Nicolas Fella <nicolas.fella@gmx.de>
+Date: Mon, 14 Dec 2020 18:26:33 +0100
+Subject: [PATCH] Remove unused KIconThemes dependency
+
+---
+ CMakeLists.txt | 1 -
+ applets/weather/CMakeLists.txt | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 15e121e7f..bc3782f1f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -47,7 +47,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+ Declarative
+ Holidays
+ I18n
+- IconThemes
+ KIO
+ KCMUtils
+ Kross
+diff --git a/applets/weather/CMakeLists.txt b/applets/weather/CMakeLists.txt
+index d88c5fcc0..fe88b68c5 100644
+--- a/applets/weather/CMakeLists.txt
++++ b/applets/weather/CMakeLists.txt
+@@ -33,7 +33,6 @@ add_library(weatherplugin SHARED ${weather_SRCS})
+ target_link_libraries(weatherplugin
+ KF5::Plasma
+ KF5::UnitConversion
+- KF5::IconThemes
+ KF5::I18n
+ Qt5::Qml
+ )
+--
+GitLab
+