[arch-commits] Commit in qt5-virtualkeyboard/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 27 07:42:36 UTC 2016


    Date: Monday, June 27, 2016 @ 07:42:36
  Author: arojas
Revision: 270706

Enable handwriting and spell checking support

Modified:
  qt5-virtualkeyboard/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-27 07:34:13 UTC (rev 270705)
+++ PKGBUILD	2016-06-27 07:42:36 UTC (rev 270706)
@@ -5,12 +5,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}"
@@ -24,7 +24,7 @@
 build() {
   cd build
 
-  qmake ../${_pkgfqn} CONFIG+=lang-all
+  qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
   make
 }
 



More information about the arch-commits mailing list