[neon/kde/pim-data-exporter/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:39:47 BST 2026
Git commit e59d76729a17d2db315408f1847b14db37f9332f by Carlos De Maine.
Committed on 21/06/2026 at 13:39.
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/pim-data-exporter/-/commit/e59d76729a17d2db315408f1847b14db37f9332f
diff --git a/debian/patches/ki18n.diff b/debian/patches/ki18n.diff
new file mode 100644
index 0000000..e579fd0
--- /dev/null
+++ b/debian/patches/ki18n.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9a201b59..48424dfe 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -166,6 +166,7 @@ endif()
+ # 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(KPim6MailCommon ${MAILCOMMON_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