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

Antonio Rojas arojas at archlinux.org
Mon Jan 30 22:59:48 UTC 2017


    Date: Monday, January 30, 2017 @ 22:59:47
  Author: arojas
Revision: 287780

Fix missing qtwebengine docs (FS#52776)

Modified:
  qt5-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 22:36:27 UTC (rev 287779)
+++ PKGBUILD	2017-01-30 22:59:47 UTC (rev 287780)
@@ -6,13 +6,13 @@
 pkgname=qt5-doc
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Documentation)'
 depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' 'libxss')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 'libxrandr' 'libxss' 'libxcomposite')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-opensource-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")



More information about the arch-commits mailing list