Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-cm-unicode-otf-0.7.0
@ 2020-05-12 20:35 emacsomancer
  2020-05-12 20:59 ` [PR PATCH] [Updated] " emacsomancer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: emacsomancer @ 2020-05-12 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages cm-unicode
https://github.com/void-linux/void-packages/pull/21890

New package: font-cm-unicode-otf-0.7.0


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

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

From bc072afaa25a57ae63372fdee15f8bb84faaff88 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 14:31:52 -0600
Subject: [PATCH] New package: font-cm-unicode-otf-0.7.0

---
 srcpkgs/font-cm-unicode-otf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/font-cm-unicode-otf/template

diff --git a/srcpkgs/font-cm-unicode-otf/template b/srcpkgs/font-cm-unicode-otf/template
new file mode 100644
index 00000000000..76d2bac9d46
--- /dev/null
+++ b/srcpkgs/font-cm-unicode-otf/template
@@ -0,0 +1,21 @@
+# Template file for 'font-cm-unicode-otf'
+pkgname=font-cm-unicode-otf
+version=0.7.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+depends="font-util"
+short_desc="Knuth's Computer Modern font family converted to Unicode"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="OFL-1.1"
+homepage="https://cm-unicode.sourceforge.io/"
+distfiles="https://sourceforge.net/projects/cm-unicode/files/cm-unicode/0.7.0/cm-unicode-0.7.0-otf.tar.xz/download>cm-unicode-0.7.0-otf.tar.xz"
+checksum="548a7ebe4d4861b1075b5e7032b7c654e3ea835cc1643a60171fa3972a4e1c28"
+
+font_dirs="/usr/share/fonts/OTF"
+
+do_install() {
+	vmkdir usr/share/fonts/OTF
+	vcopy cm-unicode-0.7.0/*.otf usr/share/fonts/OTF
+        vlicense cm-unicode-0.7.0/OFL.txt LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: font-cm-unicode-otf-0.7.0
  2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
@ 2020-05-12 20:59 ` emacsomancer
  2020-05-20 21:14 ` emacsomancer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: emacsomancer @ 2020-05-12 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages cm-unicode
https://github.com/void-linux/void-packages/pull/21890

New package: font-cm-unicode-otf-0.7.0


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

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

From 77a1722b06f296e2af95d78098a0b4e3810a3921 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 14:31:52 -0600
Subject: [PATCH] New package: font-cm-unicode-otf-0.7.0

---
 srcpkgs/font-cm-unicode-otf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/font-cm-unicode-otf/template

diff --git a/srcpkgs/font-cm-unicode-otf/template b/srcpkgs/font-cm-unicode-otf/template
new file mode 100644
index 00000000000..4c704f41157
--- /dev/null
+++ b/srcpkgs/font-cm-unicode-otf/template
@@ -0,0 +1,21 @@
+# Template file for 'font-cm-unicode-otf'
+pkgname=font-cm-unicode-otf
+version=0.7.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+depends="font-util"
+short_desc="Knuth's Computer Modern font family converted to Unicode"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="OFL-1.1"
+homepage="https://cm-unicode.sourceforge.io/"
+distfiles="https://sourceforge.net/projects/cm-unicode/files/cm-unicode/${version}/cm-unicode-${version}-otf.tar.xz/download>cm-unicode-${version}-otf.tar.xz"
+checksum="548a7ebe4d4861b1075b5e7032b7c654e3ea835cc1643a60171fa3972a4e1c28"
+
+font_dirs="/usr/share/fonts/OTF"
+
+do_install() {
+	vmkdir usr/share/fonts/OTF
+	vcopy cm-unicode-${version}/*.otf usr/share/fonts/OTF
+	vlicense cm-unicode-${version}/OFL.txt LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: font-cm-unicode-otf-0.7.0
  2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
  2020-05-12 20:59 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-05-20 21:14 ` emacsomancer
  2020-07-07 21:44 ` emacsomancer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: emacsomancer @ 2020-05-20 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages cm-unicode
https://github.com/void-linux/void-packages/pull/21890

New package: font-cm-unicode-otf-0.7.0


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

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

From 6f484ba1aceeb65685d94809ee70cc633998efeb Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 12 May 2020 14:31:52 -0600
Subject: [PATCH] New package: font-cm-unicode-otf-0.7.0

---
 srcpkgs/font-cm-unicode-otf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/font-cm-unicode-otf/template

diff --git a/srcpkgs/font-cm-unicode-otf/template b/srcpkgs/font-cm-unicode-otf/template
new file mode 100644
index 00000000000..14755850b15
--- /dev/null
+++ b/srcpkgs/font-cm-unicode-otf/template
@@ -0,0 +1,21 @@
+# Template file for 'font-cm-unicode-otf'
+pkgname=font-cm-unicode-otf
+version=0.7.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+depends="font-util"
+short_desc="Knuth's Computer Modern font family converted to Unicode"
+maintainer="Benjamin Slade <slade@lambda-y.net>"
+license="OFL-1.1"
+homepage="https://cm-unicode.sourceforge.io/"
+distfiles="https://sourceforge.net/projects/cm-unicode/files/cm-unicode/${version}/cm-unicode-${version}-otf.tar.xz/download>cm-unicode-${version}-otf.tar.xz"
+checksum="548a7ebe4d4861b1075b5e7032b7c654e3ea835cc1643a60171fa3972a4e1c28"
+
+font_dirs="/usr/share/fonts/OTF"
+
+do_install() {
+	vmkdir usr/share/fonts/OTF
+	vcopy cm-unicode-"${version}/*.otf" usr/share/fonts/OTF
+	vlicense cm-unicode-"${version}"/OFL.txt LICENSE.md
+}

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

* Re: New package: font-cm-unicode-otf-0.7.0
  2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
  2020-05-12 20:59 ` [PR PATCH] [Updated] " emacsomancer
  2020-05-20 21:14 ` emacsomancer
@ 2020-07-07 21:44 ` emacsomancer
  2020-07-08 20:07 ` Chocimier
  2020-07-08 20:19 ` emacsomancer
  4 siblings, 0 replies; 6+ messages in thread
From: emacsomancer @ 2020-07-07 21:44 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/21890#issuecomment-655152301

Comment:
> We do not want more eyecandy in repo. You can always put it into ~/.fonts.

I'm not sure how fonts are 'eyecandy' and there are a number of fonts in the repos which seem to be updated. 

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

* Re: New package: font-cm-unicode-otf-0.7.0
  2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
                   ` (2 preceding siblings ...)
  2020-07-07 21:44 ` emacsomancer
@ 2020-07-08 20:07 ` Chocimier
  2020-07-08 20:19 ` emacsomancer
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-07-08 20:07 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21890#issuecomment-655729102

Comment:
There are enough fonts in repo. We do not aim to provide everyone's favourite. Fonts that got into because were first to or have distinctive features like targetting usually omitted scripts or whatever else reason are updated, sure.

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

* Re: New package: font-cm-unicode-otf-0.7.0
  2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
                   ` (3 preceding siblings ...)
  2020-07-08 20:07 ` Chocimier
@ 2020-07-08 20:19 ` emacsomancer
  4 siblings, 0 replies; 6+ messages in thread
From: emacsomancer @ 2020-07-08 20:19 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/21890#issuecomment-655734860

Comment:
> There are enough fonts in repo. We do not aim to provide everyone's favourite. Fonts that got into because were first to or have distinctive features like targetting usually omitted scripts or whatever else reason are updated, sure.

To me it would seem more consistent either to accept reasonable fonts more generally, or to say "we're only going to have a very small set of base fonts to get the system up and running" (like x11 fonts, liberation fonts, and dejavu). But not only are there packages like Iosevka (which is indeed a great font which I use) but also the huge `google-fonts-ttf` package (which, again, I think is useful). So it ends up seeming very arbitrary to me. 

Yes, of course, fonts can be installed locally, and I do. But fonts, like applications, do get updated, and it ends up just being duplicated effort for everyone to have to try to track updates if there's someone willing to maintain a package.

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

end of thread, other threads:[~2020-07-08 20:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 20:35 [PR PATCH] New package: font-cm-unicode-otf-0.7.0 emacsomancer
2020-05-12 20:59 ` [PR PATCH] [Updated] " emacsomancer
2020-05-20 21:14 ` emacsomancer
2020-07-07 21:44 ` emacsomancer
2020-07-08 20:07 ` Chocimier
2020-07-08 20:19 ` emacsomancer

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