Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-cozette: Include pcf version
@ 2022-01-28  2:04 Barbarossa93
  2022-01-29 20:07 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: Barbarossa93 @ 2022-01-28  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Barbarossa93/void-packages cozette
https://github.com/void-linux/void-packages/pull/35267

font-cozette: Include pcf version
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 02d52e42f5237099edd34d51bcae8f147f359ae0 Mon Sep 17 00:00:00 2001
From: Barbaross <cullenrss@gmail.com>
Date: Thu, 27 Jan 2022 21:02:55 -0500
Subject: [PATCH] font-cozette: Include pcf version

---
 srcpkgs/font-cozette/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index f8725830f733..7a2e57669380 100644
--- a/srcpkgs/font-cozette/template
+++ b/srcpkgs/font-cozette/template
@@ -1,9 +1,9 @@
 # Template file for 'font-cozette'
 pkgname=font-cozette
 version=1.11.3
-revision=1
+revision=2
 create_wrksrc=yes
-hostmakedepends="font-util"
+hostmakedepends="font-util bdftopcf"
 depends="font-util"
 short_desc="Bitmap programming font optimized for coziness"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
@@ -16,6 +16,8 @@ font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF"
 do_install() {
 	cd CozetteFonts
 
+	bdftopcf -t -o cozette.pcf cozette.bdf
+	vinstall cozette.pcf 644 usr/share/fonts/misc
 	vinstall cozette.otb 644 usr/share/fonts/misc
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE

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

end of thread, other threads:[~2022-01-29 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  2:04 [PR PATCH] font-cozette: Include pcf version Barbarossa93
2022-01-29 20:07 ` [PR PATCH] [Merged]: " leahneukirchen

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