From 21294d8c9f2514324acefe7bfd654ac43af807db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:31 +0700 Subject: [PATCH] heaptrack: for boost-1.89 --- srcpkgs/heaptrack/patches/boost-1.89.patch | 11 +++++++++++ srcpkgs/heaptrack/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/heaptrack/patches/boost-1.89.patch diff --git a/srcpkgs/heaptrack/patches/boost-1.89.patch b/srcpkgs/heaptrack/patches/boost-1.89.patch new file mode 100644 index 00000000000..9281711edb9 --- /dev/null +++ b/srcpkgs/heaptrack/patches/boost-1.89.patch @@ -0,0 +1,11 @@ +--- a/src/analyze/CMakeLists.txt ++++ b/src/analyze/CMakeLists.txt +@@ -2,7 +2,7 @@ if (ECM_FOUND) + include(ECMEnableSanitizers) + endif() + +-find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options system filesystem) ++find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options filesystem) + + configure_file(analyze_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/analyze_config.h) + diff --git a/srcpkgs/heaptrack/template b/srcpkgs/heaptrack/template index bd1a3620839..f5de75746c5 100644 --- a/srcpkgs/heaptrack/template +++ b/srcpkgs/heaptrack/template @@ -1,7 +1,7 @@ # Template file for 'heaptrack' pkgname=heaptrack version=1.5.0 -revision=2 +revision=3 build_style=cmake configure_args="-DHEAPTRACK_BUILD_GUI=ON" hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons