[neon/kde/kaddressbook/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:05:05 BST 2026


Git commit 00055aff6abf47c2a6c66d8c2de4d04cae830f73 by Carlos De Maine.
Committed on 21/06/2026 at 13:05.
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/kaddressbook/-/commit/00055aff6abf47c2a6c66d8c2de4d04cae830f73

diff --git a/debian/patches/ki18n.diff b/debian/patches/ki18n.diff
new file mode 100644
index 0000000..e34ce4f
--- /dev/null
+++ b/debian/patches/ki18n.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8a1d43ab..419001e0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -133,6 +133,7 @@ find_package(KF6DBusAddons ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6CoreAddons ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6KCMUtils ${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} CONFIG REQUIRED)
+ find_package(KF6ColorScheme ${KF_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF6DocTools ${KF_MIN_VERSION})
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