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

Felix Yan fyan at archlinux.org
Fri Oct 30 06:02:30 UTC 2015


    Date: Friday, October 30, 2015 @ 07:02:29
  Author: fyan
Revision: 249857

upgpkg: qt5 5.5.1-2

add libsm as dependency of qt5-declarative

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-29 14:13:54 UTC (rev 249856)
+++ PKGBUILD	2015-10-30 06:02:29 UTC (rev 249857)
@@ -30,7 +30,7 @@
          'qt5-x11extras'
          'qt5-xmlpatterns')
 pkgver=5.5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -203,7 +203,7 @@
 
 package_qt5-declarative() {
   pkgdesc='Classes for QML and JavaScript languages'
-  depends=('qt5-xmlpatterns' 'libxkbcommon-x11')
+  depends=('qt5-xmlpatterns' 'libxkbcommon-x11' 'libsm')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtdeclarative



More information about the arch-commits mailing list