Message ID | y76k07of8h2.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 Donnerstag, dem 04.08.2022 um 21:23 +0800 schrieb Hilton Chain: > From f9e226bae58e01cc154d16340ea5c3599cccca1e Mon Sep 17 00:00:00 > 2001 > From: Hilton Chain <hako@ultrarare.space> > Date: Thu, 4 Aug 2022 20:02:33 +0800 > Subject: [PATCH 3/7] gnu: font-lxgw-wenkai-tc: Use English for > synopsis and description. > > * gnu/packages/fonts.scm (font-lxgw-wenkai-tc)[synopsis]: Use > English. > [description]: Use English. > --- > gnu/packages/fonts.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index b7796eedc2..cc1e03b031 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -2745,8 +2745,8 @@ (define-public font-lxgw-wenkai-tc > > "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.") > + (synopsis "LXGW Wenkai TC") > + (description "The Traditional Chinese version of LXGW WenKai.") > (license license:silofl1.1))) As with LXGW Wenkai, I'd suggest mentioning that it's a handwriting font. IMHO you could simply inherit from LXGW Wenkai and only swap out name, version, source and description. Cheers
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index b7796eedc2..cc1e03b031 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2745,8 +2745,8 @@ (define-public font-lxgw-wenkai-tc "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.") + (synopsis "LXGW Wenkai TC") + (description "The Traditional Chinese version of LXGW WenKai.") (license license:silofl1.1))) (define-public font-chiron-sung-hk
From f9e226bae58e01cc154d16340ea5c3599cccca1e Mon Sep 17 00:00:00 2001 From: Hilton Chain <hako@ultrarare.space> Date: Thu, 4 Aug 2022 20:02:33 +0800 Subject: [PATCH 3/7] gnu: font-lxgw-wenkai-tc: Use English for synopsis and description. * gnu/packages/fonts.scm (font-lxgw-wenkai-tc)[synopsis]: Use English. [description]: Use English. --- gnu/packages/fonts.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.37.1