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

Antonio Rojas arojas at archlinux.org
Tue May 30 17:20:29 UTC 2017


    Date: Tuesday, May 30, 2017 @ 17:20:28
  Author: arojas
Revision: 296841

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

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

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libqalculate/repos/staging-i686/PKGBUILD (from rev 296840, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-05-30 17:20:28 UTC (rev 296841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=0.9.12
+pkgrel=1
+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)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d2')
+
+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 296840, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-05-30 17:20:28 UTC (rev 296841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=0.9.12
+pkgrel=1
+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)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4b59ab24e45c3162f02b7e316168ebaf7f0d2911a2164d53b501e8b18a9163d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list