[neon/neon-packaging/digikam/Neon/release] debian/patches: debian/patches/fix_build_with_qt69.diff
Carlos De Maine
null at kde.org
Mon Jun 2 12:06:55 BST 2025
Git commit b508b61d6c9c0dfa52f75d006a6d09a5c15041a6 by Carlos De Maine.
Committed on 02/06/2025 at 11:06.
Pushed by carlosdem into branch 'Neon/release'.
debian/patches/fix_build_with_qt69.diff
A +13 -0 debian/patches/fix_build_with_qt69.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/digikam/-/commit/b508b61d6c9c0dfa52f75d006a6d09a5c15041a6
diff --git a/debian/patches/fix_build_with_qt69.diff b/debian/patches/fix_build_with_qt69.diff
new file mode 100644
index 0000000..ca61276
--- /dev/null
+++ b/debian/patches/fix_build_with_qt69.diff
@@ -0,0 +1,13 @@
+diff --git a/core/libs/widgets/text/localizeselector.cpp b/core/libs/widgets/text/localizeselector.cpp
+index b284b2709799fe62f324125dbc2d1bb8fe150f59..ab70a9379c320971244f5b89048f21c7c5b09849 100644
+--- a/core/libs/widgets/text/localizeselector.cpp
++++ b/core/libs/widgets/text/localizeselector.cpp
+@@ -326,7 +326,7 @@ bool s_inlineTranslateString(const QString& text, const QString& trCode, QString
+ }
+ else
+ {
+- error = QChar(trengine->error());
++ error = QChar::fromLatin1(trengine->error());
+ }
+
+ return false;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f67093d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build_with_qt69.diff
More information about the Neon-commits
mailing list