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

Ronald van Haren ronald at archlinux.org
Wed Sep 24 22:07:18 UTC 2008


    Date: Wednesday, September 24, 2008 @ 18:07:17
  Author: ronald
Revision: 12925

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

........
  r12924 | ronald | 2008-09-25 00:06:26 +0200 (Thu, 25 Sep 2008) | 1 line
  
  upgpkg: labplot 1.6.0.2-1
........

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

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)


Property changes on: labplot/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /labplot/trunk:1-6560
   + /labplot/trunk:1-12924

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-24 22:06:26 UTC (rev 12924)
+++ extra-x86_64/PKGBUILD	2008-09-24 22:07:17 UTC (rev 12925)
@@ -1,28 +1,29 @@
 # $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
 # Contributor: Tobias Powalowski <t.powa at gmx.de>
-# Maintainer: damir <damir at archlinux.org>
 
 pkgname=labplot
-pkgver=1.6.0.1
-origver=1.6.0.1
-pkgrel=3
+pkgver=1.6.0.2
+pkgrel=1
 pkgdesc="Plotting, Data analysis and visualisation"
-arch=(i686 x86_64)
+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')
+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')
+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 $startdir/src/LabPlot-$origver
+ 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
  make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list