Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: font-latinmodern, font-latinmodern-math
@ 2023-07-20 21:33 classabbyamp
  2023-07-24  2:49 ` [PR REVIEW] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-20 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/latinmodern
https://github.com/void-linux/void-packages/pull/45160

New packages: font-latinmodern, font-latinmodern-math
- New package: font-latinmodern-2.004
- New package: font-latinmodern-math-1.959

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** and **MAYBE**

I believe that `font-latinmodern-math` definitely meets package requirements, because it provides a font that allows things like MathML in browsers to render properly, without having fontconfig know about the font from texlive's dirs.

`font-latinmodern` is a maybe: it's just a version of the default text fonts from LaTeX, so I'm not sure it provides any value beyond the aesthetics.


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

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

From fe141be06176ceb25a4740ffad8ee53265634dfd Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 20 Jul 2023 17:29:26 -0400
Subject: [PATCH 1/2] New package: font-latinmodern-2.004

---
 srcpkgs/font-latinmodern/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/font-latinmodern/template

diff --git a/srcpkgs/font-latinmodern/template b/srcpkgs/font-latinmodern/template
new file mode 100644
index 000000000000..35d8184f117c
--- /dev/null
+++ b/srcpkgs/font-latinmodern/template
@@ -0,0 +1,21 @@
+# Template file for 'font-latinmodern'
+pkgname=font-latinmodern
+version=2.004
+revision=1
+depends="font-util"
+short_desc="Improved version of Computer Modern fonts as used in LaTeX"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="custom:GFL"
+homepage="https://www.gust.org.pl/projects/e-foundry/latin-modern"
+changelog="https://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm-hist.txt"
+distfiles="https://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm${version}otf.zip
+ https://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt"
+checksum="5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b
+ a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85"
+font_dirs="/usr/share/fonts/latinmodern"
+
+do_install() {
+	vmkdir usr/share/fonts/latinmodern
+	vcopy *.otf usr/share/fonts/latinmodern
+	vlicense GUST-FONT-LICENSE.txt
+}

From d9ef1d8f94f7af45a8ebeaa550b81efbf5001815 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 20 Jul 2023 17:29:41 -0400
Subject: [PATCH 2/2] New package: font-latinmodern-math-1.959

---
 srcpkgs/font-latinmodern-math/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/font-latinmodern-math/template

diff --git a/srcpkgs/font-latinmodern-math/template b/srcpkgs/font-latinmodern-math/template
new file mode 100644
index 000000000000..ba3507090e59
--- /dev/null
+++ b/srcpkgs/font-latinmodern-math/template
@@ -0,0 +1,18 @@
+# Template file for 'font-latinmodern-math'
+pkgname=font-latinmodern-math
+version=1.959
+revision=1
+depends="font-util"
+short_desc="Improved version of Computer Modern math font as used in LaTeX"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="custom:GFL"
+homepage="https://www.gust.org.pl/projects/e-foundry/lm-math"
+distfiles="https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-${version//./}.zip"
+checksum=aaaa060b4ffc091461e875efb9498b9abfa7c7a48f38eb33882868839903a4f8
+font_dirs="/usr/share/fonts/latinmodern"
+
+do_install() {
+	vmkdir usr/share/fonts/latinmodern
+	vcopy otf/*.otf usr/share/fonts/latinmodern
+	vlicense doc/GUST-FONT-LICENSE.txt
+}

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

* Re: [PR REVIEW] New packages: font-latinmodern, font-latinmodern-math
  2023-07-20 21:33 [PR PATCH] New packages: font-latinmodern, font-latinmodern-math classabbyamp
@ 2023-07-24  2:49 ` sgn
  2023-07-24 13:43 ` classabbyamp
  2023-08-02  2:33 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2023-07-24  2:49 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/45160#discussion_r1271672913

Comment:
I think it's `LPPL-1.3c` is enough. The "requested but not required" means nothing needs to be done.

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

* Re: [PR REVIEW] New packages: font-latinmodern, font-latinmodern-math
  2023-07-20 21:33 [PR PATCH] New packages: font-latinmodern, font-latinmodern-math classabbyamp
  2023-07-24  2:49 ` [PR REVIEW] " sgn
@ 2023-07-24 13:43 ` classabbyamp
  2023-08-02  2:33 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-24 13:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45160#discussion_r1272285163

Comment:
I think GFL still needs to be mentioned, because that clause is still there even if what is does is optional

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

* Re: [PR PATCH] [Merged]: New packages: font-latinmodern, font-latinmodern-math
  2023-07-20 21:33 [PR PATCH] New packages: font-latinmodern, font-latinmodern-math classabbyamp
  2023-07-24  2:49 ` [PR REVIEW] " sgn
  2023-07-24 13:43 ` classabbyamp
@ 2023-08-02  2:33 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-08-02  2:33 UTC (permalink / raw)
  To: ml

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

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

New packages: font-latinmodern, font-latinmodern-math
https://github.com/void-linux/void-packages/pull/45160

Description:
- New package: font-latinmodern-2.004
- New package: font-latinmodern-math-1.959

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** and **MAYBE**

I believe that `font-latinmodern-math` definitely meets package requirements, because it provides a font that allows things like MathML in browsers to render properly, without having fontconfig know about the font from texlive's dirs.

`font-latinmodern` is a maybe: it's just a version of the default text fonts from LaTeX, so I'm not sure it provides any value beyond the aesthetics.


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

end of thread, other threads:[~2023-08-02  2:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20 21:33 [PR PATCH] New packages: font-latinmodern, font-latinmodern-math classabbyamp
2023-07-24  2:49 ` [PR REVIEW] " sgn
2023-07-24 13:43 ` classabbyamp
2023-08-02  2:33 ` [PR PATCH] [Merged]: " classabbyamp

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