Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mathjax: update to 3.2.0
@ 2021-06-22 12:53 dkwo
  2021-06-22 22:51 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dkwo @ 2021-06-22 12:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages mathjax
https://github.com/void-linux/void-packages/pull/31612

mathjax: update to 3.2.0
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me


A patch file from https://github.com/void-linux/void-packages/pull/31612.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mathjax-31612.patch --]
[-- Type: text/x-diff, Size: 1485 bytes --]

From bfaac7b9a2e428dd1bce4239b2e3325098056326 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
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 <al3hex@gmail.com>"
 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathjax: update to 3.2.0
  2021-06-22 12:53 [PR PATCH] mathjax: update to 3.2.0 dkwo
@ 2021-06-22 22:51 ` ericonr
  2021-06-23  8:32 ` dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-06-22 22:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31612#issuecomment-866388253

Comment:
Have you tested this with Jupyter notebook? Might be nice to give RStudio a try as well.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathjax: update to 3.2.0
  2021-06-22 12:53 [PR PATCH] mathjax: update to 3.2.0 dkwo
  2021-06-22 22:51 ` ericonr
@ 2021-06-23  8:32 ` dkwo
  2022-01-02  8:39 ` dkwo
  2022-01-02  8:39 ` [PR PATCH] [Closed]: " dkwo
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2021-06-23  8:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/31612#issuecomment-866642271

Comment:
It appears both `jupyter` and `jupyterlab` default to `mathjax2`.
While I see a PR in `jupyter`, `jupyterlab` already has `jupyterlab-mathjax3`, an extension for rendering math with MathJax 3.

Perhaps keep both versions of `mathjax` and package such extension (plus a couple more required deps) would be a good idea?

Haven't tested with `R`.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mathjax: update to 3.2.0
  2021-06-22 12:53 [PR PATCH] mathjax: update to 3.2.0 dkwo
  2021-06-22 22:51 ` ericonr
  2021-06-23  8:32 ` dkwo
@ 2022-01-02  8:39 ` dkwo
  2022-01-02  8:39 ` [PR PATCH] [Closed]: " dkwo
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-01-02  8:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/31612#issuecomment-1003681641

Comment:
For the moment, it makes more sense to me to close this,
just update mathjax2, and perhaps create new package mathjax3.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: mathjax: update to 3.2.0
  2021-06-22 12:53 [PR PATCH] mathjax: update to 3.2.0 dkwo
                   ` (2 preceding siblings ...)
  2022-01-02  8:39 ` dkwo
@ 2022-01-02  8:39 ` dkwo
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2022-01-02  8:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There's a closed pull request on the void-packages repository

mathjax: update to 3.2.0
https://github.com/void-linux/void-packages/pull/31612

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-02  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 12:53 [PR PATCH] mathjax: update to 3.2.0 dkwo
2021-06-22 22:51 ` ericonr
2021-06-23  8:32 ` dkwo
2022-01-02  8:39 ` dkwo
2022-01-02  8:39 ` [PR PATCH] [Closed]: " dkwo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).