Message ID | y76pmhb5wvx.wl-hako@ultrarare.space |
---|---|
State | Accepted |
Headers | show |
Series | gnu: Use English synopsis for some fonts. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
Am Montag, dem 08.08.2022 um 09:47 +0800 schrieb Hilton Chain: > From 4f1d00d71dbe70025d38081ce3cb1e2024fe6da6 Mon Sep 17 00:00:00 > 2001 > From: Hilton Chain <hako@ultrarare.space> > Date: Mon, 8 Aug 2022 09:36:41 +0800 > Subject: [PATCH v3 2/7] gnu: font-lxgw-wenkai: Use English for > synopsis. > > * gnu/packages/fonts.scm (font-lxgw-wenkai)[synopsis,description]: > Use English. > --- > gnu/packages/fonts.scm | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index 3a217a54b2..35a211e6e1 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -2725,9 +2725,11 @@ (define-public font-lxgw-wenkai > > "17li3xry4j4ccdnwz2pcnf0gv7c5mwq0h5fwvl7ar28brn2qgdbk")))) > (build-system font-build-system) > (home-page "https://lxgw.github.io/2021/01/28/Klee-Simpchin/") > - (synopsis "LXGW Wenkai / 霞鹜文楷") > + (synopsis "Simplified Chinese Imitation Song typeface") > (description > - "An open-source Chinese font derived from Fontworks' Klee > One.") > + "LXGW Wenkai is a Simplified Chinese Imitation Song typeface > covering the > +CJK Unified Ideographs (base block) and commonly used Hangul. For > characters > +within GB 2312, standard glyphs for Mainland China is used.") > (license license:silofl1.1))) LGTM
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 3a217a54b2..35a211e6e1 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2725,9 +2725,11 @@ (define-public font-lxgw-wenkai "17li3xry4j4ccdnwz2pcnf0gv7c5mwq0h5fwvl7ar28brn2qgdbk")))) (build-system font-build-system) (home-page "https://lxgw.github.io/2021/01/28/Klee-Simpchin/") - (synopsis "LXGW Wenkai / 霞鹜文楷") + (synopsis "Simplified Chinese Imitation Song typeface") (description - "An open-source Chinese font derived from Fontworks' Klee One.") + "LXGW Wenkai is a Simplified Chinese Imitation Song typeface covering the +CJK Unified Ideographs (base block) and commonly used Hangul. For characters +within GB 2312, standard glyphs for Mainland China is used.") (license license:silofl1.1))) (define-public font-lxgw-wenkai-tc
From 4f1d00d71dbe70025d38081ce3cb1e2024fe6da6 Mon Sep 17 00:00:00 2001 From: Hilton Chain <hako@ultrarare.space> Date: Mon, 8 Aug 2022 09:36:41 +0800 Subject: [PATCH v3 2/7] gnu: font-lxgw-wenkai: Use English for synopsis. * gnu/packages/fonts.scm (font-lxgw-wenkai)[synopsis,description]: Use English. --- gnu/packages/fonts.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) -- 2.37.1