mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: font-lxgw-wenkai-tc: Update to 1.501.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.501. [properties]: Add upstream-name. Change-Id: I444b5f2a61316ee1b6883d723f861082cb7cdec2
This commit is contained in:
parent
be4969e012
commit
fe3e33e1fc
1 changed files with 4 additions and 3 deletions
|
@ -3480,7 +3480,7 @@ (define-public font-lxgw-wenkai-tc
|
||||||
(package
|
(package
|
||||||
(inherit font-lxgw-wenkai)
|
(inherit font-lxgw-wenkai)
|
||||||
(name "font-lxgw-wenkai-tc")
|
(name "font-lxgw-wenkai-tc")
|
||||||
(version "1.330")
|
(version "1.501")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3488,13 +3488,14 @@ (define-public font-lxgw-wenkai-tc
|
||||||
version "/lxgw-wenkai-tc-v" version ".tar.gz"))
|
version "/lxgw-wenkai-tc-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06najc2gjhsm50q4q2qlw10n1hdcfpsbnfvgdf6b27gm26rgk5da"))))
|
"0a5b3dim1y6wqr7m4ds98ki9zg96qsm698aphsxzdn2fck0nay8s"))))
|
||||||
(home-page "https://github.com/lxgw/LxgwWenKaitc")
|
(home-page "https://github.com/lxgw/LxgwWenKaitc")
|
||||||
(synopsis "Traditional Chinese Imitation Song typeface")
|
(synopsis "Traditional Chinese Imitation Song typeface")
|
||||||
(description
|
(description
|
||||||
"LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
|
"LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
|
||||||
Song typeface covering commonly used characters as well as written form of
|
Song typeface covering commonly used characters as well as written form of
|
||||||
dialects in Hong Kong and Taiwan.")))
|
dialects in Hong Kong and Taiwan.")
|
||||||
|
(properties '((upstream-name . "lxgw-wenkai-tc")))))
|
||||||
|
|
||||||
(define-public font-lxgw-neozhisong
|
(define-public font-lxgw-neozhisong
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue