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

Ronald van Haren ronald at archlinux.org
Thu May 14 21:21:07 UTC 2009


    Date: Thursday, May 14, 2009 @ 17:21:06
  Author: ronald
Revision: 39295

upgpkg: labplot 1.6.0.2-4

Modified:
  labplot/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-14 19:50:43 UTC (rev 39294)
+++ PKGBUILD	2009-05-14 21:21:06 UTC (rev 39295)
@@ -5,21 +5,21 @@
 
 pkgname=labplot
 pkgver=1.6.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Plotting, Data analysis and visualisation"
 arch=('i686' 'x86_64')
 url="http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/"
 license=("GPL")
-depends=('kdelibs3' 'gsl' 'imagemagick>=6.4.0.2' \
-	'fftw>=3.0.1-5' 'netcdf>=3.6.0.p1')
-makedepends=('libxml++>=1.0.5' 'audiofile')
+depends=('kdelibs3' 'gsl' 'imagemagick>=6.5.1.9' \
+	'fftw>=3.2.1' 'netcdf>=3.6.2')
+makedepends=('libxml++>=2.26' 'audiofile')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/LabPlot-$pkgver.tar.gz)
 # http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/src/$origname-$pkgver.tar.gz)
 md5sums=('850256dcd02c4a8ede5b5fe3fbc21ab7')
 
 build() {
- cd $srcdir/LabPlot-$pkgver
+ cd $srcdir/LabPlot-${pkgver}
 
  # source kde3 variables
  source /etc/profile.d/kde3.sh
@@ -28,7 +28,8 @@
  ./configure --prefix=/opt/kde --enable-mt \
 	--without-arts --disable-audiofile \
 	--mandir=/opt/kde/share/man
-	--disable-KexiDB # libkexidb in arch is in koffice and needs to be splitted to a separate pkg
+	--disable-KexiDB
  make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
 }
+




More information about the arch-commits mailing list