Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New packages: font-latinmodern, font-latinmodern-math
Date: Thu, 20 Jul 2023 23:33:01 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45160@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2023-07-20 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-20 21:33 classabbyamp [this message]
2023-07-24  2:49 ` [PR REVIEW] " sgn
2023-07-24 13:43 ` classabbyamp
2023-08-02  2:33 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45160@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).