Date: Wednesday, September 26, 2018 @ 11:02:31 Author: juergen Revision: 335417
archrelease: copy trunk to extra-x86_64 Added: maxima/repos/extra-x86_64/PKGBUILD (from rev 335416, maxima/trunk/PKGBUILD) Deleted: maxima/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 93 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 46 insertions(+), 47 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-09-26 11:02:04 UTC (rev 335416) +++ PKGBUILD 2018-09-26 11:02:31 UTC (rev 335417) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Damir Perisa <da...@archlinux.org> - -pkgname=maxima -pkgver=5.41.0 -pkgrel=6 -pkgdesc="A sophisticated computer algebra system" -arch=('x86_64') -license=('GPL') -url="http://maxima.sourceforge.net" -depends=('sbcl=1.4.10' '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 -# needs a rebuild when sbcl changes version -options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima -source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626') - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # set correct python executable to create docs - sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ - --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl - - # help avoid (re)running makeinfo/tex - touch doc/info/maxima.info - 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 -} Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 335416, maxima/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-09-26 11:02:31 UTC (rev 335417) @@ -0,0 +1,46 @@ +# Maintainer: Ronald van Haren <ronald.archlinux.org> +# Contributor: Damir Perisa <da...@archlinux.org> + +pkgname=maxima +pkgver=5.41.0 +pkgrel=7 +pkgdesc="A sophisticated computer algebra system" +arch=('x86_64') +license=('GPL') +url="http://maxima.sourceforge.net" +depends=('sbcl=1.4.11' '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 +# needs a rebuild when sbcl changes version +options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # set correct python executable to create docs + sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ + --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl + + # help avoid (re)running makeinfo/tex + touch doc/info/maxima.info + 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 +}