[neon/extras/calligra/Neon/unstable] debian/patches: Attempt to add patch to add ki18n install po in cmake.
Scarlett Moore
null at kde.org
Thu Oct 6 17:25:06 BST 2022
Git commit 093cb16841173949341713cfbf44db1afdb8e996 by Scarlett Moore.
Committed on 06/10/2022 at 16:24.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Attempt to add patch to add ki18n install po in cmake.
M +5 -2 debian/patches/install_po.patch
https://invent.kde.org/neon/extras/calligra/commit/093cb16841173949341713cfbf44db1afdb8e996
diff --git a/debian/patches/install_po.patch b/debian/patches/install_po.patch
index 2985677..10b84d4 100644
--- a/debian/patches/install_po.patch
+++ b/debian/patches/install_po.patch
@@ -1,10 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 622fef591b6..8fbb011af02 100644
+index 622fef591b6..7dad6ecdb41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -1097,3 +1097,5 @@ endif()
+@@ -1097,3 +1097,9 @@ endif()
if (BUILD_TESTING)
add_subdirectory(tests)
endif(BUILD_TESTING)
+
+ki18n_install(po)
++if(KF5DocTools_FOUND)
++ kdoctools_install(po)
++endif()
More information about the Neon-commits
mailing list