Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-spleen: include otb version
@ 2022-08-09 17:47 Barbaross93
  2022-08-11  7:15 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Barbaross93 @ 2022-08-09 17:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbaross93/void-packages spleen
https://github.com/void-linux/void-packages/pull/38557

font-spleen: include otb version
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From ff409dbdfd05ef62d1c5066e92b96a6530c7aee5 Mon Sep 17 00:00:00 2001
From: Barbaross <cullen.ross@proton.me>
Date: Tue, 9 Aug 2022 13:44:58 -0400
Subject: [PATCH] font-spleen: include otb version

---
 srcpkgs/font-spleen/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/font-spleen/template b/srcpkgs/font-spleen/template
index 0a7873adaceb..36a48d96c314 100644
--- a/srcpkgs/font-spleen/template
+++ b/srcpkgs/font-spleen/template
@@ -1,12 +1,12 @@
 # Template file for 'font-spleen'
 pkgname=font-spleen
 version=1.9.1
-revision=1
+revision=2
 wrksrc="spleen-${version}"
 build_style=gnu-makefile
 make_cmd=bmake
-make_build_target="pcf psf"
-hostmakedepends="bmake bdftopcf bdf2psf"
+make_build_target="pcf psf otb"
+hostmakedepends="bmake bdftopcf bdf2psf fonttosfnt"
 depends="font-util"
 short_desc="Monospaced bitmap fonts"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
@@ -42,5 +42,8 @@ do_install() {
 	done
 	vinstall fonts.alias 644 usr/share/fonts/X11/spleen
 
+	for f in *.otb; do
+		vinstall $f 644 usr/share/fonts/X11/spleen
+	done
 	vlicense LICENSE
 }

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

end of thread, other threads:[~2022-08-13 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 17:47 [PR PATCH] font-spleen: include otb version Barbaross93
2022-08-11  7:15 ` [PR REVIEW] " classabbyamp
2022-08-11  7:15 ` classabbyamp
2022-08-11  8:47 ` paper42
2022-08-11 11:01 ` [PR REVIEW] " Barbaross93
2022-08-11 11:02 ` [PR PATCH] [Updated] " Barbaross93
2022-08-11 11:06 ` Barbaross93
2022-08-13 19:36 ` [PR PATCH] [Merged]: " classabbyamp

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