Github messages for voidlinux
 help / color / mirror / Atom feed
From: alferguet <alferguet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: font-jetbrainsmono-ttf-1.0.3
Date: Wed, 29 Apr 2020 19:04:44 +0200	[thread overview]
Message-ID: <20200429170444.nXBuXOkAehdVluG0ddaXmWLAJ9_TtxtLBJ8jhlY-aKU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19769@inbox.vuxu.org>

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

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

https://github.com/alferguet/void-packages font-jetbrainsmono-ttf
https://github.com/void-linux/void-packages/pull/19769

New package: font-jetbrainsmono-ttf-1.0.3
New free TrueType font with ligatures by the JetBrains team for their IDEs but also available standalone.

I needed to open the new pull request from #18671 because no longer have access to the old fork and some modifications were required asides from the update, made by @gcat432 . 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-jetbrainsmono-ttf-19769.patch --]
[-- Type: text/x-diff, Size: 1304 bytes --]

From 6cc3124d2456e001bb78fa4b738f334a3eed870e Mon Sep 17 00:00:00 2001
From: sloth <sloth@teahouse.home>
Date: Wed, 29 Apr 2020 19:03:29 +0200
Subject: [PATCH] New package: font-jetbrainsmono-ttf-1.0.6

---
 srcpkgs/font-jetbrainsmono-ttf/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/font-jetbrainsmono-ttf/template

diff --git a/srcpkgs/font-jetbrainsmono-ttf/template b/srcpkgs/font-jetbrainsmono-ttf/template
new file mode 100644
index 00000000000..12a41f23413
--- /dev/null
+++ b/srcpkgs/font-jetbrainsmono-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'font-jetbrainsmono-ttf'
+# Template made by gcat432
+pkgname=font-jetbrainsmono-ttf
+version=1.0.6
+revision=1
+archs=noarch
+wrksrc="JetBrainsMono-${version}"
+short_desc="JetbrainsMono: Typeface font with ligatures for programming"
+maintainer="alferguet <afernandezh@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/JetBrains/JetBrainsMono"
+distfiles="https://github.com/JetBrains/JetBrainsMono/archive/v${version}.tar.gz"
+checksum=c2f3a7c063659d9d8414a1b8c38471723c2f3a97d24fdae32c450db7811ade02
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	cd ttf
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+}

  parent reply	other threads:[~2020-04-29 17:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19769@inbox.vuxu.org>
2020-04-14 17:44 ` gcat432
2020-04-14 17:44 ` gcat432
2020-04-20  8:40 ` alferguet
2020-04-29 17:04 ` alferguet [this message]
2020-04-29 17:05 ` New package: font-jetbrainsmono-ttf-1.0.6 alferguet
2020-04-29 18:02 ` Chocimier
2020-04-30 13:23 ` alferguet

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=20200429170444.nXBuXOkAehdVluG0ddaXmWLAJ9_TtxtLBJ8jhlY-aKU@z \
    --to=alferguet@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).