emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56721: closed ([PATCH] gnu: Add font-chiron-hei-hk)


From: GNU bug Tracking System
Subject: bug#56721: closed ([PATCH] gnu: Add font-chiron-hei-hk)
Date: Wed, 03 Aug 2022 07:05:02 +0000

Your message dated Wed, 03 Aug 2022 15:04:17 +0800
with message-id <y764jyt6c5q.wl-hako@ultrarare.space>
and subject line Re: bug#56721: Acknowledgement ([PATCH] gnu: Add 
font-chiron-hei-hk)
has caused the debbugs.gnu.org bug report #56721,
regarding [PATCH] gnu: Add font-chiron-hei-hk
to be marked as done.

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


-- 
56721: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56721
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-chiron-hei-hk Date: Sat, 23 Jul 2022 16:01:08 +0800
* gnu/packages/fonts (font-chiron-hei-hk): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 gnu/packages/fonts.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c60640a757..5b5da013f2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2767,3 +2767,21 @@ (define-public font-chiron-sung-hk
      "Chiron Sung HK (昭源宋體) is a Traditional Chinese serif
  typeface based on Adobe’s Source Han Serif (a.k.a. Google’s Noto Sans CJK).")
     (license license:silofl1.1)))
+
+(define-public font-chiron-hei-hk
+  (package
+    (name "font-chiron-hei-hk")
+    (version "2.502")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    
"https://github.com/chiron-fonts/chiron-hei-hk/archive/refs/tags/v";
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "0d9r9wd5ssiihiywpybr9zzq3gca2678si09jz7c3mniash278ym"))))
+    (build-system font-build-system)
+    (home-page "https://chiron-fonts.github.io/";)
+    (synopsis "昭源黑體")
+    (description "The complementary sans-serif typeface for Chiron Sung HK.")
+    (license license:silofl1.1)))
--
2.36.1

--- End Message ---
--- Begin Message --- Subject: Re: bug#56721: Acknowledgement ([PATCH] gnu: Add font-chiron-hei-hk) Date: Wed, 03 Aug 2022 15:04:17 +0800
Continues at #56904.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]