[SCM] lokalize packaging branch, master, updated. debian/16.08.3-1-6-gdd8c772
Maximiliano Curia
maxy at moszumanska.debian.org
Thu May 11 09:46:15 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/lokalize.git;a=commitdiff;h=b62d480
The following commit has been merged in the master branch:
commit b62d48070a3f7c4865e1209e6c4a647c4eb31fd9
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Thu May 11 11:37:38 2017 +0200
Cherry-pick "cmake: look for hunspell-1.6 as well" (94c9b35)
Closes: 862163
Thanks: Rene Engelhard for the report, the patch and the friendly ping
---
.../cmake-look-for-hunspell-1.6-as-well.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/cmake-look-for-hunspell-1.6-as-well.patch b/debian/patches/cmake-look-for-hunspell-1.6-as-well.patch
new file mode 100644
index 0000000..83b0625
--- /dev/null
+++ b/debian/patches/cmake-look-for-hunspell-1.6-as-well.patch
@@ -0,0 +1,21 @@
+From: Pino Toscano <pino at kde.org>
+Date: Sat, 31 Dec 2016 12:12:07 +0100
+Subject: cmake: look for hunspell-1.6 as well
+
+---
+ cmake/FindHUNSPELL.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake
+index eca3cc1..1c1e3f5 100644
+--- a/cmake/FindHUNSPELL.cmake
++++ b/cmake/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fb9091c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cmake-look-for-hunspell-1.6-as-well.patch
--
lokalize packaging
More information about the pkg-kde-commits
mailing list