Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-cozette: update to 1.23.2.
@ 2024-03-08  1:02 moeishome
  2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: moeishome @ 2024-03-08  1:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1216 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/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] font-cozette: update to 1.23.2 moeishome
@ 2024-03-08  1:27 ` moeishome
  2024-03-08  2:29 ` moeishome
                   ` (11 subsequent siblings)
  12 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

* Re: [PR PATCH] [Updated] font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
  2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-08  2:29 ` moeishome
  2024-03-08  5:58 ` classabbyamp
                   ` (10 subsequent siblings)
  12 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: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
  2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
  2024-03-08  2:29 ` moeishome
@ 2024-03-08  5:58 ` classabbyamp
  2024-03-08  5:59 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-03-08  5:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1985086031

Comment:
please squash this into one commit

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

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

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1985086031

Comment:
please squash this into one commit and reset the revision to 1

^ 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] font-cozette: update to 1.23.2 moeishome
                   ` (3 preceding siblings ...)
  2024-03-08  5:59 ` classabbyamp
@ 2024-03-08 16:40 ` moeishome
  2024-03-08 19:35 ` moeishome
                   ` (7 subsequent siblings)
  12 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] font-cozette: update to 1.23.2 moeishome
                   ` (4 preceding siblings ...)
  2024-03-08 16:40 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-08 19:35 ` moeishome
  2024-03-08 19:38 ` [PR PATCH] [Closed]: " moeishome
                   ` (6 subsequent siblings)
  12 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] [Closed]: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (5 preceding siblings ...)
  2024-03-08 19:35 ` moeishome
@ 2024-03-08 19:38 ` moeishome
  2024-03-08 19:38 ` [PR PATCH] [Updated] " moeishome
                   ` (5 subsequent siblings)
  12 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: 1056 bytes --]

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

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

Description:
<!-- 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

^ 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] font-cozette: update to 1.23.2 moeishome
                   ` (6 preceding siblings ...)
  2024-03-08 19:38 ` [PR PATCH] [Closed]: " moeishome
@ 2024-03-08 19:38 ` moeishome
  2024-03-08 19:50 ` moeishome
                   ` (4 subsequent siblings)
  12 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: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (7 preceding siblings ...)
  2024-03-08 19:38 ` [PR PATCH] [Updated] " moeishome
@ 2024-03-08 19:50 ` moeishome
  2024-03-08 19:53 ` moeishome
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:50 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1986326133

Comment:
fuck. extremely sorry, new to this and pushed while trying to squash my commits. ill try to figure out how to reconcile this if wanted, so sorry.

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (8 preceding siblings ...)
  2024-03-08 19:50 ` moeishome
@ 2024-03-08 19:53 ` moeishome
  2024-03-08 19:54 ` moeishome
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:53 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1986326133

Comment:
fuck. extremely sorry, new to this and pushed while trying to squash my commits. ill try to figure out how to reconcile this if wanted. should i open again to have it approved properly (discouraged, i know, but i dont know if this pr would be deleted now)? please let me know; thank you. 

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (9 preceding siblings ...)
  2024-03-08 19:53 ` moeishome
@ 2024-03-08 19:54 ` moeishome
  2024-03-08 19:54 ` moeishome
  2024-03-08 20:09 ` moeishome
  12 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:54 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1986326133

Comment:
fuck. extremely sorry, new to this and pushed while trying to squash my commits, which seems to have closed the pr. ill try to figure out how to reconcile this if wanted. should i open again to have it approved properly (discouraged, i know, but i dont know if this pr would be deleted now)? please let me know; thank you. 

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (10 preceding siblings ...)
  2024-03-08 19:54 ` moeishome
@ 2024-03-08 19:54 ` moeishome
  2024-03-08 20:09 ` moeishome
  12 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 19:54 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1986326133

Comment:
fuck. extremely sorry, new to this and pushed while trying to squash my commits, which seems to have closed the pr. ill try to figure out how to reconcile this if wanted. should i open again to have it approved properly (discouraged, i know, but i dont know if this pr would be deleted now)? please let me know; thank you. i do have the template file ready to pr again if wanted.

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

* Re: font-cozette: update to 1.23.2.
  2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
                   ` (11 preceding siblings ...)
  2024-03-08 19:54 ` moeishome
@ 2024-03-08 20:09 ` moeishome
  12 siblings, 0 replies; 15+ messages in thread
From: moeishome @ 2024-03-08 20:09 UTC (permalink / raw)
  To: ml

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

New comment by moeishome on void-packages repository

https://github.com/void-linux/void-packages/pull/49181#issuecomment-1986326133

Comment:
fuck. extremely sorry, new to this and pushed while trying to squash my commits, which seems to have closed the pr. ill try to figure out how to reconcile this if wanted. should i open again to have it approved properly (discouraged, i know, but i dont know if this pr would be deleted now)? please let me know; thank you. i do have the template file ready to pr again if wanted.

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

* [PR PATCH] font-cozette: update to 1.23.2.
@ 2024-03-08 20:11 moeishome
  0 siblings, 0 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

end of thread, other threads:[~2024-03-08 20:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08  1:02 [PR PATCH] font-cozette: update to 1.23.2 moeishome
2024-03-08  1:27 ` [PR PATCH] [Updated] " moeishome
2024-03-08  2:29 ` 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

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