[neon/neon-packaging/gitklient/Neon/unstable] debian/patches: Update 0001-test-kcrash.patch

Carlos De Maine null at kde.org
Fri Jan 27 04:38:19 GMT 2023


Git commit a6013af579a48d6c262bf1e39128ec7ae87c4b74 by Carlos De Maine.
Committed on 27/01/2023 at 04:38.
Pushed by carlosdem into branch 'Neon/unstable'.

Update 0001-test-kcrash.patch

M  +10   -12   debian/patches/0001-test-kcrash.patch

https://invent.kde.org/neon/neon-packaging/gitklient/commit/a6013af579a48d6c262bf1e39128ec7ae87c4b74

diff --git a/debian/patches/0001-test-kcrash.patch b/debian/patches/0001-test-kcrash.patch
index 74a897c..208e8ee 100644
--- a/debian/patches/0001-test-kcrash.patch
+++ b/debian/patches/0001-test-kcrash.patch
@@ -15,15 +15,13 @@ diff:
      KCrash::initialize();
      mGit = Git::Manager::instance();
      connect(mGit, &Git::Manager::pathChanged, this, &AppWindow::git_pathChanged);
-=== modified file 'a/src/libgitklient/libgitklient_private_export.h'
---- a/src/libgitklient/libgitklient_private_export.h
-+++ b/src/libgitklient/libgitklient_private_export.h
-@@ -8,6 +8,8 @@
-
- #include "libgitklient_export.h"
-
-+KCrash::initialize();
-+
- /* Classes which are exported only for unit tests */
- #ifdef BUILD_TESTING
- #ifndef LIBGITKLIENT_TESTS_EXPORT
+=== modified file 'a/src/libgitklient/CMakeLists.txt'
+--- a/src/libgitklient/CMakeLists.txt
++++ b/src/libgitklient/CMakeLists.txt
+@@ -90,7 +90,6 @@ target_link_libraries(libgitklient
+     Qt::Core
+     Qt::Widgets
+     Qt::Concurrent
+-   KF5::Crash
+    KF5::I18n
+ )


More information about the Neon-commits mailing list