Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jetbrains-mono-ttf-2.002
@ 2020-09-11  8:20 waynevanson
  2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: waynevanson @ 2020-09-11  8:20 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1283 bytes --]

From 1aed717d199909b4c5e7d6e58b89257defcd1a1d 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 | 19 +++++++++++++++++++
 1 file changed, 19 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..652dbef9962
--- /dev/null
+++ b/srcpkgs/jetbrains-mono-ttf/template
@@ -0,0 +1,19 @@
+# Template file for 'jetbrains-mono-ttf'
+pkgname=jetbrains-mono-ttf
+version=2.002
+revision=1
+archs=noarch
+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 \;
+}

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

* Re: [PR PATCH] [Updated] New package: jetbrains-mono-ttf-2.002
  2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
@ 2020-09-11  9:02 ` waynevanson
  2020-09-11 13:59 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: waynevanson @ 2020-09-11  9:02 UTC (permalink / raw)
  To: ml

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

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

* Re: New package: jetbrains-mono-ttf-2.002
  2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
  2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
@ 2020-09-11 13:59 ` sgn
  2020-09-11 13:59 ` [PR PATCH] [Closed]: " sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-09-11 13:59 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24827#issuecomment-691111877

Comment:
https://github.com/void-linux/void-packages/blob/master/Manual.md#quality_requirements

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

* Re: [PR PATCH] [Closed]: New package: jetbrains-mono-ttf-2.002
  2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
  2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
  2020-09-11 13:59 ` sgn
@ 2020-09-11 13:59 ` sgn
  2020-09-11 15:21 ` waynevanson
  2020-09-11 15:25 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-09-11 13:59 UTC (permalink / raw)
  To: ml

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

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

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

Description:
I used `google-fonts-ttf` as a base template.

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

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

* Re: New package: jetbrains-mono-ttf-2.002
  2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
                   ` (2 preceding siblings ...)
  2020-09-11 13:59 ` [PR PATCH] [Closed]: " sgn
@ 2020-09-11 15:21 ` waynevanson
  2020-09-11 15:25 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: waynevanson @ 2020-09-11 15:21 UTC (permalink / raw)
  To: ml

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

New comment by waynevanson on void-packages repository

https://github.com/void-linux/void-packages/pull/24827#issuecomment-691158783

Comment:
@sgn I see.

Does google-fonts-ttf fit the guidelines? If so, how? 

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

* Re: New package: jetbrains-mono-ttf-2.002
  2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
                   ` (3 preceding siblings ...)
  2020-09-11 15:21 ` waynevanson
@ 2020-09-11 15:25 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-09-11 15:25 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24827#issuecomment-691161076

Comment:
On 2020-09-11 08:21:37-0700, Wayne Van Son <notifications@github.com> wrote:
> @sgn I see.
> 
> Does google-fonts-ttf fit the guidelines? If so, how? 

Existing fonts are exempted since we have it in the repo already :)

Otherwise, the new fonts must cover a _valid_ range of code point
that _weren't_ covered by other existing fonts.


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

end of thread, other threads:[~2020-09-11 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
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

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