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

Carlos De Maine null at kde.org
Wed Jul 29 12:53:20 BST 2026


Git commit 56708d5c566b69f6129fb9c2579607970f2e6b3f by Carlos De Maine.
Committed on 29/07/2026 at 11:53.
Pushed by carlosdem into branch 'Neon/release_noble'.

patch out kcrash linkage issue

(cherry picked from commit 3d7f49fbb5fdb4d288a06631c175f9defb788c95)

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

https://invent.kde.org/neon/utilities/kclock/-/commit/56708d5c566b69f6129fb9c2579607970f2e6b3f

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