[neon/extras/itinerary/Neon/unstable] debian/patches: add patch to add kcrash

Jonathan Riddell null at kde.org
Mon Jun 7 16:51:47 BST 2021


Git commit 22e7c2107943f9279a6d77cea2118d5912765e02 by Jonathan Riddell.
Committed on 07/06/2021 at 15:51.
Pushed by jriddell into branch 'Neon/unstable'.

add patch to add kcrash

A  +12   -0    debian/patches/kcrash.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/itinerary/commit/22e7c2107943f9279a6d77cea2118d5912765e02

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
new file mode 100644
index 0000000..e435065
--- /dev/null
+++ b/debian/patches/kcrash.diff
@@ -0,0 +1,12 @@
+Index: itinerary/src/app/CMakeLists.txt
+===================================================================
+--- itinerary.orig/src/app/CMakeLists.txt
++++ itinerary/src/app/CMakeLists.txt
+@@ -80,6 +80,7 @@ target_link_libraries(itinerary-app PRIV
+     itinerary
+     KOSMIndoorMap
+     Qt5::QuickControls2
++    KF5::KCrash
+ )
+ if (ANDROID)
+     target_include_directories(itinerary-app PRIVATE ${Qt5Core_PRIVATE_INCLUDE_DIRS})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..038d921
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kcrash.diff


More information about the Neon-commits mailing list