[neon/kde/drkonqi/Neon/release] debian/patches: backpack patch as per distro list recommends

Carlos De Maine null at kde.org
Mon May 25 22:38:25 BST 2026


Git commit 10ac43d97435be11c13258910a13702d88de2ce1 by Carlos De Maine.
Committed on 25/05/2026 at 21:38.
Pushed by carlosdem into branch 'Neon/release'.

backpack patch as per distro list recommends

A  +40   -0    debian/patches/8f02653eb1cd3b980f49b629f8907c96ac44874b.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/drkonqi/-/commit/10ac43d97435be11c13258910a13702d88de2ce1

diff --git a/debian/patches/8f02653eb1cd3b980f49b629f8907c96ac44874b.diff b/debian/patches/8f02653eb1cd3b980f49b629f8907c96ac44874b.diff
new file mode 100644
index 0000000..930a5a8
--- /dev/null
+++ b/debian/patches/8f02653eb1cd3b980f49b629f8907c96ac44874b.diff
@@ -0,0 +1,40 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index bb0e898018b1bf3af48b55c651264237c82482d2..2d3059970b09c179e9a1159311702838e936dc8a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -6,6 +6,10 @@ set(PROJECT_VERSION "6.6.5")
+ set(QT_MIN_VERSION "6.10.0")
+ set(KF6_MIN_VERSION "6.22.0")
+ 
++if(${QT_MIN_VERSION} VERSION_GREATER_EQUAL "6.12.0")
++    message(FATAL_ERROR "Turn drkonqi-coredump-launcher into a qcoreapplication! https://bugs.kde.org/show_bug.cgi?id=517353")
++endif()
++
+ set(CMAKE_CXX_STANDARD 20)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ 
+diff --git a/src/coredump/launcher/main.cpp b/src/coredump/launcher/main.cpp
+index 14f00f25d322e00991f9cc9197eba9c59e56c99d..2e3887cab8472f18cdcc7063351612240e43e033 100644
+--- a/src/coredump/launcher/main.cpp
++++ b/src/coredump/launcher/main.cpp
+@@ -9,10 +9,10 @@
+ 
+ #include <chrono>
+ 
+-#include <QCoreApplication>
+ #include <QDebug>
+ #include <QDir>
+ #include <QFile>
++#include <QGuiApplication>
+ #include <QJsonDocument>
+ #include <QLibraryInfo>
+ #include <QProcess>
+@@ -245,7 +245,7 @@ static void onNewDump(const Coredump &dump)
+ 
+ int main(int argc, char **argv)
+ {
+-    QCoreApplication app(argc, argv);
++    QGuiApplication app(argc, argv);
+     app.setApplicationName(QStringLiteral("drkonqi-coredump-launcher"));
+     app.setOrganizationDomain(QStringLiteral("kde.org"));
+ 
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..137348d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+8f02653eb1cd3b980f49b629f8907c96ac44874b.diff
\ No newline at end of file


More information about the Neon-commits mailing list