Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45d4620cc41d379e768f038a82ccbe99907cc6fd

commit 45d4620cc41d379e768f038a82ccbe99907cc6fd
Author: Elentir <elen...@mailoo.org>
Date:   Thu Apr 22 22:34:38 2010 +0200

mathgl-1.10.2.1-1-i686

* version bump

diff --git a/source/xlib-extra/mathgl/FrugalBuild 
b/source/xlib-extra/mathgl/FrugalBuild
index c05c8c3..57f6840 100644
--- a/source/xlib-extra/mathgl/FrugalBuild
+++ b/source/xlib-extra/mathgl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir <elen...@mailoo.org>

pkgname=mathgl
-pkgver=1.10
+pkgver=1.10.2.1
pkgrel=1
pkgdesc="A library for making high-quality scientific graphics, fast data 
plotting and handling of large data arrays"
archs=('i686' 'x86_64')
@@ -11,17 +11,17 @@ makedepends=('swig')
groups=('xlib-extra')
_F_sourceforge_dirname=$pkgname
_F_sourceforge_ext=".tgz"
-# 1.9.0.1version is a windows release and is broken on linux
-_F_archive_grepv="1.9.0.1"
Finclude sourceforge python
source=($source mgloctave.install)
+## temporarly added old source file for fonts who seems to not be included in 
minor release!!
+source=($source 
"http://${_F_sourceforge_mirror}.sourceforge.net/sourceforge/${_F_sourceforge_dirname}/$pkgname-1.10.tgz";)
Fconfopts="$Fconfopts --enable-fltk --enable-glut --enable-qt --enable-jpeg 
--enable-gif --enable-hdf5 --enable-python --enable-octave"
-sha1sums=('f0a541c66fefd44336fea183c6ed97346eb15d03' \
-          '9c9d3b6b62fb8f0dd0e33639d9ad3d160820547e')
+sha1sums=('8b17bd167535d6e5e187d6cb8d06ef52e692afbe' \
+          'f0a541c66fefd44336fea183c6ed97346eb15d03')

subpkgs=('mathgl-qt' 'mathgl-fltk' 'mathgl-glut' 'mathgl-python' 
'mathgl-octave')
subdescs=('QT interface for Mathgl library' 'FLTK interface for Mathgl library' 
'GLUT interface for Mathgl library'  \
-                                       'Python interface for Mathgl library' 
'Octave interface for Mathgl library')
+       'Python interface for Mathgl library' 'Octave interface for Mathgl 
library')
subdepends=('libqtgui' 'fltk' 'freeglut' 'numpy' 'octave')
subrodepends=('mathgl' 'mathgl' 'mathgl' 'mathgl' 'mathgl')
subgroups=('xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra')
@@ -30,6 +30,8 @@ subinstall=("" "" "" "" "mgloctave.install")


build() {
+       # copy missing font files
+       cp -a $Fsrcdir/$pkgname-1.10/fonts $Fsrcdir/$pkgname-$pkgver/ || Fdie
# find numpy headers location
NUMPY_HEADER=`python -c "import numpy;print numpy.get_include();"` || Fdie
Fconf
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to