git » sonnet.git » commit 64ebb46

Enable voikko support

author Antonio Rojas
2015-12-16 16:34:09 UTC
committer Antonio Rojas
2015-12-16 16:34:09 UTC
parent 1eea3a78cc9b2356b25ec23ffe6505e3cb16afea

Enable voikko support

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index a044b74..de642f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
 
 pkgname=sonnet
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/sonnet'
 license=('LGPL')
 depends=('qt5-base')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
-optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 'hspell: spell checking for Hebrew')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 
+            'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('eed22fb1732900294751498519e5ac4a')