[neon/extras/labplot/Neon/unstable] debian/patches: unbreak build
Carlos De Maine
null at kde.org
Wed Apr 16 11:57:26 BST 2025
Git commit 2e9403130604aefc305be71d2c3e47ec921f3a5c by Carlos De Maine.
Committed on 16/04/2025 at 10:57.
Pushed by carlosdem into branch 'Neon/unstable'.
unbreak build
A +13 -0 debian/patches/fix_version_string.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/extras/labplot/-/commit/2e9403130604aefc305be71d2c3e47ec921f3a5c
diff --git a/debian/patches/fix_version_string.diff b/debian/patches/fix_version_string.diff
new file mode 100644
index 0000000..cf664b8
--- /dev/null
+++ b/debian/patches/fix_version_string.diff
@@ -0,0 +1,13 @@
+diff --git a/src/frontend/AboutDialog.cpp b/src/frontend/AboutDialog.cpp
+index 91b19c421bf0448aea491d9517117abeeedfd028..6471709d913c4d0173de1afca25903fbac877b97 100644
+--- a/src/frontend/AboutDialog.cpp
++++ b/src/frontend/AboutDialog.cpp
+@@ -325,7 +325,7 @@ QVector<QStringList> AboutDialog::components() {
+ #endif
+ components << (QStringList() << QLatin1String("Qt Svg") << i18n("SVG export support") << version << QStringLiteral("https://doc.qt.io/qt-6/qtsvg-index.html"));
+ #ifdef HAVE_QXLSX
+- version = QLatin1String(QXLSX_VERSION_STRING);
++ version = QLatin1String();
+ #else
+ version = missing;
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..25a9e0e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_version_string.diff
\ No newline at end of file
More information about the Neon-commits
mailing list