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

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

bug#56720: closed ([PATCH] gnu: Add font-chiron-sung-hk.)


From: GNU bug Tracking System
Subject: bug#56720: closed ([PATCH] gnu: Add font-chiron-sung-hk.)
Date: Wed, 03 Aug 2022 07:03:01 +0000

Your message dated Wed, 03 Aug 2022 15:02:31 +0800
with message-id <y765yj96c8o.wl-hako@ultrarare.space>
and subject line Re: [PATCH 1/1] gnu: Add font-chiron-hei-hk.
has caused the debbugs.gnu.org bug report #56720,
regarding [PATCH] gnu: Add font-chiron-sung-hk.
to be marked as done.

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


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

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

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9ff2035a10..c60640a757 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2747,3 +2747,23 @@ (define-public font-lxgw-wenkai-tc
     (synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
     (description "The Traditional Chinese Version of LXGW WenKai.")
     (license license:silofl1.1)))
+
+(define-public font-chiron-sung-hk
+  (package
+    (name "font-chiron-sung-hk")
+    (version "1.004")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    
"https://github.com/chiron-fonts/chiron-sung-hk/archive/refs/tags/v";
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "0kp40sxxcw6p747bmd0wyaaipzalbj7dpfbrwkhbpvx6zgncgz5f"))))
+    (build-system font-build-system)
+    (home-page "https://chiron-fonts.github.io/";)
+    (synopsis "昭源宋體")
+    (description
+     "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)))
--
2.36.1



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/1] gnu: Add font-chiron-hei-hk. Date: Wed, 03 Aug 2022 15:02:31 +0800
Continues at #56904.


--- End Message ---

reply via email to

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