GNU bug report logs -
#77787
[PATCH] gnu: Add font-adobe-source-han-mono.
Previous Next
To reply to this bug, email your comments to 77787 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#77787
; Package
guix-patches
.
(Sun, 13 Apr 2025 23:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sun, 13 Apr 2025 23:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-adobe-source-han-mono): New variable.
Change-Id: I4fb29f21a879e3f56fc0976718ec786d3506f8f1
---
gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 85f8a5f31b..41ecada0d1 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -840,6 +840,31 @@ (define-public font-adobe-source-han-sans
Korean.")
(license license:silofl1.1)))
+(define-public font-adobe-source-han-mono
+ (package
+ (name "font-adobe-source-han-mono")
+ (version "1.002")
+ (source
+ (origin
+ ;; SuperOTC (all variations in one file) is not in the repository.
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/adobe-fonts/source-han-mono/releases/download/"
+ version "/SourceHanMono.ttc"))
+ (sha256
+ (base32 "1haqffkcgz0cc24y8rc9bg36v8x9hdl8fdl3xc8qz14hvr42868c"))))
+ (build-system font-build-system)
+ (home-page
+ "https://ccjktype.fonts.adobe.com/2019/05/source-han-mono-v1001.html")
+ (synopsis "Pan-CJK monospaced font family based on Source Han Sans and
+Source Code Pro")
+ (description
+ "This package provides Source Han Mono, a Pan-CJK monospaced
+font family derived from Source Han Sans and Source Code Pro. Distributed as an
+OpenType/CFF Collection (OTC), it includes 70 font instances covering seven
+weights, five languages, and two styles.")
+ (license license:silofl1.1)))
+
(define-public font-cns11643
;; Since upstream doesn't provide any version numbers, the date of the last
;; edit is used, taken from https://data.gov.tw/dataset/5961
--
2.49.0
This bug report was last modified 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.