Github messages for voidlinux
 help / color / mirror / Atom feed
From: waynevanson <waynevanson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: jetbrains-mono-ttf-2.002
Date: Fri, 11 Sep 2020 11:02:51 +0200	[thread overview]
Message-ID: <20200911090251.fKy3hGcdFs2VIDfdvi6IlaqwZ30RdtWRXMH4kgHWlro@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24827@inbox.vuxu.org>

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

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

https://github.com/waynevanson/void-packages package/jetbrains-mono-ttf
https://github.com/void-linux/void-packages/pull/24827

New package: jetbrains-mono-ttf-2.002
I used `google-fonts-ttf` as a base template.

I built it on `x86_64`, `x86_64-musl`, `armv7l` and `aarm64`.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-package/jetbrains-mono-ttf-24827.patch --]
[-- Type: text/x-diff, Size: 1268 bytes --]

From f556c79e86d303a7ba10b829c33e0cac4d13d529 Mon Sep 17 00:00:00 2001
From: Wayne Van Son <wayne@void-cinnamon.modem>
Date: Fri, 11 Sep 2020 18:11:27 +0000
Subject: [PATCH] New package: jetbrains-mono-ttf-2.002

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

diff --git a/srcpkgs/jetbrains-mono-ttf/template b/srcpkgs/jetbrains-mono-ttf/template
new file mode 100644
index 00000000000..7cf6ecad3d8
--- /dev/null
+++ b/srcpkgs/jetbrains-mono-ttf/template
@@ -0,0 +1,18 @@
+# Template file for 'jetbrains-mono-ttf'
+pkgname=jetbrains-mono-ttf
+version=2.002
+revision=1
+wrksrc="JetBrainsMono-${version}"
+depends="font-util"
+short_desc="Typeface made for developers. Monospace font created by JetBrains"
+maintainer="Wayne Van Son <waynevanson@gmail.com>"
+license="OFL-1.1"
+homepage="https://www.jetbrains.com/lp/mono/"
+distfiles="https://github.com/JetBrains/JetBrainsMono/archive/v${version}.tar.gz"
+checksum="e7cbd22401e2f08d46c3e13426f9238f7403500df9321d170e1681f4a07e9e7d"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir /usr/share/fonts/TTF
+	find . -type f -name '*.ttf' -exec install -Dm644 '{}' ${DESTDIR}/usr/share/fonts/TTF \;
+}

  reply	other threads:[~2020-09-11  9:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11  8:20 [PR PATCH] " waynevanson
2020-09-11  9:02 ` waynevanson [this message]
2020-09-11 13:59 ` sgn
2020-09-11 13:59 ` [PR PATCH] [Closed]: " sgn
2020-09-11 15:21 ` waynevanson
2020-09-11 15:25 ` sgn

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=20200911090251.fKy3hGcdFs2VIDfdvi6IlaqwZ30RdtWRXMH4kgHWlro@z \
    --to=waynevanson@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).