[neon/neon-packaging/mauikit/Neon/unstable] debian/patches: Add patch to fix ki18n include.

Scarlett Moore null at kde.org
Fri Dec 1 14:13:39 GMT 2023


Git commit d8079e66a8dd703a385542fa1e94ab96cad5b874 by Scarlett Moore.
Committed on 01/12/2023 at 15:13.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add patch to fix ki18n include.

A  +12   -0    debian/patches/i18n.patch
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/mauikit/-/commit/d8079e66a8dd703a385542fa1e94ab96cad5b874

diff --git a/debian/patches/i18n.patch b/debian/patches/i18n.patch
new file mode 100644
index 0000000..5d2a66a
--- /dev/null
+++ b/debian/patches/i18n.patch
@@ -0,0 +1,12 @@
+diff --git a/src/utils/moduleinfo.cpp b/src/utils/moduleinfo.cpp
+index 9c9040d6..c9f8848e 100644
+--- a/src/utils/moduleinfo.cpp
++++ b/src/utils/moduleinfo.cpp
+@@ -1,6 +1,6 @@
+ #include "moduleinfo.h"
+ #include "../mauikit_version.h"
+-#include <KI18n/KLocalizedString>
++#include <KLocalizedString>
+ 
+ QString MauiKitCore::versionString()
+ {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..247f3c9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+i18n.patch


More information about the Neon-commits mailing list