Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: oldschool-pc-fonts-2.2
@ 2021-04-01 12:59 tensorknower69
  2021-04-01 15:04 ` sgn
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-01 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tensorknower69/void-packages oldschool-pc-fonts
https://github.com/void-linux/void-packages/pull/29931

New package: oldschool-pc-fonts-2.2
<!-- Mark items with [x] where applicable -->

Reference: https://aur.archlinux.org/packages/oldschool-pc-fonts/

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oldschool-pc-fonts-29931.patch --]
[-- Type: text/x-diff, Size: 1379 bytes --]

From 610cba7762684e75b2f5a9d04323fea2b44f1a44 Mon Sep 17 00:00:00 2001
From: tensorknower69 <latesight20@protonmail.com>
Date: Thu, 1 Apr 2021 19:37:58 +0800
Subject: [PATCH] New package: oldschool-pc-fonts-2.2

---
 srcpkgs/oldschool-pc-fonts/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/oldschool-pc-fonts/template

diff --git a/srcpkgs/oldschool-pc-fonts/template b/srcpkgs/oldschool-pc-fonts/template
new file mode 100644
index 000000000000..6518ecad629d
--- /dev/null
+++ b/srcpkgs/oldschool-pc-fonts/template
@@ -0,0 +1,25 @@
+# Template file for 'oldschool-pc-fonts'
+pkgname=oldschool-pc-fonts
+version=2.2
+revision=1
+short_desc="Ultimate Oldschool PC font pack"
+maintainer="tensorknower69 <latesight20@protonmail.com>"
+license="CC-BY-SA-4.0"
+
+homepage="https://int10h.org/oldschool-pc-fonts/"
+distfiles="https://int10h.org/oldschool-pc-fonts/download/oldschool_pc_font_pack_v${version}_linux.zip"
+checksum="b30dc3ecc9931ad2dd8be7517dd01813c8834a1911b582ab7643191b41a3d759"
+
+depends="font-util"
+font_dirs="/usr/share/fonts/oldschool-pc"
+create_wrksrc=yes
+
+do_install() {
+	vmkdir usr/share/fonts/oldschool-pc
+
+	install -m644 */*.ttf */*.otb ${DESTDIR}/usr/share/fonts/oldschool-pc/
+
+	vdoc docs/documentation.pdf documentation.pdf
+	vdoc docs/font_list.pdf font_list.pdf
+	vlicense LICENSE.TXT
+}

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
@ 2021-04-01 15:04 ` sgn
  2021-04-01 16:46 ` tensorknower69
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2021-04-01 15:04 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-811970476

Comment:
I thought the first box should be unchecked?

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
  2021-04-01 15:04 ` sgn
@ 2021-04-01 16:46 ` tensorknower69
  2021-04-01 17:12 ` Chocimier
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-01 16:46 UTC (permalink / raw)
  To: ml

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

New comment by tensorknower69 on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812034553

Comment:
> I thought the first box should be unchecked?

Fixed

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
  2021-04-01 15:04 ` sgn
  2021-04-01 16:46 ` tensorknower69
@ 2021-04-01 17:12 ` Chocimier
  2021-04-01 19:12 ` tensorknower69
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2021-04-01 17:12 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812050016

Comment:
sgn wanted to bring your attention to requirement of

> fonts may be accepted if they provide value beyond aesthetics

What is it for these fonts?

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (2 preceding siblings ...)
  2021-04-01 17:12 ` Chocimier
@ 2021-04-01 19:12 ` tensorknower69
  2021-04-02  1:25 ` sgn
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-01 19:12 UTC (permalink / raw)
  To: ml

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

New comment by tensorknower69 on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812114719

Comment:
I am sorry for not getting the hint.

This font pack is a collection of system/console font remakes in `.ttf` formats and others with some enhancements, like PxPlus IBM VGA, which is used by Linux ttys. Therefore, I believe these fonts will be used on certain occasions.

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (3 preceding siblings ...)
  2021-04-01 19:12 ` tensorknower69
@ 2021-04-02  1:25 ` sgn
  2021-04-02  6:12 ` tensorknower69
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2021-04-02  1:25 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812266372

Comment:
Sorry for my unclear comment. But, I still couldn't get the reason this should be included. TTF fonts is unusable in FbTerm, right?

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (4 preceding siblings ...)
  2021-04-02  1:25 ` sgn
@ 2021-04-02  6:12 ` tensorknower69
  2021-04-03  9:12 ` [PR PATCH] [Updated] " tensorknower69
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-02  6:12 UTC (permalink / raw)
  To: ml

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

New comment by tensorknower69 on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812341647

Comment:
Yes. Instead, these fonts are used in applications to create classic-text-mode-like/linux-tty-like objects or visuals, like blender and gimp. This package can offer them out of the box, and can be used immediately by those applications.

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

* Re: [PR PATCH] [Updated] New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (5 preceding siblings ...)
  2021-04-02  6:12 ` tensorknower69
@ 2021-04-03  9:12 ` tensorknower69
  2021-04-03 10:43 ` fosslinux
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-03  9:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tensorknower69/void-packages oldschool-pc-fonts
https://github.com/void-linux/void-packages/pull/29931

New package: oldschool-pc-fonts-2.2
<!-- Mark items with [x] where applicable -->

Reference: https://aur.archlinux.org/packages/oldschool-pc-fonts/

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oldschool-pc-fonts-29931.patch --]
[-- Type: text/x-diff, Size: 1379 bytes --]

From 0f1d139f4a5fdb4517324efbafa4c648fe61827a Mon Sep 17 00:00:00 2001
From: tensorknower69 <latesight20@protonmail.com>
Date: Thu, 1 Apr 2021 19:37:58 +0800
Subject: [PATCH] New package: oldschool-pc-fonts-2.2

---
 srcpkgs/oldschool-pc-fonts/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/oldschool-pc-fonts/template

diff --git a/srcpkgs/oldschool-pc-fonts/template b/srcpkgs/oldschool-pc-fonts/template
new file mode 100644
index 000000000000..6518ecad629d
--- /dev/null
+++ b/srcpkgs/oldschool-pc-fonts/template
@@ -0,0 +1,25 @@
+# Template file for 'oldschool-pc-fonts'
+pkgname=oldschool-pc-fonts
+version=2.2
+revision=1
+short_desc="Ultimate Oldschool PC font pack"
+maintainer="tensorknower69 <latesight20@protonmail.com>"
+license="CC-BY-SA-4.0"
+
+homepage="https://int10h.org/oldschool-pc-fonts/"
+distfiles="https://int10h.org/oldschool-pc-fonts/download/oldschool_pc_font_pack_v${version}_linux.zip"
+checksum="b30dc3ecc9931ad2dd8be7517dd01813c8834a1911b582ab7643191b41a3d759"
+
+depends="font-util"
+font_dirs="/usr/share/fonts/oldschool-pc"
+create_wrksrc=yes
+
+do_install() {
+	vmkdir usr/share/fonts/oldschool-pc
+
+	install -m644 */*.ttf */*.otb ${DESTDIR}/usr/share/fonts/oldschool-pc/
+
+	vdoc docs/documentation.pdf documentation.pdf
+	vdoc docs/font_list.pdf font_list.pdf
+	vlicense LICENSE.TXT
+}

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (6 preceding siblings ...)
  2021-04-03  9:12 ` [PR PATCH] [Updated] " tensorknower69
@ 2021-04-03 10:43 ` fosslinux
  2021-04-03 12:38 ` tensorknower69
  2021-04-03 12:38 ` [PR PATCH] [Closed]: " tensorknower69
  9 siblings, 0 replies; 11+ messages in thread
From: fosslinux @ 2021-04-03 10:43 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812847734

Comment:
Ok, so they can be used in graphics/text manipulation/processing programs, not terminal emulators, that is the goal here?

I don't see how these "provide value beyond aesthetics".

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

* Re: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (7 preceding siblings ...)
  2021-04-03 10:43 ` fosslinux
@ 2021-04-03 12:38 ` tensorknower69
  2021-04-03 12:38 ` [PR PATCH] [Closed]: " tensorknower69
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-03 12:38 UTC (permalink / raw)
  To: ml

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

New comment by tensorknower69 on void-packages repository

https://github.com/void-linux/void-packages/pull/29931#issuecomment-812859945

Comment:
I guess these fonts do not provide any practical value after all. I apologize for wasting everybody's time and the trouble that I have caused. I am going to close this pull request. Thank you all.

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

* Re: [PR PATCH] [Closed]: New package: oldschool-pc-fonts-2.2
  2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
                   ` (8 preceding siblings ...)
  2021-04-03 12:38 ` tensorknower69
@ 2021-04-03 12:38 ` tensorknower69
  9 siblings, 0 replies; 11+ messages in thread
From: tensorknower69 @ 2021-04-03 12:38 UTC (permalink / raw)
  To: ml

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

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

New package: oldschool-pc-fonts-2.2
https://github.com/void-linux/void-packages/pull/29931

Description:
<!-- Mark items with [x] where applicable -->

Reference: https://aur.archlinux.org/packages/oldschool-pc-fonts/

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-04-03 12:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 12:59 [PR PATCH] New package: oldschool-pc-fonts-2.2 tensorknower69
2021-04-01 15:04 ` sgn
2021-04-01 16:46 ` tensorknower69
2021-04-01 17:12 ` Chocimier
2021-04-01 19:12 ` tensorknower69
2021-04-02  1:25 ` sgn
2021-04-02  6:12 ` tensorknower69
2021-04-03  9:12 ` [PR PATCH] [Updated] " tensorknower69
2021-04-03 10:43 ` fosslinux
2021-04-03 12:38 ` tensorknower69
2021-04-03 12:38 ` [PR PATCH] [Closed]: " tensorknower69

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