commit: f01dc0cf1077b9efe2fcdec5bf3db0211d55ae27 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Dec 30 22:20:36 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 22:24:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01dc0cf
kde-apps/calendarjanitor: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../calendarjanitor-24.05.2-loggingcategory.patch | 50 ---------------------- 1 file changed, 50 deletions(-) diff --git a/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch b/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch deleted file mode 100644 index e9796c334280..000000000000 --- a/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 1c10a1418a063d625dce2fc1a5714b82f9cee728 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <[email protected]> -Date: Mon, 12 Aug 2024 16:02:27 +0200 -Subject: [PATCH] Move ecm_qt_install_logging_categories to konsolekalendar - subdir - -None is declared in calendarjanitor. - -Signed-off-by: Andreas Sturmlechner <[email protected]> ---- - CMakeLists.txt | 6 ------ - konsolekalendar/CMakeLists.txt | 5 +++++ - 2 files changed, 5 insertions(+), 6 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d887d81..f79b923 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -79,12 +79,6 @@ endif() - add_subdirectory(calendarjanitor) - add_subdirectory(konsolekalendar) - --ecm_qt_install_logging_categories( -- EXPORT AKONADICALENDARTOOLS -- FILE console.categories -- DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} -- ) -- - add_subdirectory(doc) - kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) - ki18n_install(po) -diff --git a/konsolekalendar/CMakeLists.txt b/konsolekalendar/CMakeLists.txt -index c0b0eab..7e90f6c 100644 ---- a/konsolekalendar/CMakeLists.txt -+++ b/konsolekalendar/CMakeLists.txt -@@ -44,6 +44,11 @@ target_link_libraries(konsolekalendar - - install(TARGETS konsolekalendar ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) - -+ecm_qt_install_logging_categories( -+ EXPORT AKONADICALENDARTOOLS -+ FILE console.categories -+ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} -+ ) - - ########### install files ############### - --- -2.45.2 -
