[neon/extras/calligra/Neon/unstable] debian: Attempt to add patch to add ki18n install po in cmake.

Scarlett Moore null at kde.org
Thu Oct 6 16:14:45 BST 2022


Git commit 8bd9da356dbc5496afaa4eafd5db3fc3ee7fcbb4 by Scarlett Moore.
Committed on 06/10/2022 at 15:14.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Attempt to add patch to add ki18n install po in cmake.

M  +6    -0    debian/changelog
A  +10   -0    debian/patches/install_po.patch
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/calligra/commit/8bd9da356dbc5496afaa4eafd5db3fc3ee7fcbb4

diff --git a/debian/changelog b/debian/changelog
index 76e6b1b..a0d7304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+calligra (1:3.2.1+dfsg-5neon2) jammy; urgency=medium
+
+  * Attempt to add patch to add ki18n install po in cmake. 
+
+ -- Scarlett Moore <sgmoore at debian.org>  Thu, 06 Oct 2022 08:13:13 -0700
+
 calligra (1:3.2.1+dfsg-5neon1) jammy; urgency=medium
 
   * Update python recommends to python3 as python2 is no more. 
diff --git a/debian/patches/install_po.patch b/debian/patches/install_po.patch
new file mode 100644
index 0000000..2985677
--- /dev/null
+++ b/debian/patches/install_po.patch
@@ -0,0 +1,10 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 622fef591b6..8fbb011af02 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1097,3 +1097,5 @@ endif()
+ if (BUILD_TESTING)
+     add_subdirectory(tests)
+ endif(BUILD_TESTING)
++
++ki18n_install(po)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4922494
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+install_po.patch


More information about the Neon-commits mailing list