From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D2BD1584AD for ; Tue, 22 Apr 2025 20:04:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 36D7334300B for ; Tue, 22 Apr 2025 20:04:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6EDFC1102C5; Tue, 22 Apr 2025 20:04:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 69B391102C5 for ; Tue, 22 Apr 2025 20:04:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C472342FED for ; Tue, 22 Apr 2025 20:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8589323D0 for ; Tue, 22 Apr 2025 20:04:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745352203.24e94f40bac79a4ff8348b4d6847479ebe35aa49.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/calendarjanitor/, kde-apps/calendarjanitor/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/calendarjanitor/calendarjanitor-9999.ebuild kde-apps/calendarjanitor/files/calendarjanitor-25.07.70-loggingcategory.patch X-VCS-Directories: kde-apps/calendarjanitor/ kde-apps/calendarjanitor/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 24e94f40bac79a4ff8348b4d6847479ebe35aa49 X-VCS-Branch: master Date: Tue, 22 Apr 2025 20:04:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48defcdc-10bd-4834-93a4-09db99c1a800 X-Archives-Hash: d9963047f82849781abdead0a1a25d22 commit: 24e94f40bac79a4ff8348b4d6847479ebe35aa49 Author: Alfred Wingate protonmail com> AuthorDate: Fri Apr 18 05:54:53 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 22 20:03:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=24e94f40 kde-apps/calendarjanitor: update loggingcategory patch Upstream-Commit: 0100ee00401aa5a2752aacc41f628a29f333efe5 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/1033 Signed-off-by: Andreas Sturmlechner gentoo.org> .../calendarjanitor/calendarjanitor-9999.ebuild | 2 +- .../calendarjanitor-25.07.70-loggingcategory.patch | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild index 36cf1a11d5..25dad556c8 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} >=kde-apps/akonadi-calendar-tools-common-${PV} " -PATCHES=( "${FILESDIR}/${PN}-24.05.2-loggingcategory.patch" ) +PATCHES=( "${FILESDIR}/${PN}-25.07.70-loggingcategory.patch" ) src_prepare() { ecm_src_prepare diff --git a/kde-apps/calendarjanitor/files/calendarjanitor-25.07.70-loggingcategory.patch b/kde-apps/calendarjanitor/files/calendarjanitor-25.07.70-loggingcategory.patch new file mode 100644 index 0000000000..5783c43525 --- /dev/null +++ b/kde-apps/calendarjanitor/files/calendarjanitor-25.07.70-loggingcategory.patch @@ -0,0 +1,41 @@ +From 764311465d84f07602ca357a4133b850d0b0ac16 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +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 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -82,12 +82,6 @@ endif() + add_subdirectory(calendarjanitor) + add_subdirectory(konsolekalendar) + +-ecm_qt_install_logging_categories( +- EXPORT AKONADICALENDARTOOLS +- FILE console.categories +- DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} +- ) +- + kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) + + ki18n_install(po) +--- 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.49.0 +