[neon/extras/gcompris-qt/Neon/stable] debian/patches: include ecm for qt translations

Jonathan Esk-Riddell null at kde.org
Tue Sep 20 21:53:19 BST 2022


Git commit a1dbb5da881eef9c151aec4d88143cca4a24f137 by Jonathan Esk-Riddell.
Committed on 20/09/2022 at 20:53.
Pushed by jriddell into branch 'Neon/stable'.

include ecm for qt translations

A  +12   -0    debian/patches/ecm.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/gcompris-qt/commit/a1dbb5da881eef9c151aec4d88143cca4a24f137

diff --git a/debian/patches/ecm.diff b/debian/patches/ecm.diff
new file mode 100644
index 0000000..2f282f3
--- /dev/null
+++ b/debian/patches/ecm.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 24992df45..9201df627 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -39,6 +39,7 @@ set(CMAKE_PREFIX_PATH "${Qt5_DIR}/")
+ if(ECM_FOUND)
+   include(kdeFetchTranslation)
+   include(ECMAddTests)
++  include(ECMPoQmTools)
+ 
+   option(BUILD_TESTING "Build and enable unit tests" OFF)
+   include(ECMCoverageOption)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fc6f7cf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ecm.diff


More information about the Neon-commits mailing list