[neon/kde/kded/Neon/unstable] debian/patches: add patch to make releaseme happy

Jonathan Esk-Riddell null at kde.org
Wed Oct 19 19:33:42 BST 2022


Git commit 7df573f334e76322476b554ba32430b91cc7fdf0 by Jonathan Esk-Riddell.
Committed on 19/10/2022 at 18:33.
Pushed by jriddell into branch 'Neon/unstable'.

add patch to make releaseme happy

A  +13   -0    debian/patches/install-po.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kded/commit/7df573f334e76322476b554ba32430b91cc7fdf0

diff --git a/debian/patches/install-po.diff b/debian/patches/install-po.diff
new file mode 100644
index 0000000..0cdf043
--- /dev/null
+++ b/debian/patches/install-po.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index dd53e5e..707ac4e 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -75,6 +75,8 @@ install(FILES
+ 
+ install(FILES org.kde.kded5.desktop DESTINATION ${KDE_INSTALL_APPDIR})
+ 
++ki18n_install(po)
++
+ feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ 
+ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..65ff1b5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install-po.diff


More information about the Neon-commits mailing list