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

Antonio Rojas arojas at archlinux.org
Mon Jan 2 09:59:20 UTC 2017


    Date: Monday, January 2, 2017 @ 09:59:19
  Author: arojas
Revision: 285204

Add missing dbus dependency

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 08:48:27 UTC (rev 285203)
+++ PKGBUILD	2017-01-02 09:59:19 UTC (rev 285204)
@@ -5,13 +5,13 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=11
+pkgrel=12
 arch=('i686' 'x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework'
 depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-        'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng')
+        'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'libmng' 'dbus')
 makedepends=('postgresql-libs' 'mariadb' 'unixodbc' 'cups' 'gtk2' 'libfbclient'
              'mesa')
 optdepends=('postgresql-libs: PostgreSQL driver'



More information about the arch-commits mailing list