[neon/multimedia/elisa/Neon/unstable] debian/patches: krash.diff for kcrash linkage

Carlos De Maine null at kde.org
Wed Jul 29 13:13:34 BST 2026


Git commit 613d99b9a75e6430fd52a70fdb56cf61acf24f13 by Carlos De Maine.
Committed on 29/07/2026 at 12:13.
Pushed by carlosdem into branch 'Neon/unstable'.

krash.diff for kcrash linkage

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

https://invent.kde.org/neon/multimedia/elisa/-/commit/613d99b9a75e6430fd52a70fdb56cf61acf24f13

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
new file mode 100644
index 0000000..e3f19e3
--- /dev/null
+++ b/debian/patches/kcrash.diff
@@ -0,0 +1,15 @@
+diff --git a/src/main.cpp b/src/main.cpp
+index 60e942bf..daf6234f 100644
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -111,7 +111,9 @@ int main(int argc, char *argv[])
+     aboutData.addCredit(QStringLiteral("Jérôme Guidon"), i18nc("@label", "Support for online radios"), QStringLiteral("guidon at live.fr"));
+ 
+     KAboutData::setApplicationData(aboutData);
+-
++#if KFCrash_FOUND
++    KCrash::initialize();
++#endif
+     KirigamiAppDefaults::apply(&app);
+ 
+     QCommandLineParser parser;
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