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

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