Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lato-ttf-2.015
@ 2020-02-03  7:36 voidlinux-github
  2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2020-02-03  7:36 UTC (permalink / raw)
  To: ml

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

There is a new pull request by 2asoft against master on the void-packages repository

https://github.com/2asoft/void-packages 2asoft/lato-ttf
https://github.com/void-linux/void-packages/pull/18753

New package: lato-ttf-2.015


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-2asoft/lato-ttf-18753.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 2f265aa5c669eb38664af3357e969e9820b81d0a Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sun, 2 Feb 2020 23:36:20 -0800
Subject: [PATCH] New package: lato-ttf-2.015

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

diff --git a/srcpkgs/lato-ttf/template b/srcpkgs/lato-ttf/template
new file mode 100644
index 00000000000..68e1a7559c0
--- /dev/null
+++ b/srcpkgs/lato-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'lato-ttf'
+pkgname=lato-ttf
+version=2.015
+revision=1
+archs=noarch
+wrksrc="Lato2OFL"
+short_desc="High-quality open-source font family bearing the Polish name of \"Summer\""
+maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
+license="custom:OFL"
+homepage="https://www.latofonts.com/lato-free-fonts/"
+distfiles="https://www.latofonts.com/download/Lato2OFL.zip"
+checksum="42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8"
+
+do_install() {
+	vmkdir usr/share/fonts/Lato/ttf
+
+	find ./ -name '*.ttf' | while read -r FILENAME; do
+		vinstall ${FILENAME} 755 usr/share/fonts/Lato/ttf/
+	done
+
+	vlicense OFL.txt
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Updated] New package: lato-ttf-2.015
  2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
@ 2020-02-04  4:55 ` voidlinux-github
  2020-02-04  5:16 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-02-04  4:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/lato-ttf
https://github.com/void-linux/void-packages/pull/18753

New package: lato-ttf-2.015


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-2asoft/lato-ttf-18753.patch --]
[-- Type: text/x-diff, Size: 1184 bytes --]

From 451c84308b2b5282cf48dfb8c4957cb23920ca5b Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sun, 2 Feb 2020 23:36:20 -0800
Subject: [PATCH] New package: lato-ttf-2.015

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

diff --git a/srcpkgs/lato-ttf/template b/srcpkgs/lato-ttf/template
new file mode 100644
index 00000000000..d4cf28f25bf
--- /dev/null
+++ b/srcpkgs/lato-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'lato-ttf'
+pkgname=lato-ttf
+version=2.015
+revision=1
+archs=noarch
+wrksrc="Lato2OFL"
+short_desc="Font family bearing the Polish name of \"Summer\""
+maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
+license="custom:OFL"
+homepage="https://www.latofonts.com/lato-free-fonts/"
+distfiles="https://www.latofonts.com/download/Lato2OFL.zip"
+checksum="42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8"
+
+do_install() {
+	vmkdir usr/share/fonts/Lato/ttf
+
+	find ./ -name '*.ttf' | while read -r FILENAME; do
+		vinstall ${FILENAME} 755 usr/share/fonts/Lato/ttf/
+	done
+
+	vlicense OFL.txt
+	vdoc README.txt
+}

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

* Re: [PR PATCH] [Updated] New package: lato-ttf-2.015
  2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
  2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-04  5:16 ` voidlinux-github
  2020-07-23 18:14 ` Chocimier
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-02-04  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/lato-ttf
https://github.com/void-linux/void-packages/pull/18753

New package: lato-ttf-2.015


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-2asoft/lato-ttf-18753.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From ba8d48c1df1b7130ff4432c3e48bc94f4128fe3c Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sun, 2 Feb 2020 23:36:20 -0800
Subject: [PATCH] New package: lato-ttf-2.015

---
 srcpkgs/lato-ttf/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/lato-ttf/template

diff --git a/srcpkgs/lato-ttf/template b/srcpkgs/lato-ttf/template
new file mode 100644
index 00000000000..991653b745a
--- /dev/null
+++ b/srcpkgs/lato-ttf/template
@@ -0,0 +1,24 @@
+# Template file for 'lato-ttf'
+pkgname=lato-ttf
+version=2.015
+revision=1
+archs=noarch
+wrksrc="Lato2OFL"
+hostmakedepends="unzip"
+short_desc="Font family bearing the Polish name of \"Summer\""
+maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
+license="OFL-1.1"
+homepage="https://www.latofonts.com/lato-free-fonts/"
+distfiles="https://www.latofonts.com/download/Lato2OFL.zip"
+checksum="42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8"
+
+do_install() {
+	vmkdir usr/share/fonts/Lato/ttf
+
+	find ./ -name '*.ttf' | while read -r FILENAME; do
+		vinstall ${FILENAME} 755 usr/share/fonts/Lato/ttf/
+	done
+
+	vlicense OFL.txt
+	vdoc README.txt
+}

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

* Re: New package: lato-ttf-2.015
  2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
  2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-04  5:16 ` voidlinux-github
@ 2020-07-23 18:14 ` Chocimier
  2020-07-23 18:14 ` [PR PATCH] [Closed]: " Chocimier
  2020-07-23 18:23 ` 2asoft
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-07-23 18:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18753#issuecomment-663156456

Comment:
It's pretty, but we do not want more eyecandy in repo. You can always put it into ~/.fonts.

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

* Re: [PR PATCH] [Closed]: New package: lato-ttf-2.015
  2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-07-23 18:14 ` Chocimier
@ 2020-07-23 18:14 ` Chocimier
  2020-07-23 18:23 ` 2asoft
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-07-23 18:14 UTC (permalink / raw)
  To: ml

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

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

New package: lato-ttf-2.015
https://github.com/void-linux/void-packages/pull/18753

Description:


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

* Re: New package: lato-ttf-2.015
  2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-07-23 18:14 ` [PR PATCH] [Closed]: " Chocimier
@ 2020-07-23 18:23 ` 2asoft
  4 siblings, 0 replies; 6+ messages in thread
From: 2asoft @ 2020-07-23 18:23 UTC (permalink / raw)
  To: ml

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

New comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/18753#issuecomment-663160811

Comment:
Alright, thanks.

I'm migrating from Arch to Void, so I'm just creating missing packages for
what I used to use in Arch.

While I disagree with the reasoning, it's good to have an explanation for
not having this accepted, so thanks.

On Thu, Jul 23, 2020, 11:14 Piotr <notifications@github.com> wrote:

> Closed #18753 <https://github.com/void-linux/void-packages/pull/18753>.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/18753#event-3581160250>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAI2RADG3F6LOFBHVYKUXUTR5B4X5ANCNFSM4KPALCHQ>
> .
>


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

end of thread, other threads:[~2020-07-23 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-04  5:16 ` voidlinux-github
2020-07-23 18:14 ` Chocimier
2020-07-23 18:14 ` [PR PATCH] [Closed]: " Chocimier
2020-07-23 18:23 ` 2asoft

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