Github messages for voidlinux
 help / color / mirror / Atom feed
From: xaltsc <xaltsc@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ttf-julia-mono-0.044
Date: Mon, 07 Mar 2022 19:36:18 +0100	[thread overview]
Message-ID: <20220307183618.YC8ROULIA8FBfdd4AIhPUqiQ_ZUKpw1rZQVrsFTDKco@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34515@inbox.vuxu.org>

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

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

https://github.com/xaltsc/void-packages juliamono
https://github.com/void-linux/void-packages/pull/34515

New package: ttf-julia-mono-0.044
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

Yes, this is a font package, but I believe it conforms to the quality requirements because the main purpose of this font is to provide a monospaced font with math and other technical glyphs built in, such s, for instance, math alphabets, which are often not found in font-package. In this regard, Julia Mono claims to have even more glyphs than DejaVu Mono.

See:
- https://mono-math.netlify.app/#JuliaMono
- https://juliamono.netlify.app


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64, glibc)

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

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

From cc27e1949d596c71b877d95903e305bae86813c5 Mon Sep 17 00:00:00 2001
From: xaltsc <hey+dev@xaltsc.dev>
Date: Mon, 13 Dec 2021 20:55:49 +0100
Subject: [PATCH] New package: ttf-julia-mono-0.044

---
 srcpkgs/ttf-julia-mono/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/ttf-julia-mono/template

diff --git a/srcpkgs/ttf-julia-mono/template b/srcpkgs/ttf-julia-mono/template
new file mode 100644
index 000000000000..58e1ee3cd722
--- /dev/null
+++ b/srcpkgs/ttf-julia-mono/template
@@ -0,0 +1,21 @@
+# Template file for 'ttf-julia-mono'
+pkgname=ttf-julia-mono
+version=0.044
+revision=1
+create_wrksrc=yes
+depends="font-util"
+short_desc="Monospaced font with technical and math Unicode support"
+maintainer="xaltsc <hey@xaltsc.dev>"
+license="OFL-1.1"
+homepage="https://juliamono.netlify.app"
+distfiles="https://github.com/cormullion/juliamono/releases/download/v${version}/JuliaMono-ttf.tar.gz"
+checksum=63c839443d46c775551338c3235abf9ca85e4721740513d90d198ca9916e42a5
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	for i in ${wrksrc}/*.ttf; do
+		vinstall $i 644 usr/share/fonts/TTF/
+	done
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-03-07 18:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13 20:01 [PR PATCH] New package: ttf-julia-mono-0.043 xaltsc
2022-01-22  3:18 ` kwshi
2022-03-07 18:31 ` [PR PATCH] [Updated] " xaltsc
2022-03-07 18:36 ` xaltsc [this message]
2022-06-18  2:13 ` New package: ttf-julia-mono-0.044 github-actions
2022-06-18  2:36 ` kwshi
2022-09-18  2:15 ` github-actions
2022-10-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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=20220307183618.YC8ROULIA8FBfdd4AIhPUqiQ_ZUKpw1rZQVrsFTDKco@z \
    --to=xaltsc@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).