Github messages for voidlinux
 help / color / mirror / Atom feed
From: moeishome <moeishome@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
Date: Fri, 08 Mar 2024 02:27:26 +0100	[thread overview]
Message-ID: <20240308012726.665B725EC0@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49181@inbox.vuxu.org>

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

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

https://github.com/moeishome/void-packages font-cozette
https://github.com/void-linux/void-packages/pull/49181

font-cozette: update to 1.23.2.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-glibc

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

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

From e690c06de1973727d0242bd43267d19298fd7ab1 Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Thu, 7 Mar 2024 19:44:00 -0500
Subject: [PATCH 1/2] font-cozette: update to 1.23.2.

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2b53366b9ce77e..db7a03d04d9676 100644
--- a/srcpkgs/font-cozette/template
+++ b/srcpkgs/font-cozette/template
@@ -1,6 +1,6 @@
 # Template file for 'font-cozette'
 pkgname=font-cozette
-version=1.18.0
+version=1.23.2
 revision=1
 create_wrksrc=yes
 hostmakedepends="font-util bdftopcf"
@@ -10,16 +10,22 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/slavfox/Cozette"
 changelog="https://github.com/slavfox/Cozette/raw/master/CHANGELOG.md"
-distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts.zip"
-checksum=710966cb1d310c1af2340bfe77e67741d92ac38d4060d284e0090495c1534b8b
+distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-1-23-2.zip"
+checksum=88428fabfb47bed97878e485d6dd22023bed8bd3ca0f4aea5bf11b8d4473b748
 font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF"
 
 do_install() {
 	cd CozetteFonts
 
 	bdftopcf -t -o cozette.pcf cozette.bdf
+	bdftopcf -t -o cozette_hidpi.pcf cozette_hidpi.bdf
 	vinstall cozette.pcf 644 usr/share/fonts/misc
 	vinstall cozette.otb 644 usr/share/fonts/misc
+	vinstall cozette.psf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.pcf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.otb 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.psf 644 usr/share/fonts/misc
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
+	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE
 }

From d1cd5f4a76797ed978df380b574b379946a881e9 Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Thu, 7 Mar 2024 20:27:26 -0500
Subject: [PATCH 2/2] font-cozette: fixed console font directory

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index db7a03d04d9676..2e8a422e41fbce 100644
--- a/srcpkgs/font-cozette/template
+++ b/srcpkgs/font-cozette/template
@@ -1,7 +1,7 @@
 # Template file for 'font-cozette'
 pkgname=font-cozette
 version=1.23.2
-revision=1
+revision=2
 create_wrksrc=yes
 hostmakedepends="font-util bdftopcf"
 depends="font-util"
@@ -21,10 +21,10 @@ do_install() {
 	bdftopcf -t -o cozette_hidpi.pcf cozette_hidpi.bdf
 	vinstall cozette.pcf 644 usr/share/fonts/misc
 	vinstall cozette.otb 644 usr/share/fonts/misc
-	vinstall cozette.psf 644 usr/share/fonts/misc
+	vinstall cozette.psf 644 usr/share/kbd/consolefonts
 	vinstall cozette_hidpi.pcf 644 usr/share/fonts/misc
 	vinstall cozette_hidpi.otb 644 usr/share/fonts/misc
-	vinstall cozette_hidpi.psf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.psf 644 usr/share/kbd/consolefonts
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
 	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE

  reply	other threads:[~2024-03-08  1:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  1:02 [PR PATCH] " moeishome
2024-03-08  1:27 ` moeishome [this message]
2024-03-08  2:29 ` [PR PATCH] [Updated] " moeishome
2024-03-08  5:58 ` classabbyamp
2024-03-08  5:59 ` classabbyamp
2024-03-08 16:40 ` [PR PATCH] [Updated] " moeishome
2024-03-08 19:35 ` moeishome
2024-03-08 19:38 ` [PR PATCH] [Closed]: " moeishome
2024-03-08 19:38 ` [PR PATCH] [Updated] " moeishome
2024-03-08 19:50 ` moeishome
2024-03-08 19:53 ` moeishome
2024-03-08 19:54 ` moeishome
2024-03-08 19:54 ` moeishome
2024-03-08 20:09 ` moeishome
2024-03-08 20:11 [PR PATCH] " moeishome
2024-03-09 17:11 ` [PR PATCH] [Updated] " moeishome
2024-03-10  0:30 ` moeishome

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=20240308012726.665B725EC0@inbox.vuxu.org \
    --to=moeishome@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).