git » qt5-virtualkeyboard.git » commit a1dfc05

Enable all languages

author Antonio Rojas
2016-06-27 07:33:40 UTC
committer Antonio Rojas
2016-06-27 07:33:40 UTC
parent 9958592ca57cff73cef07b001d2b20d81d10a67e

Enable all languages

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4df5f45..5a28754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-virtualkeyboard
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3')
@@ -23,7 +23,7 @@ prepare() {
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../${_pkgfqn} CONFIG+=lang-all
   make
 }