mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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>
This commit is contained in:
parent
c24a2e7c30
commit
c3e8eaafdd
1 changed files with 6 additions and 4 deletions
|
@ -2734,6 +2734,7 @@ (define-public font-lxgw-wenkai
|
||||||
|
|
||||||
(define-public font-lxgw-wenkai-tc
|
(define-public font-lxgw-wenkai-tc
|
||||||
(package
|
(package
|
||||||
|
(inherit font-lxgw-wenkai)
|
||||||
(name "font-lxgw-wenkai-tc")
|
(name "font-lxgw-wenkai-tc")
|
||||||
(version "0.920")
|
(version "0.920")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -2744,11 +2745,12 @@ (define-public font-lxgw-wenkai-tc
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kysqzi19ldd1a3pd9axmggcbm1719myq6i6q6fdb1afscn272cp"))))
|
"1kysqzi19ldd1a3pd9axmggcbm1719myq6i6q6fdb1afscn272cp"))))
|
||||||
(build-system font-build-system)
|
|
||||||
(home-page "https://github.com/lxgw/LxgwWenKaitc")
|
(home-page "https://github.com/lxgw/LxgwWenKaitc")
|
||||||
(synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
|
(synopsis "Traditional Chinese Imitation Song typeface")
|
||||||
(description "The Traditional Chinese Version of LXGW WenKai.")
|
(description
|
||||||
(license license:silofl1.1)))
|
"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
|
(define-public font-chiron-sung-hk
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue