git » qt5-virtualkeyboard.git » commit f8c313c

Enable handwriting and spell checking support

author Antonio Rojas
2016-06-27 07:42:36 UTC
committer Antonio Rojas
2016-06-27 07:42:36 UTC
parent a1dfc05f9f063b0effe9cef1e78051629663f0ca

Enable handwriting and spell checking support

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5a28754..288ff7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 pkgname=qt5-virtualkeyboard
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3')
 pkgdesc='Virtual keyboard framework'
-depends=('qt5-declarative' 'qt5-svg')
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
@@ -23,7 +23,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn} CONFIG+=lang-all
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
   make
 }