[arch-commits] Commit in labplot/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Dec 15 03:48:33 UTC 2008


    Date: Sunday, December 14, 2008 @ 22:48:32
  Author: giovanni
Revision: 21698

Merged revisions 20193 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/labplot/trunk

........
  r20193 | ronald | 2008-12-01 13:11:52 +0100 (lun, 01 dic 2008) | 1 line
  
  upgpkg: labplot 1.6.0.2-2
........

Modified:
  labplot/repos/extra-i686/	(properties)
  labplot/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)


Property changes on: labplot/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /labplot/trunk:1-12925
   + /labplot/trunk:1-21697

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-15 03:21:16 UTC (rev 21697)
+++ extra-i686/PKGBUILD	2008-12-15 03:48:32 UTC (rev 21698)
@@ -5,14 +5,14 @@
 
 pkgname=labplot
 pkgver=1.6.0.2
-pkgrel=1
+pkgrel=2
 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' \
+depends=('kdelibs3' 'gsl' 'imagemagick>=6.4.0.2' \
 	'fftw>=3.0.1-5' 'netcdf>=3.6.0.p1')
-makedepends=('libxml++>=1.0.4-2' 'audiofile')
+makedepends=('libxml++>=1.0.5' '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)
@@ -20,10 +20,14 @@
 
 build() {
  cd $srcdir/LabPlot-$pkgver
- . /etc/profile.d/kde3.sh
- ./configure --prefix=/opt/kde \
-             --enable-mt \
-             --without-arts --disable-audiofile --disable-KexiDB # libkexidb in arch is in koffice and needs to be splitted to a separate pkg
+
+ # source kde3 variables
+ source /etc/profile.d/kde3.sh
+
+ # build and install
+ ./configure --prefix=/opt/kde --enable-mt \
+	--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=$pkgdir install
+ make DESTDIR=$pkgdir install || return 1
 }




More information about the arch-commits mailing list