GNU bug report logs -
#77787
[PATCH] gnu: Add font-adobe-source-han-mono.
Previous Next
Reported by: Kurome <hunt31999 <at> gmail.com>
Date: Sun, 13 Apr 2025 23:21:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77787 in the body.
You can then email your comments to 77787 AT debbugs.gnu.org in the normal way.
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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 30 Apr 2025 15:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 30 Apr 2025 15:56:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77787-done <at> debbugs.gnu.org (full text, mbox):
Thanks, I have pushed with a shortened synopsis.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 29 May 2025 11:24:28 GMT)
Full text and
rfc822 format available.
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.