[neon/kde/mbox-importer/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:38:23 BST 2026
Git commit f4563909240ff7585575c0d62fdd10addedb737d by Carlos De Maine.
Committed on 21/06/2026 at 13:38.
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/mbox-importer/-/commit/f4563909240ff7585575c0d62fdd10addedb737d
diff --git a/debian/patches/ki18n.diff b/debian/patches/ki18n.diff
new file mode 100644
index 0000000..5837304
--- /dev/null
+++ b/debian/patches/ki18n.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 844ce6f..9da2f4a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -120,6 +120,7 @@ set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.40")
+ find_package(KF6Config ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6Service ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED)
++find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6IconThemes ${KF_MIN_VERSION} QUIET)
+
+ # Find KdepimLibs Package
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