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

Antonio Rojas arojas at archlinux.org
Mon Dec 5 12:43:05 UTC 2016


    Date: Monday, December 5, 2016 @ 12:43:04
  Author: arojas
Revision: 282840

Build docs (FS#52046)

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-05 10:23:27 UTC (rev 282839)
+++ PKGBUILD	2016-12-05 12:43:04 UTC (rev 282840)
@@ -5,13 +5,13 @@
 pkgname=qt5-webkit
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
 depends=('qt5-location' 'qt5-sensors' 'qt5-webchannel' 'libwebp' 'libxslt' 'libxcomposite' 'gst-plugins-base')
-makedepends=('ruby' 'gperf' 'python2')
+makedepends=('ruby' 'gperf' 'python2' 'qt5-doc' 'qt5-tools')
 optdepends=('gst-plugins-good: Webm codec support')
 conflicts=('qt')
 groups=('qt' 'qt5')
@@ -33,11 +33,12 @@
   export PATH="${srcdir}/bin:$PATH"
   qmake ../${_pkgfqn}
   make
+  make docs
 }
 
 package() {
   cd build
-  make INSTALL_ROOT="$pkgdir" install
+  make INSTALL_ROOT="$pkgdir" install install_docs
 
   # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
   find "$pkgdir/usr/lib" -type f -name '*.prl' \



More information about the arch-commits mailing list