Date: Thursday, April 21, 2016 @ 09:47:42 Author: ronald Revision: 265792
upgpkg: maxima 5.38.0-1 update to 5.38.0 Modified: maxima/trunk/PKGBUILD maxima/trunk/maxima.install ----------------+ PKGBUILD | 11 ++++++++--- maxima.install | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-21 06:58:21 UTC (rev 265791) +++ PKGBUILD 2016-04-21 07:47:42 UTC (rev 265792) @@ -3,13 +3,13 @@ # Contributor: Damir Perisa <[email protected]> pkgname=maxima -pkgver=5.37.3 +pkgver=5.38.0 pkgrel=1 pkgdesc="A sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.3.1' 'texinfo' 'sh') +depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info') makedepends=('python2' 'emacs') optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface') # needs rebuild when bash changes version @@ -17,7 +17,7 @@ options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima install=maxima.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop") -sha1sums=('0ddd366338e4fc9850f27f8052a52b472350d3ae' +sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce' '4398ebb1ec85ccfa12f37516a56d60c26f74b18b') prepare() { @@ -38,6 +38,11 @@ make } +#check() { # test 23&129 fail from rtest_taylor +# cd "${srcdir}/${pkgname}-${pkgver}" +# make check +#} + package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install Modified: maxima.install =================================================================== --- maxima.install 2016-04-21 06:58:21 UTC (rev 265791) +++ maxima.install 2016-04-21 07:47:42 UTC (rev 265792) @@ -5,6 +5,7 @@ for file in ${filelist[@]}; do install-info $infodir/$file $infodir/dir 2> /dev/null done + update-mime-database /usr/share/mime > /dev/null } post_upgrade() {
