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

Eric Belanger eric at archlinux.org
Fri Jul 25 04:39:05 UTC 2008


    Date: Friday, July 25, 2008 @ 00:39:05
  Author: eric
Revision: 6560

upgpkg: labplot 1.6.0.1-3
    rebuilt with kdelibs3 depends, disabled SMP build

Modified:
  labplot/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-25 04:02:38 UTC (rev 6559)
+++ PKGBUILD	2008-07-25 04:39:05 UTC (rev 6560)
@@ -3,27 +3,26 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=labplot
-origname=LabPlot
 pkgver=1.6.0.1
 origver=1.6.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plotting, Data analysis and visualisation"
 arch=(i686 x86_64)
 url="http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/"
+license=("GPL")
+depends=('kdelibs3' 'gsl' 'pstoedit' 'imagemagick>=6.4.0.2' 'qwtplot3d' 'fftw>=3.0.1-5' 'netcdf>=3.6.0.p1')
+makedepends=('libxml++>=1.0.4-2' 'audiofile')
+options=('!libtool' '!makeflags')
 source=(http://dl.sourceforge.net/sourceforge/labplot/LabPlot-$pkgver.tar.gz)
+md5sums=('50dd3033f35003d68d5a4e54336cd6c3')
 # http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/src/$origname-$pkgver.tar.gz)
-depends=('kdelibs>=3.5.8' 'gsl' 'pstoedit' 'imagemagick>=6.4.0.2' 'qwtplot3d' 'fftw>=3.0.1-5' 'netcdf>=3.6.0.p1')
-makedepends=('libxml++>=1.0.4-2')
-options=("!libtool")
-license=("GPL")
 
 build() {
- cd $startdir/src/$origname-$origver
+ cd $startdir/src/LabPlot-$origver
+ . /etc/profile.d/kde3.sh
  ./configure --prefix=/opt/kde \
              --enable-mt \
-             --disable-KexiDB # libkexidb in arch is in koffice and needs to be splitted to a separate pkg
+             --without-arts --disable-audiofile --disable-KexiDB # libkexidb in arch is in koffice and needs to be splitted to a separate pkg
  make || return 1
  make DESTDIR=$startdir/pkg install
 }
-
-md5sums=('50dd3033f35003d68d5a4e54336cd6c3')





More information about the arch-commits mailing list