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

Antonio Rojas arojas at archlinux.org
Mon Jun 27 07:33:41 UTC 2016


    Date: Monday, June 27, 2016 @ 07:33:40
  Author: arojas
Revision: 270704

Enable all languages

Modified:
  qt5-virtualkeyboard/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-26 22:09:03 UTC (rev 270703)
+++ PKGBUILD	2016-06-27 07:33:40 UTC (rev 270704)
@@ -5,7 +5,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')
@@ -24,7 +24,7 @@
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+  qmake ../${_pkgfqn} CONFIG+=lang-all
   make
 }
 



More information about the arch-commits mailing list