[arch-commits] Commit in speedcrunch/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 21:17:39 UTC 2015


    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 <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at 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 <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at 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
+}



More information about the arch-commits mailing list