From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- .../files/kernelshark-2.1.0-fix-desktop-version.patch | 11 +++++++++++ .../files/kernelshark-2.1.0-no-ldconfig.patch | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-util/kernelshark/files/kernelshark-2.1.0-fix-desktop-version.patch create mode 100644 dev-util/kernelshark/files/kernelshark-2.1.0-no-ldconfig.patch (limited to 'dev-util/kernelshark/files') diff --git a/dev-util/kernelshark/files/kernelshark-2.1.0-fix-desktop-version.patch b/dev-util/kernelshark/files/kernelshark-2.1.0-fix-desktop-version.patch new file mode 100644 index 000000000000..a6a93be0ea0d --- /dev/null +++ b/dev-util/kernelshark/files/kernelshark-2.1.0-fix-desktop-version.patch @@ -0,0 +1,11 @@ +diff --git a/build/ks.desktop.cmake b/build/ks.desktop.cmake +index 2b02c0d..9765e61 100644 +--- a/build/ks.desktop.cmake ++++ b/build/ks.desktop.cmake +@@ -1,5 +1,5 @@ + [Desktop Entry] +-Version=@KS_VERSION_STRING@ ++Version=1.0 + Type=Application + Name=Kernel Shark + GenericName=Kernel Shark diff --git a/dev-util/kernelshark/files/kernelshark-2.1.0-no-ldconfig.patch b/dev-util/kernelshark/files/kernelshark-2.1.0-no-ldconfig.patch new file mode 100644 index 000000000000..7a7ea5bd435e --- /dev/null +++ b/dev-util/kernelshark/files/kernelshark-2.1.0-no-ldconfig.patch @@ -0,0 +1,16 @@ +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 9e0b4ae..732c14a 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -46,11 +46,6 @@ install(FILES "${KS_DIR}/libkshark.pc" + DESTINATION ${PKG_CONGIG_DIR} + COMPONENT libkshark-devel) + +-install(CODE "message(\"-- Executing: ldconfig ${_LIBDIR}\") +- execute_process(COMMAND bash \"-c\" \"ldconfig ${_INSTALL_PREFIX}\" +- ECHO_ERROR_VARIABLE)" +- COMPONENT libkshark-devel) +- + if (OPENGL_FOUND) + + message(STATUS "libkshark-plot") -- cgit v1.2.3