summaryrefslogtreecommitdiff
path: root/extra/maxima
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-26 11:56:56 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-26 11:56:56 +0100
commit0fc7a60c47b41bf54d1f1429fddb6baddb80007c (patch)
tree77f6cc6477ba82a940d83258ffc98e2f26e40284 /extra/maxima
parent47ed35d319764a0de3a242524e037319bd1a52bd (diff)
parent6a642c093f29814cdd0fdefeee3ab9400eae490f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/ncdu/PKGBUILD extra/gcin/PKGBUILD extra/maxima/PKGBUILD extra/sbcl/PKGBUILD kde-unstable/calligra/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD
Diffstat (limited to 'extra/maxima')
-rw-r--r--extra/maxima/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD
index c83528dd4..e0ce6b0e1 100644
--- a/extra/maxima/PKGBUILD
+++ b/extra/maxima/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 142503 2011-11-10 20:08:23Z ronald $
+# $Id: PKGBUILD 143491 2011-11-24 21:29:37Z juergen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir@archlinux.org>
pkgname=maxima
pkgver=5.25.1
-pkgrel=1
+pkgrel=2
pkgdesc="Maxima - a sophisticated computer algebra system"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -12,7 +12,7 @@ url="http://maxima.sourceforge.net"
if [ "${CARCH}" == "mips64el" ] ; then
depends=('clisp' 'texinfo' 'sh')
else
- depends=('sbcl=1.0.52' 'texinfo' 'sh')
+ depends=('sbcl=1.0.53' 'texinfo' 'sh')
fi
makedepends=('python2')
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
@@ -43,11 +43,11 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-
+
# install some freedesktop.org compatibility
install -Dm644 ${srcdir}/${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop
-
+
# make sure, we have a nice icon for the desktop file at the right place ;)
install -d ${pkgdir}/usr/share/pixmaps/
ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \