guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.


From: guix-commits
Subject: 03/07: gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.
Date: Mon, 8 Aug 2022 14:19:34 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit c3e8eaafdd511991791593f0de43058195d64911
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Aug 8 15:57:50 2022 +0800

    gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.
    
    * gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Inherit from 
font-lxgw-wenkai.
    [build-system, license]: Removed fields.
    [synopsis, description]: Use English.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/fonts.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35a211e6e1..2acb5b9e44 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2734,6 +2734,7 @@ within GB 2312, standard glyphs for Mainland China is 
used.")
 
 (define-public font-lxgw-wenkai-tc
   (package
+    (inherit font-lxgw-wenkai)
     (name "font-lxgw-wenkai-tc")
     (version "0.920")
     (source (origin
@@ -2744,11 +2745,12 @@ within GB 2312, standard glyphs for Mainland China is 
used.")
               (sha256
                (base32
                 "1kysqzi19ldd1a3pd9axmggcbm1719myq6i6q6fdb1afscn272cp"))))
-    (build-system font-build-system)
     (home-page "https://github.com/lxgw/LxgwWenKaitc";)
-    (synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
-    (description "The Traditional Chinese Version of LXGW WenKai.")
-    (license license:silofl1.1)))
+    (synopsis "Traditional Chinese Imitation Song typeface")
+    (description
+     "LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
+Song typeface covering commonly used characters as well as written form of
+dialects in Hong Kong and Taiwan.")))
 
 (define-public font-chiron-sung-hk
   (package



reply via email to

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