From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 56718@debbugs.gnu.org
Subject: [bug#56718] [PATCH] gnu: Add font-lxgw-wenkai.
Date: Sat, 23 Jul 2022 15:58:17 +0800 [thread overview]
Message-ID: <f24cff18e46a5581435eaca1c2aae4feae1a8ddb.1658563372.git.hako@ultrarare.space> (raw)
* gnu/packages/fonts.scm (font-lxgw-wenkai): New variable.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
gnu/packages/fonts.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a381f061af..5ffebb35eb 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -50,6 +50,7 @@
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
+;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2709,3 +2710,22 @@ (define-public font-atui-feather
icon is designed on a 24x24 grid with an emphasis on simplicity, consistency,
and readability. This package bundles those icons into a font.")
(license license:expat))))
+
+(define-public font-lxgw-wenkai
+ (package
+ (name "font-lxgw-wenkai")
+ (version "1.235.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/lxgw/LxgwWenKai/releases/download/v"
+ version "/lxgw-wenkai-v" version ".tar.gz"))
+ (sha256
+ (base32
+ "17li3xry4j4ccdnwz2pcnf0gv7c5mwq0h5fwvl7ar28brn2qgdbk"))))
+ (build-system font-build-system)
+ (home-page "https://lxgw.github.io/2021/01/28/Klee-Simpchin/")
+ (synopsis "LXGW Wenkai / 霞鹜文楷")
+ (description
+ "An open-source Chinese font derived from Fontworks' Klee One.")
+ (license license:silofl1.1)))
base-commit: 32a00363435ac8c1bc93ef1281b2c2afc28a8877
--
2.36.1
next reply other threads:[~2022-07-23 8:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 7:58 Hilton Chain via Guix-patches via [this message]
2022-08-03 2:55 ` bug#56718: [PATCH] gnu: Add font-lxgw-wenkai 宋文武 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=f24cff18e46a5581435eaca1c2aae4feae1a8ddb.1658563372.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=56718@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.