[arch-commits] Commit in extra-cmake-modules/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Feb 15 15:00:34 UTC 2015
Date: Sunday, February 15, 2015 @ 16:00:34
Author: fyan
Revision: 231456
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 231455, extra-cmake-modules/trunk/PKGBUILD)
extra-cmake-modules/repos/testing-x86_64/
extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 231455, 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 231455, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-02-15 15:00:34 UTC (rev 231456)
@@ -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.7.0
+_pkgver=5.7.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=('45fd1e6f38b23b00983e5eab9ba61d15')
+
+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 231455, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-15 15:00:34 UTC (rev 231456)
@@ -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.7.0
+_pkgver=5.7.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=('45fd1e6f38b23b00983e5eab9ba61d15')
+
+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