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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jun 14 16:20:14 UTC 2014


    Date: Saturday, June 14, 2014 @ 18:20:14
  Author: andrea
Revision: 215135

upgpkg: cmake 3.0.0-2

Add man pages FS#40801)

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-14 16:13:19 UTC (rev 215134)
+++ PKGBUILD	2014-06-14 16:20:14 UTC (rev 215135)
@@ -4,14 +4,15 @@
 
 pkgname=cmake
 pkgver=3.0.0
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/"
 license=('custom')
 depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+            'libxkbcommon-x11: cmake-gui')
 install="${pkgname}.install"
 source=("http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz")
 md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
@@ -22,6 +23,7 @@
   ./bootstrap --prefix=/usr \
     --mandir=/share/man \
     --docdir=/share/doc/cmake \
+    --sphinx-man \
     --system-libs \
     --qt-gui \
     --parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)




More information about the arch-commits mailing list