Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] font-spleen: update to 2.0.2.
@ 2023-12-29 19:44 icp1994
  2024-01-05  5:34 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2023-12-29 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages font-spleen
https://github.com/void-linux/void-packages/pull/47990

font-spleen: update to 2.0.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/47990.patch is attached

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

From cb8f64ae8c24642513c4364bc33dde860552764f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 28 Dec 2023 11:55:56 +0530
Subject: [PATCH] font-spleen: update to 2.0.2.

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

diff --git a/srcpkgs/font-spleen/template b/srcpkgs/font-spleen/template
index d601d7fe131bc..3147b25b76eba 100644
--- a/srcpkgs/font-spleen/template
+++ b/srcpkgs/font-spleen/template
@@ -1,6 +1,6 @@
 # Template file for 'font-spleen'
 pkgname=font-spleen
-version=2.0.1
+version=2.0.2
 revision=1
 build_style=gnu-makefile
 make_cmd=bmake
@@ -13,7 +13,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/fcambus/spleen"
 changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog"
 distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
-checksum=37d909ad669037d79e36839526ef54376fa37046c7a915b157e5f40d73492ee0
+checksum=f930eb02894aa06eb50aeaaa10b00420254d72320fa28c3a40f157a8c2943755
 font_dirs="/usr/share/fonts/X11/spleen"
 
 do_configure() {

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

* Re: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
@ 2024-01-05  5:34 ` classabbyamp
  2024-01-05  5:35 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-05  5:34 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/47990#issuecomment-1878152037

Comment:
can you install the OTF fonts too?

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

* Re: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
  2024-01-05  5:34 ` classabbyamp
@ 2024-01-05  5:35 ` classabbyamp
  2024-01-05  5:39 ` classabbyamp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-05  5:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47990#issuecomment-1878152037

Comment:
can you install the OTF fonts too? something like `for f in *.otf; do vinstall "$f" 644 usr/share/fonts/spleen; done`

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

* Re: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
  2024-01-05  5:34 ` classabbyamp
  2024-01-05  5:35 ` classabbyamp
@ 2024-01-05  5:39 ` classabbyamp
  2024-01-05  5:42 ` classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-05  5:39 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47990#issuecomment-1878152037

Comment:
can you install the OTF fonts too? `make_build_target+=" otf"` and something like `for f in *.otf; do vinstall "$f" 644 usr/share/fonts/spleen; done`

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

* Re: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
                   ` (2 preceding siblings ...)
  2024-01-05  5:39 ` classabbyamp
@ 2024-01-05  5:42 ` classabbyamp
  2024-01-05  5:43 ` classabbyamp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-05  5:42 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47990#issuecomment-1878152037

Comment:
can you install the OTF fonts too? `make_build_target+=" otf"` and something like `for f in *.otf; do vinstall "$f" 644 usr/share/fonts/spleen; done`

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

* Re: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
                   ` (3 preceding siblings ...)
  2024-01-05  5:42 ` classabbyamp
@ 2024-01-05  5:43 ` classabbyamp
  2024-01-05 16:33 ` [PR PATCH] [Updated] " icp1994
  2024-01-31 15:37 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-01-05  5:43 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47990#issuecomment-1878157538

Comment:
can you install the `otf` fonts too? they exist in the release tarball already but are removed by the `make clean` in configure

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

* Re: [PR PATCH] [Updated] font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
                   ` (4 preceding siblings ...)
  2024-01-05  5:43 ` classabbyamp
@ 2024-01-05 16:33 ` icp1994
  2024-01-31 15:37 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2024-01-05 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages font-spleen
https://github.com/void-linux/void-packages/pull/47990

font-spleen: update to 2.0.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/47990.patch is attached

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

From 87f52aa94248992631e8720f7f54b35f425dc22a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 28 Dec 2023 11:55:56 +0530
Subject: [PATCH] font-spleen: update to 2.0.2.

---
 srcpkgs/font-spleen/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/font-spleen/template b/srcpkgs/font-spleen/template
index d601d7fe131bc..47dc2c96a0fe8 100644
--- a/srcpkgs/font-spleen/template
+++ b/srcpkgs/font-spleen/template
@@ -1,6 +1,6 @@
 # Template file for 'font-spleen'
 pkgname=font-spleen
-version=2.0.1
+version=2.0.2
 revision=1
 build_style=gnu-makefile
 make_cmd=bmake
@@ -13,12 +13,8 @@ license="BSD-2-Clause"
 homepage="https://github.com/fcambus/spleen"
 changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog"
 distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
-checksum=37d909ad669037d79e36839526ef54376fa37046c7a915b157e5f40d73492ee0
-font_dirs="/usr/share/fonts/X11/spleen"
-
-do_configure() {
-	${make_cmd} clean
-}
+checksum=f930eb02894aa06eb50aeaaa10b00420254d72320fa28c3a40f157a8c2943755
+font_dirs="/usr/share/fonts/X11/spleen /usr/share/fonts/OTF"
 
 post_build() {
 	gzip -n9 *.pcf *.psfu
@@ -41,5 +37,9 @@ do_install() {
 	done
 	vinstall fonts.alias 644 usr/share/fonts/X11/spleen
 
+	for f in *.otf; do
+		vinstall $f 644 usr/share/fonts/OTF
+	done
+
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: font-spleen: update to 2.0.2.
  2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
                   ` (5 preceding siblings ...)
  2024-01-05 16:33 ` [PR PATCH] [Updated] " icp1994
@ 2024-01-31 15:37 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2024-01-31 15:37 UTC (permalink / raw)
  To: ml

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

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

font-spleen: update to 2.0.2.
https://github.com/void-linux/void-packages/pull/47990

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

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

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

end of thread, other threads:[~2024-01-31 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 19:44 [PR PATCH] font-spleen: update to 2.0.2 icp1994
2024-01-05  5:34 ` classabbyamp
2024-01-05  5:35 ` classabbyamp
2024-01-05  5:39 ` classabbyamp
2024-01-05  5:42 ` classabbyamp
2024-01-05  5:43 ` classabbyamp
2024-01-05 16:33 ` [PR PATCH] [Updated] " icp1994
2024-01-31 15:37 ` [PR PATCH] [Merged]: " ahesford

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