maxima: update to 5.35.1

Split source files, emacs and tk interfaces into their own subpackages.
This commit is contained in:
Alessio Sergi 2014-12-14 19:53:53 +01:00
parent f874d85090
commit 6cde12eec7
5 changed files with 57 additions and 8 deletions

1
srcpkgs/maxima-emacs Symbolic link
View file

@ -0,0 +1 @@
maxima

1
srcpkgs/maxima-src Symbolic link
View file

@ -0,0 +1 @@
maxima

View file

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Maxima
Comment=Computer algebra system
Exec=xmaxima
Icon=maxima
Type=Application
Categories=Science;Math;

View file

@ -1,14 +1,53 @@
# Template file for 'maxima'
pkgname="maxima"
version=5.34.1
pkgname=maxima
version=5.35.1
revision=1
build_style=gnu-configure
hostmakedepends="python perl emacs"
makedepends="clisp readline-devel"
depends="clisp"
replaces="maxima<5.34.1_1"
short_desc="Computer Algebra System"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="GPL"
homepage="http://maxima.sourceforge.net/"
hostmakedepends="perl"
makedepends="clisp readline-devel"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=20ca416ca912c8d3d99299f2ef45342a1beb2f077cf501c6a647de46bfdb89b7
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
checksum=9ed1a996afdf7410a932842801c954c53b003983d07bafd7a1ea999fbcda98f3
maxima-src_package() {
noarch=yes
replaces="maxima<5.34.1_1"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - source files"
pkg_install() {
vmove usr/share/maxima/${version}/src
}
}
maxima-emacs_package() {
noarch=yes
replaces="maxima<5.34.1_1"
short_desc+=" - Emacs interface"
depends="${sourcepkg}>=${version}_${revision} virtual?emacs"
pkg_install() {
vmove usr/share/maxima/${version}/emacs
vmkdir usr/share/emacs/site-lisp
ln -sf /usr/share/maxima/${version}/emacs \
${PKGDESTDIR}/usr/share/emacs/site-lisp/maxima
}
}
xmaxima_package() {
replaces="maxima<5.34.1_1"
short_desc+=" - Tk interface"
depends="${sourcepkg}>=${version}_${revision} tk"
pkg_install() {
vmove usr/bin/xmaxima
vmove usr/share/maxima/${version}/xmaxima
vmove usr/share/info/xmaxima.info
vinstall ${FILESDIR}/maxima.desktop 644 usr/share/applications
vmkdir usr/share/pixmaps
ln -sf /usr/share/maxima/${version}/xmaxima/maxima-new.png \
${PKGDESTDIR}/usr/share/pixmaps/maxima
}
}

1
srcpkgs/xmaxima Symbolic link
View file

@ -0,0 +1 @@
maxima