[arch-commits] Commit in extra-cmake-modules/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Sep 12 04:22:23 UTC 2015


    Date: Saturday, September 12, 2015 @ 06:22:23
  Author: fyan
Revision: 245877

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/PKGBUILD
    (from rev 245876, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-12 04:20:25 UTC (rev 245876)
+++ PKGBUILD	2015-09-12 04:22:23 UTC (rev 245877)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=extra-cmake-modules
-pkgver=5.14.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-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/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('5c5db16c6038e63e7b741fa32e4eaddd')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_HTML_DOCS=OFF \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 245876, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-12 04:22:23 UTC (rev 245877)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+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/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('5c5db16c6038e63e7b741fa32e4eaddd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_HTML_DOCS=OFF \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list