diff --git a/kde-apps/kcachegrind/kcachegrind-22.04.0.recipe b/kde-apps/kcachegrind/kcachegrind-23.08.5.recipe similarity index 96% rename from kde-apps/kcachegrind/kcachegrind-22.04.0.recipe rename to kde-apps/kcachegrind/kcachegrind-23.08.5.recipe index 502e86079..8b0ff991f 100644 --- a/kde-apps/kcachegrind/kcachegrind-22.04.0.recipe +++ b/kde-apps/kcachegrind/kcachegrind-23.08.5.recipe @@ -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 diff --git a/kde-apps/kcachegrind/patches/kcachegrind-22.04.0.patchset b/kde-apps/kcachegrind/patches/kcachegrind-23.08.5.patchset similarity index 70% rename from kde-apps/kcachegrind/patches/kcachegrind-22.04.0.patchset rename to kde-apps/kcachegrind/patches/kcachegrind-23.08.5.patchset index 4711eac76..b5fe84347 100644 --- a/kde-apps/kcachegrind/patches/kcachegrind-22.04.0.patchset +++ b/kde-apps/kcachegrind/patches/kcachegrind-23.08.5.patchset @@ -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