[arch-commits] Commit in maxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Sat Apr 4 10:05:51 UTC 2020
Date: Saturday, April 4, 2020 @ 10:05:49
Author: juergen
Revision: 379503
archrelease: copy trunk to extra-x86_64
Added:
maxima/repos/extra-x86_64/PKGBUILD
(from rev 379502, maxima/trunk/PKGBUILD)
Deleted:
maxima/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 10:05:32 UTC (rev 379502)
+++ PKGBUILD 2020-04-04 10:05:49 UTC (rev 379503)
@@ -1,39 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=maxima
-pkgver=5.43.2
-pkgrel=2
-pkgdesc="A sophisticated computer algebra system"
-arch=('x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net"
-depends=('sbcl=2.0.1' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python' '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=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-sha1sums=('716b4a402abcddf56ca3ac816cd0c9ab17adf16e')
-
-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 379502, maxima/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-04 10:05:49 UTC (rev 379503)
@@ -0,0 +1,39 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=maxima
+pkgver=5.43.2
+pkgrel=3
+pkgdesc="A sophisticated computer algebra system"
+arch=('x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net"
+depends=('sbcl=2.0.3' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python' '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=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha1sums=('716b4a402abcddf56ca3ac816cd0c9ab17adf16e')
+
+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