GNU bug report logs -
#77790
[PATCH] gnu: Add font-adobe-source-han-serif.
Previous Next
To reply to this bug, email your comments to 77790 AT debbugs.gnu.org.
There is no need to reopen the bug first.
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#77790
; Package
guix-patches
.
(Mon, 14 Apr 2025 02:16: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
.
(Mon, 14 Apr 2025 02:16: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-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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 16 Apr 2025 15:30:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 16 Apr 2025 15:30:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 77790-done <at> debbugs.gnu.org (full text, mbox):
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
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.