[arch-commits] Commit in libqalculate/repos (4 files)
Eric Bélanger
eric at archlinux.org
Wed Feb 8 01:06:53 UTC 2012
Date: Tuesday, February 7, 2012 @ 20:06:52
Author: eric
Revision: 149451
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libqalculate/repos/extra-i686/PKGBUILD
(from rev 149450, libqalculate/trunk/PKGBUILD)
libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 149450, libqalculate/trunk/PKGBUILD)
Deleted:
libqalculate/repos/extra-i686/PKGBUILD
libqalculate/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 55 +++++++++++++++++++++++-------------------------
extra-x86_64/PKGBUILD | 55 +++++++++++++++++++++++-------------------------
2 files changed, 54 insertions(+), 56 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-08 01:06:25 UTC (rev 149450)
+++ extra-i686/PKGBUILD 2012-02-08 01:06:52 UTC (rev 149451)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libqalculate
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="Multi-purpose desktop calculator"
-arch=('i686' 'x86_64')
-url="http://qalculate.sourceforge.net/"
-license=('GPL')
-depends=('libxml2' 'cln' 'glib2' 'ncurses' 'readline')
-makedepends=('perlxml')
-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=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a1507ab862f4ad9852788619aada35cd')
-sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libqalculate/repos/extra-i686/PKGBUILD (from rev 149450, libqalculate/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 01:06:52 UTC (rev 149451)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=0.9.7
+pkgrel=3
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/"
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser')
+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=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-02-08 01:06:25 UTC (rev 149450)
+++ extra-x86_64/PKGBUILD 2012-02-08 01:06:52 UTC (rev 149451)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=libqalculate
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="Multi-purpose desktop calculator"
-arch=('i686' 'x86_64')
-url="http://qalculate.sourceforge.net/"
-license=('GPL')
-depends=('libxml2' 'cln' 'glib2' 'ncurses' 'readline')
-makedepends=('perlxml')
-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=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a1507ab862f4ad9852788619aada35cd')
-sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 149450, libqalculate/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-02-08 01:06:52 UTC (rev 149451)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=0.9.7
+pkgrel=3
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.sourceforge.net/"
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser')
+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=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list