From bfaac7b9a2e428dd1bce4239b2e3325098056326 Mon Sep 17 00:00:00 2001 From: dkwo Date: Tue, 22 Jun 2021 14:48:47 +0200 Subject: [PATCH] mathjax: update to 3.2.0 --- srcpkgs/mathjax/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mathjax/template b/srcpkgs/mathjax/template index 9c649b71e86e..b3c88accc098 100644 --- a/srcpkgs/mathjax/template +++ b/srcpkgs/mathjax/template @@ -1,21 +1,21 @@ # Template file for 'mathjax' pkgname=mathjax -version=2.7.6 -revision=2 +version=3.2.0 +revision=1 wrksrc="MathJax-${version}" depends="font-util" short_desc="JavaScript display engine for LaTeX, MathML and AsciiMath" maintainer="Alessio Sergi " license="Apache-2.0" -homepage="https://www.mathjax.org/" +homepage="https://www.mathjax.org" distfiles="https://github.com/mathjax/MathJax/archive/${version}.tar.gz" -checksum=51a529d3361aa5cb2e1d56a37b3ed9b08f061ddcc893084b3ecefbfa978895f5 +checksum=6847f1cfdd980afbe31b466474da301a56ab859a67d8035442b052dd4ac2fa03 font_dirs="/usr/share/fonts/mathjax" do_install() { vmkdir usr/share/mathjax vmkdir usr/share/fonts/mathjax - vcopy "MathJax.js config extensions fonts jax localization" usr/share/mathjax + vcopy es5 usr/share/mathjax for d in Asana-Math Gyre-{Pagella,Termes} Latin-Modern Neo-Euler STIX-Web TeX; do ln -sfr ${DESTDIR}/usr/share/mathjax/fonts/HTML-CSS/${d}/otf/*.otf \ ${DESTDIR}/usr/share/fonts/mathjax