Github messages for voidlinux
 help / color / mirror / Atom feed
From: milgra <milgra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: font-terminus-ttf-4.49.2
Date: Wed, 08 Mar 2023 11:57:25 +0100	[thread overview]
Message-ID: <20230308105725.5PPvhHFTEJul28uqN9asWvjxqFCI9ge07vJQrB5J0Fo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42598@inbox.vuxu.org>

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

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

https://github.com/milgra/void-packages font-terminus-ttf-branch
https://github.com/void-linux/void-packages/pull/42598

New package: font-terminus-ttf-4.49.2
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)

If you need terminus font in a different size than the bitmap version provides or your app doesn't support bitmap fonts then the TTF version can come handy. It is also the default font for all my applications ( https://github.com/milgra/sov, https://github.com/milgra/wcp, https://github.com/milgra/mmfm, https://github.com/milgra/vmp ) so it would be nice to have it in the source packages collection.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-terminus-ttf-branch-42598.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From 8ee0bb325d7f85214332d526716b6b0e089c238b Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Sun, 5 Mar 2023 14:11:16 +0100
Subject: [PATCH] New package: font-terminus-ttf-4.49.2

---
 srcpkgs/font-terminus-ttf/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/font-terminus-ttf/template

diff --git a/srcpkgs/font-terminus-ttf/template b/srcpkgs/font-terminus-ttf/template
new file mode 100644
index 000000000000..0d85ff3f05f9
--- /dev/null
+++ b/srcpkgs/font-terminus-ttf/template
@@ -0,0 +1,21 @@
+# Template file for 'font-terminus-ttf'
+pkgname=font-terminus-ttf
+version=4.49.2
+revision=1
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="TTF version of the terminus monospaced bitmap font"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="OFL-1.1"
+homepage="https://files.ax86.net/terminus-ttf"
+distfiles="https://files.ax86.net/terminus-ttf/files/${version}/terminus-ttf-${version}.zip"
+checksum=523bb09ec554514bedecd4d068b9d89b3bf124189542b82ab221c972d3d54664
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	vinstall "TerminusTTF-${version}.ttf" 644 usr/share/fonts/TTF/
+	vinstall "TerminusTTF-Bold-${version}.ttf" 644 usr/share/fonts/TTF/
+	vinstall "TerminusTTF-Italic-${version}.ttf" 644 usr/share/fonts/TTF/
+	vinstall "TerminusTTF-Bold Italic-${version}.ttf" 644 usr/share/fonts/TTF/}
+}

  parent reply	other threads:[~2023-03-08 10:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-05 13:14 [PR PATCH] " milgra
2023-03-07 12:47 ` [PR REVIEW] " LucasTavaresA
2023-03-07 12:56 ` ahesford
2023-03-08 10:00 ` [PR REVIEW] " milgra
2023-03-08 10:05 ` milgra
2023-03-08 10:09 ` [PR PATCH] [Updated] " milgra
2023-03-08 10:57 ` milgra [this message]
2023-03-08 12:29 ` LucasTavaresA
2023-03-08 12:39 ` [PR PATCH] [Updated] " milgra
2023-03-08 12:41 ` milgra
2023-03-28 20:06 ` milgra
2023-03-28 20:30 ` classabbyamp
2023-03-28 20:31 ` abenson
2023-03-28 20:32 ` paper42
2023-03-28 20:32 ` ahesford
2023-03-28 20:32 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230308105725.5PPvhHFTEJul28uqN9asWvjxqFCI9ge07vJQrB5J0Fo@z \
    --to=milgra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).