commit: b2e599e3154a1a14ec94249c2de8bbdef0c7dbbf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 14 08:27:40 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jun 14 08:27:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b2e599e3
kde-plasma/discover: Drop obsolete patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/discover-5.22.5-no-updates-kcm.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/kde-plasma/discover/files/discover-5.22.5-no-updates-kcm.patch b/kde-plasma/discover/files/discover-5.22.5-no-updates-kcm.patch deleted file mode 100644 index e2c21ac1b9..0000000000 --- a/kde-plasma/discover/files/discover-5.22.5-no-updates-kcm.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 725ae1f2b9d4a8995881faafb323c541ff6d3c1b Mon Sep 17 00:00:00 2001 -From: Antonio Rojas <[email protected]> -Date: Thu, 1 Jul 2021 22:24:40 +0200 -Subject: [PATCH] Make building updates KCM optional - -Some distros (such as Arch) don't support offline updates or automatic updates, so the options in the KCM are misleading and can cause unexpected behavior. ---- - CMakeLists.txt | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fa27fc77a..26387b2f0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -53,7 +53,11 @@ add_subdirectory(libdiscover) - add_subdirectory(discover) - add_subdirectory(exporter) - add_subdirectory(update) --add_subdirectory(kcm) -+ -+option(WITH_KCM "Build and install the updates KCM" ON) -+if(WITH_KCM) -+ add_subdirectory(kcm) -+endif() - - option(WITH_NOTIFIER "Build and install the notifier plasmoid" ON) - if(WITH_NOTIFIER) --- -GitLab -
