* [bug#56719] [PATCH] gnu: Add font-lxgw-wenkai-tc.
@ 2022-07-23 7:59 Hilton Chain via Guix-patches via
2022-08-03 2:55 ` bug#56719: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-07-23 7:59 UTC (permalink / raw)
To: 56719
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#56719: [PATCH] gnu: Add font-lxgw-wenkai-tc.
2022-07-23 7:59 [bug#56719] [PATCH] gnu: Add font-lxgw-wenkai-tc Hilton Chain via Guix-patches via
@ 2022-08-03 2:55 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-03 2:55 UTC (permalink / raw)
To: Hilton Chain; +Cc: 56719-done
Hilton Chain <hako@ultrarare.space> writes:
> * gnu/packages/fonts (font-lxgw-wenkai-tc): New variable.
Pushed, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-03 2:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 7:59 [bug#56719] [PATCH] gnu: Add font-lxgw-wenkai-tc Hilton Chain via Guix-patches via
2022-08-03 2:55 ` bug#56719: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).