Date: Sunday, December 6, 2015 @ 22:17:39
  Author: foutrelis
Revision: 149237

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  speedcrunch/repos/community-staging-i686/
  speedcrunch/repos/community-staging-i686/PKGBUILD
    (from rev 149236, speedcrunch/trunk/PKGBUILD)
  speedcrunch/repos/community-staging-x86_64/
  speedcrunch/repos/community-staging-x86_64/PKGBUILD
    (from rev 149236, speedcrunch/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: speedcrunch/repos/community-staging-i686/PKGBUILD (from rev 149236, 
speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 21:17:39 UTC (rev 149237)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=speedcrunch
+pkgver=0.11
+pkgrel=3
+pkgdesc="Simple but powerful calculator using Qt"
+arch=('i686' 'x86_64')
+url="http://speedcrunch.org/";
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz";)
+md5sums=('0d4458d98a3630cc121ca04d5a36e38c')
+
+build() {
+       cd SpeedCrunch-$pkgver/src
+       cmake . -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4
+       make
+}
+
+package() {
+       cd SpeedCrunch-$pkgver/src
+       make DESTDIR="$pkgdir" install
+}

Copied: speedcrunch/repos/community-staging-x86_64/PKGBUILD (from rev 149236, 
speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 21:17:39 UTC (rev 149237)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=speedcrunch
+pkgver=0.11
+pkgrel=3
+pkgdesc="Simple but powerful calculator using Qt"
+arch=('i686' 'x86_64')
+url="http://speedcrunch.org/";
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/speedcrunch/SpeedCrunch/archive/$pkgver.tar.gz";)
+md5sums=('0d4458d98a3630cc121ca04d5a36e38c')
+
+build() {
+       cd SpeedCrunch-$pkgver/src
+       cmake . -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4
+       make
+}
+
+package() {
+       cd SpeedCrunch-$pkgver/src
+       make DESTDIR="$pkgdir" install
+}

Reply via email to