* [bug#63892] [PATCH] gnu: add font-velvetyne-jgs.
@ 2023-06-04 15:35 Denis 'GNUtoo' Carikli
2023-07-01 13:56 ` bug#63892: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2023-06-04 15:35 UTC (permalink / raw)
To: all_but_last, iyzsong, 63892
Cc: Denis 'GNUtoo' Carikli, Zhu Zihao,
宋文武
* gnu/packages/fonts.scm (font-velvetyne-jgs): New variable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
gnu/packages/fonts.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 91e7ccc49f..1b38cab122 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -55,6 +55,7 @@
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
+;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3218,3 +3219,32 @@ (define-public font-recursive
primarily to meet the needs of programming environments and application
interfaces.")
(license license:silofl1.1)))
+
+(define-public font-velvetyne-jgs
+ ;; There are no releases nor tags.
+ (let ((revision "1")
+ (commit "b1fe344c6ab4cb97aa9ceb09ba3b6056f826b040"))
+ (package
+ (name "font-velvetyne-jgs")
+ (version (git-version "1.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/velvetyne/jgs.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1hwaylgih66cqwcf68i2xdccrn0p0rbvmlz5f3mlzvm51s5pzqb8"))))
+ (build-system font-build-system)
+ (home-page "http://www.velvetyne.org/fonts/jgs-font")
+ (synopsis "Font designed especially for ASCII art")
+ (description
+ "The jgs font family can be used to combine several
+characters to form contiguous lines. It contains several fonts:
+@enumerate
+@item jgs5 for sizes multiple of 1o (10px, 20px, 30px)
+@item jgs7 for sizes multiple of 14 (14px, 28px, 42px)
+@item jgs9 for sizes multiples of 18 (18px, 36px, 54px)
+@end enumerate")
+ (license license:silofl1.1))))
base-commit: ae04b3996be99c89142866afdbba5151099b2064
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#63892: [PATCH] gnu: add font-velvetyne-jgs.
2023-06-04 15:35 [bug#63892] [PATCH] gnu: add font-velvetyne-jgs Denis 'GNUtoo' Carikli
@ 2023-07-01 13:56 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-07-01 13:56 UTC (permalink / raw)
To: Denis 'GNUtoo' Carikli; +Cc: all_but_last, iyzsong, 63892-done
Hello,
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> writes:
> * gnu/packages/fonts.scm (font-velvetyne-jgs): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-01 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-04 15:35 [bug#63892] [PATCH] gnu: add font-velvetyne-jgs Denis 'GNUtoo' Carikli
2023-07-01 13:56 ` bug#63892: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).