kcachegrind, bump to 25.04.0 (#12381)

This commit is contained in:
Schrijvers Luc
2025-05-14 11:05:36 +02:00
committed by GitHub
parent f1c830d762
commit 983d3e5771
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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