* [bug#52581] [PATCH] gnu: add font-plemoljp.
@ 2021-12-17 16:28 Taiju HIGASHI
2022-01-17 10:12 ` bug#52581: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Taiju HIGASHI @ 2021-12-17 16:28 UTC (permalink / raw)
To: 52581; +Cc: Taiju HIGASHI
---
gnu/packages/fonts.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 63d1240d5c..3cf927f979 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -42,6 +42,7 @@
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
+;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2288,3 +2289,20 @@ (define-public font-overpass
Overpass includes proportional and monospace variants.")
(license (list license:silofl1.1
license:lgpl2.1))))
+
+(define-public font-plemoljp
+ (package
+ (name "font-plemoljp")
+ (version "1.2.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/yuru7/PlemolJP/releases/download/v" version "/PlemolJP_v" version ".zip"))
+ (sha256
+ (base32
+ "03cwzkqg09c87lmsx9xfzdrlgjml93bhhp1dqq3qkpdfww30wkaw"))))
+ (build-system font-build-system)
+ (home-page "https://github.com/yuru7/PlemolJP")
+ (synopsis "Plex Mono Language JP")
+ (description "PlemolJP (Plex Mono Language JP) is a Japanese programming font that is a composite of IBM Plex Mono and IBM Plex Sans JP.")
+ (license license:silofl1.1)))
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52581: [PATCH] gnu: add font-plemoljp.
2021-12-17 16:28 [bug#52581] [PATCH] gnu: add font-plemoljp Taiju HIGASHI
@ 2022-01-17 10:12 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-17 10:12 UTC (permalink / raw)
To: Taiju HIGASHI; +Cc: 52581-done
Hello,
Taiju HIGASHI <higashi@taiju.info> writes:
> +(define-public font-plemoljp
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-17 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-17 16:28 [bug#52581] [PATCH] gnu: add font-plemoljp Taiju HIGASHI
2022-01-17 10:12 ` bug#52581: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.