kcachegrind: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-04 20:17:12 +10:00
parent 60817af83c
commit 230467b536
2 changed files with 22 additions and 22 deletions

View File

@@ -13,11 +13,11 @@ libraries and plugin architectures, and does not influence the measuring itself.
* Call graph can be exported as image (PNG).
* Simultaneous display of 2 event types in Call and Annotation View."
HOMEPAGE="https://apps.kde.org/kcachegrind/"
COPYRIGHT="2010-2022 KDE Organisation"
COPYRIGHT="2010-2024 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="aed09ea5dc01ace24c76ed69edef5111c47f53992ba45896365b53cd3fc8890d"
CHECKSUM_SHA256="056687b7adb0049db0503738cf95a7051f3b889b3313fa8b78dc7d03c3dbb7b6"
SOURCE_DIR="kcachegrind-$portVersion"
PATCHES="kcachegrind-$portVersion.patchset"
ADDITIONAL_FILES="kcachegrind.rdef.in"
@@ -75,7 +75,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.93
extra_cmake_modules$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix

View File

@@ -1,23 +1,23 @@
From b715b0be8eaa99829f3fbc3962f7328b19e69bea Mon Sep 17 00:00:00 2001
From 9b836fa41f439d5039d26b4bef5d5c705c4722a5 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Tue, 19 Jul 2022 20:05:18 +1000
Date: Mon, 4 Mar 2024 20:14:38 +1000
Subject: Remove dbus
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8cf82a..defb990 100644
index a68b5d0..32d6c8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(FeatureSummary)
include(ECMAddAppIcon)
include(ECMPoQmTools)
@@ -32,7 +32,7 @@ else()
endif()
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Gui Widgets)
+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED
-find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Gui Widgets)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets)
find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED
Archive
@@ -34,7 +34,6 @@ find_package(KF5 ${KF_MIN_VERSION} REQUIRED
@@ -43,7 +43,6 @@ find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED
I18n
Config
KIO
@@ -26,14 +26,14 @@ index c8cf82a..defb990 100644
add_definitions(
diff --git a/kcachegrind/CMakeLists.txt b/kcachegrind/CMakeLists.txt
index cb28103..534cf65 100644
index 2020634..a807fc2 100644
--- a/kcachegrind/CMakeLists.txt
+++ b/kcachegrind/CMakeLists.txt
@@ -34,7 +34,6 @@ set(kcachegrind_LIBS
KF5::ConfigGui
KF5::KIOCore
KF5::KIOWidgets
- KF5::DBusAddons
KF${KF_MAJOR_VERSION}::ConfigGui
KF${KF_MAJOR_VERSION}::KIOCore
KF${KF_MAJOR_VERSION}::KIOWidgets
- KF${KF_MAJOR_VERSION}::DBusAddons
)
target_link_libraries(kcachegrind core views ${kcachegrind_LIBS})
@@ -59,12 +59,12 @@ index 536a175..814995e 100644
Loader::initLoaders();
--
2.36.1
2.43.2
From 0bf94381a4f9c8022d2697c20074e9bac5716d5d Mon Sep 17 00:00:00 2001
From e914af111fecbf8af211d60008568b68c55c228c Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Tue, 19 Jul 2022 20:06:10 +1000
Date: Mon, 4 Mar 2024 20:14:51 +1000
Subject: Use system int64, uint64 defs
@@ -102,5 +102,5 @@ index 2eb267b..e827a4b 100644
/**
* A simple, constant string class
--
2.36.1
2.43.2