Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-cozette: update to 1.23.2.
@ 2024-03-08 20:11 moeishome
  2024-03-08 23:15 ` [PR REVIEW] " classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 20:11 UTC (permalink / raw)
  To: ml

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

There is a new 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/49199

font-cozette: update to 1.23.2.
#### 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
  - armv6l-glibc
  
Note: new to this and accidentally closed previous PR when squashing commits. Sorry for that; this one I tested more thoroughly and fixed an upstream bug, so no revisions should be needed.


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

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

From 42163b148f851e376ee1ea4a09f6fbe943458014 Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Fri, 8 Mar 2024 14:48:15 -0500
Subject: [PATCH] font-cozette: update to 1.23.2.

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2b53366b9ce77e..8747a3674f64f0 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,20 @@ 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_hidpi.pcf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.otb 644 usr/share/fonts/misc
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
+	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
@ 2024-03-08 23:15 ` classabbyamp
  2024-03-09 17:11 ` [PR PATCH] [Updated] " moeishome
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-03-08 23:15 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#discussion_r1518402616

Comment:
```suggestion
distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${version//./-}.zip"
```


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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
  2024-03-08 23:15 ` [PR REVIEW] " classabbyamp
@ 2024-03-09 17:11 ` moeishome
  2024-03-10  0:00 ` moeishome
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-09 17:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1351 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/49199

font-cozette: update to 1.23.2.
#### 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
  - armv6l-glibc
  
Note: new to this and accidentally closed previous PR when squashing commits. Sorry for that; this one I tested more thoroughly and fixed an upstream bug, so no revisions should be needed.


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

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

From 42163b148f851e376ee1ea4a09f6fbe943458014 Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Fri, 8 Mar 2024 14:48:15 -0500
Subject: [PATCH 1/2] font-cozette: update to 1.23.2.

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2b53366b9ce77e..8747a3674f64f0 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,20 @@ 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_hidpi.pcf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.otb 644 usr/share/fonts/misc
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
+	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE
 }

From f7bcc11583cdf5093abc80c0769910d5a6a047b1 Mon Sep 17 00:00:00 2001
From: moe <128649563+moeishome@users.noreply.github.com>
Date: Sat, 9 Mar 2024 17:11:56 +0000
Subject: [PATCH 2/2] Apply suggestions from code review

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/font-cozette/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 8747a3674f64f0..5deec12ee2fdf5 100644
--- a/srcpkgs/font-cozette/template
+++ b/srcpkgs/font-cozette/template
@@ -10,7 +10,7 @@ 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-v-1-23-2.zip"
+distfiles="https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${version//./-}.zip"
 checksum=88428fabfb47bed97878e485d6dd22023bed8bd3ca0f4aea5bf11b8d4473b748
 font_dirs="/usr/share/fonts/misc /usr/share/fonts/TTF"
 

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
  2024-03-08 23:15 ` [PR REVIEW] " classabbyamp
  2024-03-09 17:11 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-10  0:00 ` moeishome
  2024-03-10  0:06 ` classabbyamp
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-10  0:00 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#issuecomment-1987015730

Comment:
what could i do here to get it submitted? i dont want to mess up and push like last time. i tried git rebase --root -i to squash but that gave me lots of errors during the interactive rebase. thanks.

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (2 preceding siblings ...)
  2024-03-10  0:00 ` moeishome
@ 2024-03-10  0:06 ` classabbyamp
  2024-03-10  0:19 ` moeishome
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-03-10  0:06 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#issuecomment-1987017694

Comment:
git rebase -i master, then change the last commit from pick to fixup

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (3 preceding siblings ...)
  2024-03-10  0:06 ` classabbyamp
@ 2024-03-10  0:19 ` moeishome
  2024-03-10  0:26 ` classabbyamp
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-10  0:19 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#issuecomment-1987021474

Comment:
i've done this now and have one commit locally. should i force push now? trying to push normally requires me to pull which seems to pull the second commit. thanks.

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (4 preceding siblings ...)
  2024-03-10  0:19 ` moeishome
@ 2024-03-10  0:26 ` classabbyamp
  2024-03-10  0:30 ` [PR PATCH] [Updated] " moeishome
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-03-10  0:26 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#issuecomment-1987022955

Comment:
git push -f

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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (5 preceding siblings ...)
  2024-03-10  0:26 ` classabbyamp
@ 2024-03-10  0:30 ` moeishome
  2024-03-10  0:31 ` moeishome
  2024-03-10  0:59 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-10  0:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1351 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/49199

font-cozette: update to 1.23.2.
#### 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
  - armv6l-glibc
  
Note: new to this and accidentally closed previous PR when squashing commits. Sorry for that; this one I tested more thoroughly and fixed an upstream bug, so no revisions should be needed.


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

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

From f0f7f44f12b2065bdc8f03ae9fa7bfa10414ba6d Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Fri, 8 Mar 2024 14:48:15 -0500
Subject: [PATCH] font-cozette: update to 1.23.2.

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2b53366b9ce77e..5deec12ee2fdf5 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,20 @@ 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-${version//./-}.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_hidpi.pcf 644 usr/share/fonts/misc
+	vinstall cozette_hidpi.otb 644 usr/share/fonts/misc
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
+	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE
 }

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (6 preceding siblings ...)
  2024-03-10  0:30 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-10  0:31 ` moeishome
  2024-03-10  0:59 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-10  0:31 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49199#issuecomment-1987024062

Comment:
done, and thanks. issue was trying to rebase the entire fucking repository last time, this worked much better and ill keep it in mind for next time. appreciate all the help!

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

* Re: [PR PATCH] [Merged]: font-cozette: update to 1.23.2.
  2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (7 preceding siblings ...)
  2024-03-10  0:31 ` moeishome
@ 2024-03-10  0:59 ` classabbyamp
  8 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-03-10  0:59 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

font-cozette: update to 1.23.2.
https://github.com/void-linux/void-packages/pull/49199

Description:
#### 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
  - armv6l-glibc
  
Note: new to this and accidentally closed previous PR when squashing commits. Sorry for that; this one I tested more thoroughly and fixed an upstream bug, so no revisions should be needed.


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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] " moeishome
                   ` (3 preceding siblings ...)
  2024-03-08 19:35 ` moeishome
@ 2024-03-08 19:38 ` moeishome
  4 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:38 UTC (permalink / raw)
  To: ml

[-- 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: 0 bytes --]



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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] " moeishome
                   ` (2 preceding siblings ...)
  2024-03-08 16:40 ` moeishome
@ 2024-03-08 19:35 ` moeishome
  2024-03-08 19:38 ` moeishome
  4 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:35 UTC (permalink / raw)
  To: ml

[-- 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: 1835 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] 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
 }

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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] " moeishome
  2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
  2024-03-08  2:29 ` moeishome
@ 2024-03-08 16:40 ` moeishome
  2024-03-08 19:35 ` moeishome
  2024-03-08 19:38 ` moeishome
  4 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 16:40 UTC (permalink / raw)
  To: ml

[-- 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: 4390 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/3] 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/3] 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

From e77d4aa188dee5a3bfa00d41b3e23294f5c4622d Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Thu, 7 Mar 2024 21:23:46 -0500
Subject: [PATCH 3/3] font-cozette: removed console fonts due to upstream bug

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2e8a422e41fbce..5141e2b4c19c01 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=2
+revision=3
 create_wrksrc=yes
 hostmakedepends="font-util bdftopcf"
 depends="font-util"
@@ -21,10 +21,8 @@ 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/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/kbd/consolefonts
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
 	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] " moeishome
  2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-08  2:29 ` moeishome
  2024-03-08 16:40 ` moeishome
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08  2:29 UTC (permalink / raw)
  To: ml

[-- 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: 4390 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/3] 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/3] 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

From e77d4aa188dee5a3bfa00d41b3e23294f5c4622d Mon Sep 17 00:00:00 2001
From: moe <moemmakki@gmail.com>
Date: Thu, 7 Mar 2024 21:23:46 -0500
Subject: [PATCH 3/3] font-cozette: removed console fonts due to upstream bug

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

diff --git a/srcpkgs/font-cozette/template b/srcpkgs/font-cozette/template
index 2e8a422e41fbce..5141e2b4c19c01 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=2
+revision=3
 create_wrksrc=yes
 hostmakedepends="font-util bdftopcf"
 depends="font-util"
@@ -21,10 +21,8 @@ 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/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/kbd/consolefonts
 	vinstall CozetteVector.ttf 644 usr/share/fonts/TTF
 	vinstall CozetteVectorBold.ttf 644 usr/share/fonts/TTF
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] " moeishome
@ 2024-03-08  1:27 ` moeishome
  2024-03-08  2:29 ` moeishome
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08  1:27 UTC (permalink / raw)
  To: ml

[-- 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

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

end of thread, other threads:[~2024-03-10  0:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 20:11 [PR PATCH] font-cozette: update to 1.23.2 moeishome
2024-03-08 23:15 ` [PR REVIEW] " classabbyamp
2024-03-09 17:11 ` [PR PATCH] [Updated] " moeishome
2024-03-10  0:00 ` moeishome
2024-03-10  0:06 ` classabbyamp
2024-03-10  0:19 ` moeishome
2024-03-10  0:26 ` classabbyamp
2024-03-10  0:30 ` [PR PATCH] [Updated] " moeishome
2024-03-10  0:31 ` moeishome
2024-03-10  0:59 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08  1:02 [PR PATCH] " moeishome
2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
2024-03-08  2:29 ` moeishome
2024-03-08 16:40 ` moeishome
2024-03-08 19:35 ` moeishome
2024-03-08 19:38 ` moeishome

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