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

Antonio Rojas arojas at archlinux.org
Tue Nov 29 07:20:25 UTC 2016


    Date: Tuesday, November 29, 2016 @ 07:20:24
  Author: arojas
Revision: 197331

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-29 07:19:56 UTC (rev 197330)
+++ community-i686/PKGBUILD	2016-11-29 07:20:24 UTC (rev 197331)
@@ -1,27 +0,0 @@
-# $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-i686/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-29 07:20:24 UTC (rev 197331)
@@ -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.12.0
+pkgrel=1
+pkgdesc="Simple but powerful calculator using Qt"
+arch=(i686 x86_64)
+url="http://speedcrunch.org/"
+license=(GPL2)
+depends=(qt5-tools)
+makedepends=(cmake)
+source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2")
+md5sums=('f294f00d9ab8153ad4f2bebaaa93176c')
+
+build() {
+  cd */src
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd */src
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-29 07:19:56 UTC (rev 197330)
+++ community-x86_64/PKGBUILD	2016-11-29 07:20:24 UTC (rev 197331)
@@ -1,27 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 197330, speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-29 07:20:24 UTC (rev 197331)
@@ -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.12.0
+pkgrel=1
+pkgdesc="Simple but powerful calculator using Qt"
+arch=(i686 x86_64)
+url="http://speedcrunch.org/"
+license=(GPL2)
+depends=(qt5-tools)
+makedepends=(cmake)
+source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2")
+md5sums=('f294f00d9ab8153ad4f2bebaaa93176c')
+
+build() {
+  cd */src
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd */src
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list