Date: Monday, November 7, 2016 @ 17:34:24
  Author: foutrelis
Revision: 280056

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

Added:
  libqalculate/repos/staging-i686/
  libqalculate/repos/staging-i686/PKGBUILD
    (from rev 280055, libqalculate/trunk/PKGBUILD)
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
    (from rev 280055, libqalculate/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libqalculate/repos/staging-i686/PKGBUILD (from rev 280055, 
libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-11-07 17:34:24 UTC (rev 280056)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=libqalculate
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+            'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+            'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8fbfe49860da8fdd2b6f71e078cab7ce01e1dd7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 280055, 
libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-11-07 17:34:24 UTC (rev 280056)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=libqalculate
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+            'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+            'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8fbfe49860da8fdd2b6f71e078cab7ce01e1dd7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to