[arch-commits] Commit in extra-cmake-modules/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Mar 13 17:00:15 UTC 2015


    Date: Friday, March 13, 2015 @ 18:00:15
  Author: fyan
Revision: 233454

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
    (from rev 233453, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
    (from rev 233453, extra-cmake-modules/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 233453, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-13 17:00:15 UTC (rev 233454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=1.8.0
+_pkgver=5.8.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see https://git.reviewboard.kde.org/r/118498/
+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=('e877d996f478419c3a749cfc425bd6c0')
+
+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
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 233453, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-13 17:00:15 UTC (rev 233454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=1.8.0
+_pkgver=5.8.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see https://git.reviewboard.kde.org/r/118498/
+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=('e877d996f478419c3a749cfc425bd6c0')
+
+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