[neon/utilities/kclock/Neon/unstable_noble] debian/patches: Revert "Revert "patch out kcrash linkage issue""

Carlos De Maine null at kde.org
Fri Jul 31 04:56:58 BST 2026


Git commit 447919a4d9ff1ea433ee08ff43f1d2442b8034cc by Carlos De Maine.
Committed on 31/07/2026 at 03:56.
Pushed by carlosdem into branch 'Neon/unstable_noble'.

Revert "Revert "patch out kcrash linkage issue""

This reverts commit 503d161487b50581e348e9891421b6578fbdc515

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

https://invent.kde.org/neon/utilities/kclock/-/commit/447919a4d9ff1ea433ee08ff43f1d2442b8034cc

diff --git a/debian/patches/kcrash.diff b/debian/patches/kcrash.diff
new file mode 100644
index 0000000..b26e916
--- /dev/null
+++ b/debian/patches/kcrash.diff
@@ -0,0 +1,13 @@
+diff --git a/src/kclock/main.cpp b/src/kclock/main.cpp
+index 0b7b8241..985262d3 100644
+--- a/src/kclock/main.cpp
++++ b/src/kclock/main.cpp
+@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
+     aboutData.addAuthor(i18n("Han Young"), QString(), QStringLiteral("hanyoung at protonmail.com"));
+     aboutData.addAuthor(i18n("Kai Uwe Broulik"), i18nc("Author", "Desktop Integration"), QStringLiteral("kde at broulik.de"));
+     KAboutData::setApplicationData(aboutData);
+-
++    KCrash::initialize();
+     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