From 983d3e5771331f6dacc94586efbb593874bc0248 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 14 May 2025 11:05:36 +0200 Subject: [PATCH] kcachegrind, bump to 25.04.0 (#12381) --- ...cachegrind-24.12.3.recipe => kcachegrind-25.04.0.recipe} | 6 +++--- ...egrind-24.12.3.patchset => kcachegrind-25.04.0.patchset} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename kde-apps/kcachegrind/{kcachegrind-24.12.3.recipe => kcachegrind-25.04.0.recipe} (98%) rename kde-apps/kcachegrind/patches/{kcachegrind-24.12.3.patchset => kcachegrind-25.04.0.patchset} (92%) diff --git a/kde-apps/kcachegrind/kcachegrind-24.12.3.recipe b/kde-apps/kcachegrind/kcachegrind-25.04.0.recipe similarity index 98% rename from kde-apps/kcachegrind/kcachegrind-24.12.3.recipe rename to kde-apps/kcachegrind/kcachegrind-25.04.0.recipe index 12c673bbb..bc8731ddb 100644 --- a/kde-apps/kcachegrind/kcachegrind-24.12.3.recipe +++ b/kde-apps/kcachegrind/kcachegrind-25.04.0.recipe @@ -17,7 +17,7 @@ COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kcachegrind-$portVersion.tar.xz" -CHECKSUM_SHA256="f5d86431daf379d681bbfe8f97f6743e13809db3753831c58311c809b3196ac9" +CHECKSUM_SHA256="9b5c8a1f97e8dd899f868fec0236e2bdd55d3e0064f1a7119d9b5481f2f58672" SOURCE_DIR="kcachegrind-$portVersion" PATCHES="kcachegrind-$portVersion.patchset" ADDITIONAL_FILES="kcachegrind.rdef.in" @@ -147,17 +147,17 @@ INSTALL() # cleanup rm -rf $dataDir/{applications,icons,metainfo} - local APP_SIGNATURE="application/x-vnd.kde-kcachegrind" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MINOR="`echo "$portVersion" | cut -d. -f3`" local LONG_INFO="$SUMMARY" + local APP_SIGNATURE="application/x-vnd.kde-kcachegrind" sed \ - -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ -e "s|@MINOR@|$MINOR|" \ -e "s|@LONG_INFO@|$LONG_INFO|" \ + -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ $portDir/additional-files/kcachegrind.rdef.in > kcachegrind.rdef addResourcesToBinaries kcachegrind.rdef $commandBinDir/kcachegrind diff --git a/kde-apps/kcachegrind/patches/kcachegrind-24.12.3.patchset b/kde-apps/kcachegrind/patches/kcachegrind-25.04.0.patchset similarity index 92% rename from kde-apps/kcachegrind/patches/kcachegrind-24.12.3.patchset rename to kde-apps/kcachegrind/patches/kcachegrind-25.04.0.patchset index 8cbd5c16f..1439edc6a 100644 --- a/kde-apps/kcachegrind/patches/kcachegrind-24.12.3.patchset +++ b/kde-apps/kcachegrind/patches/kcachegrind-25.04.0.patchset @@ -1,4 +1,4 @@ -From 09022d283104af792f8ac839bcb708437ce78052 Mon Sep 17 00:00:00 2001 +From 41d00999f362a449d5a5a638d5aa74d4ca17b5fa Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 4 Mar 2024 20:14:51 +1000 Subject: Use system int64, uint64 defs