[neon/utilities/kclock/Neon/unstable] debian/patches: patch out kcrash linkage issue

Carlos De Maine null at kde.org
Wed Jul 29 12:52:55 BST 2026


Git commit 3d7f49fbb5fdb4d288a06631c175f9defb788c95 by Carlos De Maine.
Committed on 29/07/2026 at 11:52.
Pushed by carlosdem into branch 'Neon/unstable'.

patch out kcrash linkage issue

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

https://invent.kde.org/neon/utilities/kclock/-/commit/3d7f49fbb5fdb4d288a06631c175f9defb788c95

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