[neon/kde/akonadi-import-wizard/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:42:44 BST 2026


Git commit 44fe90bf3a8db3b42628a27b2cd1326a0fe58955 by Carlos De Maine.
Committed on 21/06/2026 at 13:42.
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/akonadi-import-wizard/-/commit/44fe90bf3a8db3b42628a27b2cd1326a0fe58955

diff --git a/debian/patches/ki18n.diff b/debian/patches/ki18n.diff
new file mode 100644
index 0000000..f3bae66
--- /dev/null
+++ b/debian/patches/ki18n.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1fdce920..0c9bd65a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -140,6 +140,7 @@ set_package_properties(
+ # Find KdepimLibs Package
+ find_package(KPim6Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
+ find_package(KF6Contacts ${KF_MIN_VERSION} CONFIG REQUIRED)
++find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KPim6IdentityManagementCore ${IDENTITYMANAGEMENT_LIB_VERSION} CONFIG REQUIRED)
+ find_package(KPim6MailTransport ${KMAILTRANSPORT_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