From 273c3eb6fb13ec04411e53d2fc6dfa95abb753bf Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Wed, 5 Jul 2023 17:01:46 +0000 Subject: [PATCH] maxima: Bump to 5.47.0 --- packages/maxima/build.sh | 4 ++-- packages/maxima/doc-info-Makefile.am.patch | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 packages/maxima/doc-info-Makefile.am.patch diff --git a/packages/maxima/build.sh b/packages/maxima/build.sh index 3bd1df6580..9c3f09e2a0 100644 --- a/packages/maxima/build.sh +++ b/packages/maxima/build.sh @@ -3,11 +3,11 @@ TERMUX_PKG_DESCRIPTION="A Computer Algebra System" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Marlin Söö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" diff --git a/packages/maxima/doc-info-Makefile.am.patch b/packages/maxima/doc-info-Makefile.am.patch new file mode 100644 index 0000000000..b3eb6cf90f --- /dev/null +++ b/packages/maxima/doc-info-Makefile.am.patch @@ -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