* [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/files/
@ 2022-07-17 7:22 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-07-17 7:22 UTC (permalink / raw
To: gentoo-commits
commit: adfa37c063b10f5cb4ccff7c6055fb2b13623f4b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jun 20 08:58:28 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 07:21:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfa37c0
dev-util/heaptrack: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25997
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../heaptrack/files/heaptrack-1.3.0-cmake.patch | 58 ----------------------
1 file changed, 58 deletions(-)
diff --git a/dev-util/heaptrack/files/heaptrack-1.3.0-cmake.patch b/dev-util/heaptrack/files/heaptrack-1.3.0-cmake.patch
deleted file mode 100644
index fe4cfd6fed93..000000000000
--- a/dev-util/heaptrack/files/heaptrack-1.3.0-cmake.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From 24d593624a41488416116057fc36e9962a548477 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Mon, 20 Dec 2021 11:43:26 +0100
-Subject: [PATCH] Let releaseme know to skip po install
-
-Since KF5I18n is optional AND dependent on HEAPTRACK_BUILD_GUI, we
-have to call ki18n_install(po) conditionally on our own and in
-addition tell releaseme not to touch CMakeLists.txt to do the same.
-
-Otherwise releaseme adds the following code unconditionally at the
-end of the file:
-
- find_package(KF5I18n CONFIG REQUIRED)
- ki18n_install(po)
-
-ki18n_install checks for existence of po subdir and returns silently
-if none found, so it is safe for git sources too.
-
-* asturmlechner 2021-12-20: Modified for 1.3.0 release.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 4 ++++
- src/analyze/CMakeLists.txt | 3 +++
- 2 files changed, 7 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4ccfc88..06c43cf 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -169,7 +169,8 @@
- add_subdirectory(src)
- add_subdirectory(tests)
-
--feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+# Let releaseme know about this:
-+# SKIP_PO_INSTALL
-+# (KF5I18n is optional in src/analyze/CMakeLists.txt...)
-
--find_package(KF5I18n CONFIG REQUIRED)
--ki18n_install(po)
-+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-diff --git a/src/analyze/CMakeLists.txt b/src/analyze/CMakeLists.txt
-index 592f337..763c671 100644
---- a/src/analyze/CMakeLists.txt
-+++ b/src/analyze/CMakeLists.txt
-@@ -41,6 +41,9 @@ if(HEAPTRACK_BUILD_GUI)
- find_package(KF5 ${REQUIRED_IN_APPIMAGE} COMPONENTS CoreAddons I18n ItemModels ThreadWeaver ConfigWidgets KIO IconThemes)
- find_package(KChart ${REQUIRED_IN_APPIMAGE} "2.6.0")
- set_package_properties(KChart PROPERTIES TYPE RECOMMENDED PURPOSE "Required for the heaptrack_gui executable. Get it from the kdiagram module.")
-+ if(KF5I18n_FOUND)
-+ ki18n_install(../../po)
-+ endif()
- endif()
- endif()
-
---
-2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-17 7:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 7:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox