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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed May 21 16:44:25 UTC 2014


    Date: Wednesday, May 21, 2014 @ 18:44:25
  Author: andrea
Revision: 213368

upgpkg: qt5 5.3.0-2

add missing required deps to qt5-declarative

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-21 16:40:29 UTC (rev 213367)
+++ PKGBUILD	2014-05-21 16:44:25 UTC (rev 213368)
@@ -24,7 +24,7 @@
          'qt5-x11extras'
          'qt5-xmlpatterns')
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -155,7 +155,7 @@
 
 package_qt5-declarative() {
   pkgdesc='Classes for QML and JavaScript languages'
-  depends=('qt5-xmlpatterns')
+  depends=('qt5-xmlpatterns' 'libxkbcommon-x11')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtdeclarative




More information about the arch-commits mailing list