[arch-commits] Commit in libqalculate/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Feb 2 01:51:53 UTC 2011


    Date: Tuesday, February 1, 2011 @ 20:51:53
  Author: eric
Revision: 108627

upgpkg: libqalculate 0.9.7-2
Rebuilt against cln 1.3.1

Modified:
  libqalculate/trunk/PKGBUILD
Deleted:
  libqalculate/trunk/ChangeLog

-----------+
 ChangeLog |   23 -----------------------
 PKGBUILD  |   18 ++++++++++--------
 2 files changed, 10 insertions(+), 31 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-02-02 01:47:02 UTC (rev 108626)
+++ ChangeLog	2011-02-02 01:51:53 UTC (rev 108627)
@@ -1,23 +0,0 @@
-2010-01-07  Eric Belanger  <eric at archlinux.org>
-
-	* libqalculate 0.9.7-1
-	* Upstream update
-
-2009-11-07  Eric Belanger  <eric at archlinux.org>
-
-	* libqalculate 0.9.6-6
-	* Fixed optdepends array syntax (close FS#16053)
-
-2009-06-18  Eric Belanger  <eric at archlinux.org>
-
-	* libqalculate 0.9.6-5
-	* Rebuilt against readline 6.0.00
-
-2008-07-21  Eric Belanger  <eric at archlinux.org>
-
-	* libqalculate 0.9.6-3
-	* Moving to extra from community repo
-	* Updated patching
-	* Disabled SMP build
-	* Replaced install scriptlet by optdepends
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-02 01:47:02 UTC (rev 108626)
+++ PKGBUILD	2011-02-02 01:51:53 UTC (rev 108627)
@@ -1,16 +1,14 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Patrick Leslie Polzer <polzer at gnu.org>
-# Contributor: J. Santiago Hirschfeld <jsantiagoh at yahoo.com.ar>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=libqalculate
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.sourceforge.net/"
 license=('GPL')
-depends=('libxml2' 'cln>=1.2.0' 'glib2' 'ncurses>=5.6-7' 'readline>=6.0.00')
+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')
@@ -20,7 +18,11 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list