[neon/kde/grantlee-editor/Neon/stable] debian/patches: fix weird Unknown CMake command "ki18n_wrap_ui" error in stable

Carlos De Maine null at kde.org
Sun Jun 21 14:41:31 BST 2026


Git commit dd5d3d21892f5c6eab5fb37b0e38cd7c952b719e by Carlos De Maine.
Committed on 21/06/2026 at 13:41.
Pushed by carlosdem into branch 'Neon/stable'.

fix weird Unknown CMake command "ki18n_wrap_ui" error in stable

A  +12   -0    debian/patches/ki18n.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/grantlee-editor/-/commit/dd5d3d21892f5c6eab5fb37b0e38cd7c952b719e

diff --git a/debian/patches/ki18n.diff b/debian/patches/ki18n.diff
new file mode 100644
index 0000000..9d66c4f
--- /dev/null
+++ b/debian/patches/ki18n.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 326e392..1f335f2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -130,6 +130,7 @@ find_package(
+ # Find KF6 package
+ find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED)
+ find_package(KF6DBusAddons ${KF_MIN_VERSION} CONFIG REQUIRED)
++find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6XmlGui ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6Archive ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KPim6PimCommon ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..42b7df1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ki18n.diff


More information about the Neon-commits mailing list