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

Antonio Rojas arojas at archlinux.org
Tue May 2 19:08:21 UTC 2017


    Date: Tuesday, May 2, 2017 @ 19:08:20
  Author: arojas
Revision: 295190

Reenable docs

Modified:
  qt5-webkit/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-02 17:10:17 UTC (rev 295189)
+++ PKGBUILD	2017-05-02 19:08:20 UTC (rev 295190)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _qtver=5.9.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -34,12 +34,12 @@
 
   qmake ../${_pkgfqn}
   make
-#  make docs
+  make docs
 }
 
 package() {
   cd build
-  make INSTALL_ROOT="$pkgdir" install # install_docs
+  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