[neon/extras/itinerary/Neon/unstable] debian/patches: cmake find kcrash

Jonathan Riddell null at kde.org
Mon Jun 7 17:56:14 BST 2021


Git commit d43b7c2ed090f9ca9e878cfe6a0e7b87dc9c089e by Jonathan Riddell.
Committed on 07/06/2021 at 16:56.
Pushed by jriddell into branch 'Neon/unstable'.

cmake find kcrash

M  +13   -0    debian/patches/kcrash.diff

https://invent.kde.org/neon/extras/itinerary/commit/d43b7c2ed090f9ca9e878cfe6a0e7b87dc9c089e

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
index e435065..9a0019b 100644
--- a/debian/patches/kcrash.diff
+++ b/debian/patches/kcrash.diff
@@ -10,3 +10,16 @@ Index: itinerary/src/app/CMakeLists.txt
  )
  if (ANDROID)
      target_include_directories(itinerary-app PRIVATE ${Qt5Core_PRIVATE_INCLUDE_DIRS})
+Index: itinerary/CMakeLists.txt
+===================================================================
+--- itinerary.orig/CMakeLists.txt
++++ itinerary/CMakeLists.txt
+@@ -55,7 +55,7 @@ endif()
+ # build-time dependencies
+ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Test Quick Positioning Location QuickControls2)
+ find_package(Qt5 CONFIG QUIET OPTIONAL_COMPONENTS QuickCompiler)
+-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS I18n CoreAddons Contacts Notifications)
++find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS I18n CoreAddons Contacts Notifications Crash)
+ find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS Holidays NetworkManagerQt)
+ find_package(KPimPkPass CONFIG REQUIRED)
+ find_package(KPimItinerary 5.17.41 CONFIG REQUIRED)


More information about the Neon-commits mailing list