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 #128 received at 56975 <at> debbugs.gnu.org (full text, mbox):
From 61a6444205628876fbe22041dc1220676bd32ea2 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Mon, 8 Aug 2022 15:45:37 +0800
Subject: [PATCH v4 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 | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35a211e6e1..2acb5b9e44 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,12 @@ (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)))
+ (synopsis "Traditional Chinese Imitation Song typeface")
+ (description
+ "LXGW Wenkai TC is a Traditional Chinese inherited glyphs form Imitation
+Song typeface covering commonly used characters as well as written form of
+dialects in Hong Kong and Taiwan.")))
(define-public font-chiron-sung-hk
(package
--
2.37.1
This bug report was last modified 2 years and 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.