[neon/neon-packaging/marknote/Neon/unstable] debian/patches: Edit fix_kcrash_2.diff

Carlos De Maine null at kde.org
Sun Apr 12 15:40:52 BST 2026


Git commit 2a27f165b1fd04ab630295052f730257d815298d by Carlos De Maine.
Committed on 12/04/2026 at 14:40.
Pushed by carlosdem into branch 'Neon/unstable'.

Edit fix_kcrash_2.diff

M  +1    -1    debian/patches/fix_kcrash_2.diff

https://invent.kde.org/neon/neon-packaging/marknote/-/commit/2a27f165b1fd04ab630295052f730257d815298d

diff --git a/debian/patches/fix_kcrash_2.diff b/debian/patches/fix_kcrash_2.diff
index 630ead3..51d1123 100644
--- a/debian/patches/fix_kcrash_2.diff
+++ b/debian/patches/fix_kcrash_2.diff
@@ -15,7 +15,7 @@ index c7db205..c9327f3 100644
  
      KAboutData::setApplicationData(about);
  
--#ifndef Q_OS_ANDROID
+-#if KCOREADDONS_VERSION < QT_VERSION_CHECK(6, 19, 0) && __has_include("KCrash")
 +#ifdef HAVE_KCRASH
      KCrash::initialize();
  #endif


More information about the Neon-commits mailing list