[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat May 10 18:29:22 UTC 2014


    Date: Saturday, May 10, 2014 @ 20:29:22
  Author: andrea
Revision: 212199

upgpkg: extra-cmake-modules 0.0.13-2

Build man pages

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-10 18:17:12 UTC (rev 212198)
+++ PKGBUILD	2014-05-10 18:29:22 UTC (rev 212199)
@@ -4,12 +4,13 @@
 pkgname=extra-cmake-modules
 pkgver=0.0.13
 _pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extra CMake modules'
 arch=('any')
 url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
 license=('LGPL')
 depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
 source=("http://download.kde.org/unstable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('c76fe1124e588fd518b2a2423aa64753')
 
@@ -21,7 +22,8 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_HTML_DOCS=OFF
   make
 }
 




More information about the arch-commits mailing list