From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 56719@debbugs.gnu.org
Subject: [bug#56719] [PATCH] gnu: Add font-lxgw-wenkai-tc.
Date: Sat, 23 Jul 2022 15:59:52 +0800 [thread overview]
Message-ID: <d6411b5696c8dbdbe1ceceb125255fd04f0bdda6.1658563372.git.hako@ultrarare.space> (raw)
* gnu/packages/fonts (font-lxgw-wenkai-tc): 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 5ffebb35eb..9ff2035a10 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2729,3 +2729,21 @@ (define-public font-lxgw-wenkai
(description
"An open-source Chinese font derived from Fontworks' Klee One.")
(license license:silofl1.1)))
+
+(define-public font-lxgw-wenkai-tc
+ (package
+ (name "font-lxgw-wenkai-tc")
+ (version "0.920")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/lxgw/LxgwWenKaiTC/releases/download/v"
+ version "/lxgw-wenkai-tc-v" version ".tar.gz"))
+ (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)))
--
2.36.1
next reply other threads:[~2022-07-23 8:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 7:59 Hilton Chain via Guix-patches via [this message]
2022-08-03 2:55 ` bug#56719: [PATCH] gnu: Add font-lxgw-wenkai-tc 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d6411b5696c8dbdbe1ceceb125255fd04f0bdda6.1658563372.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=56719@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.