[arch-commits] Commit in maxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Wed Aug 15 08:40:50 UTC 2018
Date: Wednesday, August 15, 2018 @ 08:40:50
Author: juergen
Revision: 331530
archrelease: copy trunk to extra-x86_64
Added:
maxima/repos/extra-x86_64/PKGBUILD
(from rev 331529, maxima/trunk/PKGBUILD)
Deleted:
maxima/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 08:40:27 UTC (rev 331529)
+++ PKGBUILD 2018-08-15 08:40:50 UTC (rev 331530)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=5
-pkgdesc="A sophisticated computer algebra system"
-arch=('x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net"
-depends=('sbcl=1.4.8' '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 331529, maxima/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-15 08:40:50 UTC (rev 331530)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir at 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
+}
More information about the arch-commits
mailing list