[neon/network/alligator/Neon/unstable_noble] debian/patches: patch out kcrash cmake lint error

Carlos De Maine null at kde.org
Thu Jul 30 09:26:22 BST 2026


Git commit 6fd42ac18c828feb9c412ac9e0f50ede5722e7bb by Carlos De Maine.
Committed on 30/07/2026 at 08:26.
Pushed by carlosdem into branch 'Neon/unstable_noble'.

patch out kcrash cmake lint error

(cherry picked from commit 62bd4b1496719e495e7a05021030b8bcd5b6b050)


(cherry picked from commit d1404c260b2789af68b00f2794e7bbc733f1d138)

Co-authored-by: Carlos De Maine <carlosdem at kde.org>

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

https://invent.kde.org/neon/network/alligator/-/commit/6fd42ac18c828feb9c412ac9e0f50ede5722e7bb

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
new file mode 100644
index 0000000..8b94d8d
--- /dev/null
+++ b/debian/patches/kcrash.diff
@@ -0,0 +1,12 @@
+diff --git a/src/main.cpp b/src/main.cpp
+index e9f038f..3edc7fc 100644
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -66,6 +66,7 @@ int main(int argc, char *argv[])
+ 
+ #ifndef Q_OS_ANDROID
+     QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("alligator")));
++    KCrash::initialize();
+ #endif
+ 
+     KirigamiAppDefaults::apply(&app);
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