Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mathjax: update to 3.2.2 and adopt
@ 2022-07-11 14:44 ishaanbhimwal
  2022-07-11 14:46 ` [PR PATCH] [Updated] " ishaanbhimwal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-11 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ishaanbhimwal/void-packages mathjax
https://github.com/void-linux/void-packages/pull/38006

mathjax: update to 3.2.2 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b8e5ea5e5006219f70c6a59f446479262d86978 Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 11 Jul 2022 20:12:06 +0530
Subject: [PATCH] mathjax: update to 3.2.2 and adopt

---
 srcpkgs/mathjax/template | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/mathjax/template b/srcpkgs/mathjax/template
index 643b6d2ba548..424efdef5ac0 100644
--- a/srcpkgs/mathjax/template
+++ b/srcpkgs/mathjax/template
@@ -1,23 +1,17 @@
 # Template file for 'mathjax'
 pkgname=mathjax
-version=2.7.9
+version=3.2.2
 revision=1
 wrksrc="MathJax-${version}"
-depends="font-util"
 short_desc="JavaScript display engine for LaTeX, MathML and AsciiMath"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="Apache-2.0"
 homepage="https://www.mathjax.org/"
 distfiles="https://github.com/mathjax/MathJax/archive/${version}.tar.gz"
-checksum=c9167279c87da044f2ff910ad573a02ce90354cb59440ae568eb86e1630f65df
-font_dirs="/usr/share/fonts/mathjax"
+checksum=4206b9645a97f431018d0b6c4021c98607d49ba4dc129f4f2ecce675e2fcba11
 
 do_install() {
 	vmkdir usr/share/mathjax
-	vmkdir usr/share/fonts/mathjax
-	vcopy "MathJax.js config extensions fonts jax localization" 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
-	done
+	vcopy es5/* usr/share/mathjax
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] mathjax: update to 3.2.2 and adopt
  2022-07-11 14:44 [PR PATCH] mathjax: update to 3.2.2 and adopt ishaanbhimwal
@ 2022-07-11 14:46 ` ishaanbhimwal
  2022-07-12  7:06 ` ishaanbhimwal
  2022-07-12  7:06 ` [PR PATCH] [Closed]: " ishaanbhimwal
  2 siblings, 0 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-11 14:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ishaanbhimwal against master on the void-packages repository

https://github.com/ishaanbhimwal/void-packages mathjax
https://github.com/void-linux/void-packages/pull/38006

mathjax: update to 3.2.2 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 92528305e03c5fcb8b76900ab78fb7bfa0b8245b Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Mon, 11 Jul 2022 20:12:06 +0530
Subject: [PATCH] mathjax: update to 3.2.2 and adopt

---
 srcpkgs/mathjax/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/mathjax/template b/srcpkgs/mathjax/template
index 643b6d2ba548..8a70dc68d2f0 100644
--- a/srcpkgs/mathjax/template
+++ b/srcpkgs/mathjax/template
@@ -1,23 +1,16 @@
 # Template file for 'mathjax'
 pkgname=mathjax
-version=2.7.9
+version=3.2.2
 revision=1
 wrksrc="MathJax-${version}"
-depends="font-util"
 short_desc="JavaScript display engine for LaTeX, MathML and AsciiMath"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="Apache-2.0"
 homepage="https://www.mathjax.org/"
 distfiles="https://github.com/mathjax/MathJax/archive/${version}.tar.gz"
-checksum=c9167279c87da044f2ff910ad573a02ce90354cb59440ae568eb86e1630f65df
-font_dirs="/usr/share/fonts/mathjax"
+checksum=4206b9645a97f431018d0b6c4021c98607d49ba4dc129f4f2ecce675e2fcba11
 
 do_install() {
 	vmkdir usr/share/mathjax
-	vmkdir usr/share/fonts/mathjax
-	vcopy "MathJax.js config extensions fonts jax localization" 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
-	done
+	vcopy es5/* usr/share/mathjax
 }

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

* Re: mathjax: update to 3.2.2 and adopt
  2022-07-11 14:44 [PR PATCH] mathjax: update to 3.2.2 and adopt ishaanbhimwal
  2022-07-11 14:46 ` [PR PATCH] [Updated] " ishaanbhimwal
@ 2022-07-12  7:06 ` ishaanbhimwal
  2022-07-12  7:06 ` [PR PATCH] [Closed]: " ishaanbhimwal
  2 siblings, 0 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-12  7:06 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38006#issuecomment-1181396439

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

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

* Re: [PR PATCH] [Closed]: mathjax: update to 3.2.2 and adopt
  2022-07-11 14:44 [PR PATCH] mathjax: update to 3.2.2 and adopt ishaanbhimwal
  2022-07-11 14:46 ` [PR PATCH] [Updated] " ishaanbhimwal
  2022-07-12  7:06 ` ishaanbhimwal
@ 2022-07-12  7:06 ` ishaanbhimwal
  2 siblings, 0 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-12  7:06 UTC (permalink / raw)
  To: ml

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

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

mathjax: update to 3.2.2 and adopt
https://github.com/void-linux/void-packages/pull/38006

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-12  7:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 14:44 [PR PATCH] mathjax: update to 3.2.2 and adopt ishaanbhimwal
2022-07-11 14:46 ` [PR PATCH] [Updated] " ishaanbhimwal
2022-07-12  7:06 ` ishaanbhimwal
2022-07-12  7:06 ` [PR PATCH] [Closed]: " ishaanbhimwal

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).