GNU bug report logs -
#56975
[PATCH 0/7] gnu: Use English synopsis for some fonts.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Thu, 4 Aug 2022 13:20:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #71 received at 56975 <at> debbugs.gnu.org (full text, mbox):
A. Am Freitag, dem 05.08.2022 um 09:47 +0800 schrieb Hilton Chain:
> From 5edeae275db5a70a57e04c4a9a534951441e2a27 Mon Sep 17 00:00:00
> 2001
> From: Hilton Chain <hako <at> ultrarare.space>
> Date: Fri, 5 Aug 2022 09:27:21 +0800
> Subject: [PATCH v2 3/7] gnu: font-lxgw-wenkai-tc: Inherit from font-
> lxgw-wenkai.
>
> * gnu/packages/fonts.scm (font-lxgw-wenkai-tc)[build-
> system,synopsis,license]:
> Drop fields and inherit from font-lxgw-wenkai.
> ---
> gnu/packages/fonts.scm | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 45985077d2..e3861a492f 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -2734,6 +2734,7 @@ (define-public font-lxgw-wenkai
>
> (define-public font-lxgw-wenkai-tc
> (package
> + (inherit font-lxgw-wenkai)
> (name "font-lxgw-wenkai-tc")
> (version "0.920")
> (source (origin
> @@ -2744,11 +2745,8 @@ (define-public font-lxgw-wenkai-tc
> (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)))
> + (description "The Traditional Chinese version of LXGW
> WenKai.")))
Users won't see the description of LXGW WenKai when they read this one.
Similarly, as we don't have Klee One packaged, references to it in the
description of LXGW WenKai are also possibly unhelpful.
This bug report was last modified 2 years and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.