GNU bug report logs - #77787
[PATCH] gnu: Add font-adobe-source-han-mono.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77787: closed ([PATCH] gnu: Add font-adobe-source-han-mono.)
Date: Wed, 30 Apr 2025 15:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Apr 2025 17:54:52 +0200
with message-id <aBJHzPrJxRmPzkMB <at> jurong>
and subject line Re: [PATCH] gnu: Add font-adobe-source-han-mono.
has caused the debbugs.gnu.org bug report #77787,
regarding [PATCH] gnu: Add font-adobe-source-han-mono.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77787: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77787
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] gnu: Add font-adobe-source-han-mono.
Date: Mon, 14 Apr 2025 08:18:46 +0900
* 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



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77787-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add font-adobe-source-han-mono.
Date: Wed, 30 Apr 2025 17:54:52 +0200
Thanks, I have pushed with a shortened synopsis.

Andreas



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.