[arch-commits] Commit in extra-cmake-modules/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Apr 8 06:40:53 UTC 2015
Date: Wednesday, April 8, 2015 @ 08:40:52
Author: fyan
Revision: 235607
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 235606, extra-cmake-modules/trunk/PKGBUILD)
extra-cmake-modules/repos/testing-x86_64/
extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 235606, extra-cmake-modules/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 235606, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=5.9.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=('98633e740805a56be02a23ffa1c57a73')
+
+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 235606, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=5.9.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=('98633e740805a56be02a23ffa1c57a73')
+
+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