commit: 1841dcb4bfb35d9b16a0aa79a861706bb8433ed0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 21:25:57 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 21:28:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1841dcb4
dev-util/heaptrack: Add 1.5.80_pre20250331 snapshot, fix build w/ cmake4 Closes: https://bugs.gentoo.org/954093 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/heaptrack/Manifest | 1 + ...ck-9999.ebuild => heaptrack-1.5.80_pre20250331.ebuild} | 15 +++++---------- dev-util/heaptrack/heaptrack-9999.ebuild | 14 ++++---------- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/dev-util/heaptrack/Manifest b/dev-util/heaptrack/Manifest index 953a3fdd2edc..6d937de2039d 100644 --- a/dev-util/heaptrack/Manifest +++ b/dev-util/heaptrack/Manifest @@ -1 +1,2 @@ DIST heaptrack-1.5.80_pre20250110-5d8bfe44.tar.gz 9485092 BLAKE2B 86c04c9892a845c382b8c28248c6230517fff3ed536f773e8cd24b73c1655e08d571bb351b606aca4f0147141256f2496f119d5406a04f8da89f58de29c969db SHA512 019882341d4e046b5a1f7f8873227f455995ce1c837efa1f934c17578b41e13fa8dd4c6a20edaaea4e2e9659b43e9631c1cb3d4ccd87108f5c4342889374dff1 +DIST heaptrack-1.5.80_pre20250331-0fb2eb51.tar.gz 9486961 BLAKE2B aecf5da2278f81da07ca02d735b5f7520c6d6dbddd6035fb8d3819eb251865992253d41d6509c8d05adbd908bd0cb683182fe41cf341e8808ecd35f2578c11ee SHA512 20c18c5119d1bb7cd78bc1b8faa00c4a61eaaf524da6948d75ba9bd1d96b62ea00aeb42ad5daf47b7edca9a77051a7a2c3508e28b01876d0a716e4196590e45a diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild similarity index 85% copy from dev-util/heaptrack/heaptrack-9999.ebuild copy to dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild index e4c530eac199..440ef9ac6be1 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake kde.org xdg-utils +KDE_ORG_COMMIT=0fb2eb516b5d762f202195f8f439bbf1ea463880 +inherit cmake kde.org xdg DESCRIPTION="Fast heap memory profiler" HOMEPAGE="https://apps.kde.org/heaptrack/ @@ -61,15 +62,9 @@ src_configure() { } pkg_postinst() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi + use gui && xdg_pkg_postinst } pkg_postrm() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi + use gui && xdg_pkg_postrm } diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild index e4c530eac199..12471bad5b16 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake kde.org xdg-utils +inherit cmake kde.org xdg DESCRIPTION="Fast heap memory profiler" HOMEPAGE="https://apps.kde.org/heaptrack/ @@ -61,15 +61,9 @@ src_configure() { } pkg_postinst() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi + use gui && xdg_pkg_postinst } pkg_postrm() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi + use gui && xdg_pkg_postrm }
