]> git.pld-linux.org Git - packages/kde4-kdelibs.git/commitdiff
- fix cmake for hunspell 1.4 auto/th/kde4-kdelibs-4.14.20-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 29 May 2016 19:35:59 +0000 (21:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 29 May 2016 19:35:59 +0000 (21:35 +0200)
- rel 2

findhunspell-1.4.patch [new file with mode: 0644]
kde4-kdelibs.spec

diff --git a/findhunspell-1.4.patch b/findhunspell-1.4.patch
new file mode 100644 (file)
index 0000000..cb63ed1
--- /dev/null
@@ -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
index e696e0fe30fc3b4b646284caa7496c71d43c1fec..85865740f65a57832fbf47dd617c42c77ea2c3bf 100644 (file)
@@ -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
This page took 0.14469 seconds and 4 git commands to generate.