[arch-commits] Commit in extra-cmake-modules/repos/kde-unstable-any (2 files)

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


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

archrelease: copy trunk to kde-unstable-any

Added:
  extra-cmake-modules/repos/kde-unstable-any/PKGBUILD
    (from rev 212199, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/kde-unstable-any/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-10 18:29:22 UTC (rev 212199)
+++ PKGBUILD	2014-05-10 18:29:29 UTC (rev 212200)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=extra-cmake-modules
-pkgver=0.0.13
-_pkgver=4.99.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('any')
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-source=("http://download.kde.org/unstable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('c76fe1124e588fd518b2a2423aa64753')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: extra-cmake-modules/repos/kde-unstable-any/PKGBUILD (from rev 212199, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-10 18:29:29 UTC (rev 212200)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=0.0.13
+_pkgver=4.99.0
+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')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list