[packages/kde4-kdelibs] - fix cmake for hunspell 1.4 - rel 2

baggins baggins at pld-linux.org
Sun May 29 21:36:14 CEST 2016


commit a4141f6cd22808b22af1a48e559c75cfdccc0bb0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 29 21:35:59 2016 +0200

    - fix cmake for hunspell 1.4
    - rel 2

 findhunspell-1.4.patch | 11 +++++++++++
 kde4-kdelibs.spec      |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/kde4-kdelibs.spec b/kde4-kdelibs.spec
index e696e0f..8586574 100644
--- a/kde4-kdelibs.spec
+++ b/kde4-kdelibs.spec
@@ -17,7 +17,7 @@ Summary(ru.UTF-8):	K Desktop Environment - Библиотеки
 Summary(uk.UTF-8):	K Desktop Environment - Бібліотеки
 Name:		kde4-kdelibs
 Version:	4.14.20
-Release:	1
+Release:	2
 License:	LGPL
 Group:		X11/Libraries
 Source0:	http://download.kde.org/%{_state}/applications/16.04.1/src/%{orgname}-%{version}.tar.xz
@@ -32,6 +32,7 @@ Patch4:		%{name}-devicemanager_remove.patch
 Patch5:		kde4-kdelibs-sync.patch
 Patch6:		kde4-kdelibs-pld-flags.patch
 Patch7:		strigi-64bit.patch
+Patch8:		findhunspell-1.4.patch
 URL:		http://www.kde.org/
 BuildRequires:	OpenEXR-devel >= 1.2.2
 BuildRequires:	Qt3Support-devel >= %{qtver}
@@ -248,6 +249,7 @@ KDE.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %if "%{pld_release}" == "ti"
 sed -i -e 's#PLDLINUX_VERSION#PLD/Titanium#g' kio/kio/kprotocolmanager.cpp
diff --git a/findhunspell-1.4.patch b/findhunspell-1.4.patch
new file mode 100644
index 0000000..cb63ed1
--- /dev/null
+++ b/findhunspell-1.4.patch
@@ -0,0 +1,11 @@
+--- kdelibs-4.14.20/cmake/modules/FindHUNSPELL.cmake~	2016-05-05 23:50:55.000000000 +0200
++++ kdelibs-4.14.20/cmake/modules/FindHUNSPELL.cmake	2016-05-29 21:35:15.527552649 +0200
+@@ -14,7 +14,7 @@
+ 
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+ 
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdelibs.git/commitdiff/a4141f6cd22808b22af1a48e559c75cfdccc0bb0



More information about the pld-cvs-commit mailing list