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

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Mon, 14 Apr 2025 02:16: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: Kurome <hunt31999 <at> gmail.com>
Subject: bug#77790: closed (Re: [PATCH] gnu: Add font-adobe-source-han-serif.)
Date: Wed, 16 Apr 2025 15:30:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77790: [PATCH] gnu: Add font-adobe-source-han-serif.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77790 <at> debbugs.gnu.org.

-- 
77790: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77790
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77790-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add font-adobe-source-han-serif.
Date: Wed, 16 Apr 2025 17:29:09 +0200
Hello,

thanks for the patch! I have dropped the GET parameter from the URL,
dropped "open source" from the synopsis and description (since
everything in Guix is open source, I thought it did not add much),
and copy-pasted some more sentences from the homepage without content
that was too much marketing related.

It is pushed now.

Andreas


[Message part 3 (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-serif.
Date: Mon, 14 Apr 2025 11:14:37 +0900
* gnu/packages/fonts.scm (font-adobe-source-han-serif): New variable.

Change-Id: I451b3fbde4c9f2cfe1c214f9d32ea871cda71568
---
 gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 85f8a5f31b..f69321d6b8 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -794,6 +794,28 @@ (define-public font-terminus
 for long periods of working with computers (8 or more hours per day).")
     (license license:silofl1.1)))
 
+(define-public font-adobe-source-han-serif
+  (package
+    (name "font-adobe-source-han-serif")
+    (version "2.003")
+    (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-serif/releases/download/"
+             version "R/01_SourceHanSerif.ttc.zip"))
+       (sha256
+        (base32 "0pvrgba8r3khliws3zqhcqqa1gbjqfakx9q4yrdf6jl9aymqkrkf"))))
+    (build-system font-build-system)
+    (home-page
+     "https://source.typekit.com/source-han-serif/?scid=social71226596")
+    (synopsis "Open source Pan-CJK typeface in OpenType/CFF format")
+    (description
+     "This package provides Source Han Serif, an open source Pan-CJK typeface
+available in OpenType/CFF format.")
+    (license license:silofl1.1)))
+
 (define-public font-adobe-source-han-sans
   (package
     (name "font-adobe-source-han-sans")
-- 
2.49.0




This bug report was last modified 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.