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

Carlos De Maine null at kde.org
Wed Jul 29 14:39:39 BST 2026


Git commit 62bd4b1496719e495e7a05021030b8bcd5b6b050 by Carlos De Maine.
Committed on 29/07/2026 at 13:39.
Pushed by carlosdem into branch 'Neon/unstable'.

patch out kcrash cmake lint error

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

https://invent.kde.org/neon/network/alligator/-/commit/62bd4b1496719e495e7a05021030b8bcd5b6b050

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