mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
maxima: Bump to 5.47.0
This commit is contained in:
@@ -3,11 +3,11 @@ TERMUX_PKG_DESCRIPTION="A Computer Algebra System"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="Marlin Sööse <marlin.soose@laro.se>"
|
||||
TERMUX_PKG_VERSION=()
|
||||
TERMUX_PKG_VERSION+=(5.46.0)
|
||||
TERMUX_PKG_VERSION+=(5.47.0)
|
||||
TERMUX_PKG_VERSION+=(21.2.1) # ECL version
|
||||
TERMUX_PKG_SRCURL=(https://downloads.sourceforge.net/sourceforge/maxima/Maxima-source/$TERMUX_PKG_VERSION-source/maxima-$TERMUX_PKG_VERSION.tar.gz
|
||||
https://common-lisp.net/project/ecl/static/files/release/ecl-${TERMUX_PKG_VERSION[1]}.tgz)
|
||||
TERMUX_PKG_SHA256=(7390f06b48da65c9033e8b2f629b978b90056454a54022db7de70e2225aa8b07
|
||||
TERMUX_PKG_SHA256=(9104021b24fd53e8c03a983509cb42e937a925e8c0c85c335d7709a14fd40f7a
|
||||
b15a75dcf84b8f62e68720ccab1393f9611c078fcd3afdd639a1086cad010900)
|
||||
TERMUX_PKG_DEPENDS="ecl"
|
||||
TERMUX_PKG_BLACKLISTED_ARCHES="i686, x86_64"
|
||||
|
||||
22
packages/maxima/doc-info-Makefile.am.patch
Normal file
22
packages/maxima/doc-info-Makefile.am.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
--- a/doc/info/Makefile.am
|
||||
+++ b/doc/info/Makefile.am
|
||||
@@ -689,7 +689,7 @@
|
||||
# This includes the indices, maxima_singlepage.html and any other html
|
||||
# file that doesn't start with "maxima".
|
||||
maxima-index-html.lisp : maxima_toc.html build-html-index.lisp
|
||||
- ../../maxima-local --batch-lisp=build-html-index.lisp
|
||||
+ -../../maxima-local --batch-lisp=build-html-index.lisp
|
||||
|
||||
DOLLAR_SIGN = $$
|
||||
|
||||
--- a/doc/info/Makefile.in
|
||||
+++ b/doc/info/Makefile.in
|
||||
@@ -1650,7 +1650,7 @@
|
||||
# This includes the indices, maxima_singlepage.html and any other html
|
||||
# file that doesn't start with "maxima".
|
||||
maxima-index-html.lisp : maxima_toc.html build-html-index.lisp
|
||||
- ../../maxima-local --batch-lisp=build-html-index.lisp
|
||||
+ -../../maxima-local --batch-lisp=build-html-index.lisp
|
||||
|
||||
maxima_singlepage.html maxima_toc.html: maxima.texi $(maxima_TEXINFOS) $(figurefiles) manual.css texi2html.init
|
||||
./build_html.sh
|
||||
Reference in New Issue
Block a user