GNU bug report logs - #56975
[PATCH 0/7] gnu: Use English synopsis for some fonts.

Previous Next

Package: guix-patches;

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 #59 received at 56975 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 56975 <at> debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at>,
 宋文武 <iyzsong <at> envs.net>
Subject: [PATCH v2 5/7] gnu: font-chiron-hei-hk: Inherit from
 font-chiron-sung-hk.
Date: Fri, 05 Aug 2022 09:48:47 +0800
From 1270be6ad21936f88fcc455318348c035acec1d8 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 5 Aug 2022 09:33:33 +0800
Subject: [PATCH v2 5/7] gnu: font-chiron-hei-hk: Inherit from
 font-chiron-sung-hk.

* gnu/packages/fonts.scm (font-chiron-hei-hk)
[build-system,home-page,synopsis,license]: Drop fields and inherit from
font-chiron-sung-hk.
---
 gnu/packages/fonts.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 24dedd6781..875cefccf3 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2774,6 +2774,7 @@ (define-public font-chiron-sung-hk
 
 (define-public font-chiron-hei-hk
   (package
+    (inherit font-chiron-sung-hk)
     (name "font-chiron-hei-hk")
     (version "2.502")
     (source (origin
@@ -2785,8 +2786,4 @@ (define-public font-chiron-hei-hk
               (sha256
                (base32
                 "0wk1yladmwflkwrmj374avpml8shyrgd622f7mbvw5ln7fi70d2l"))))
-    (build-system font-build-system)
-    (home-page "https://chiron-fonts.github.io/")
-    (synopsis "昭源黑體")
-    (description "The complementary sans-serif typeface for Chiron Sung HK.")
-    (license license:silofl1.1)))
+    (description "The complementary sans-serif typeface for Chiron Sung HK.")))
-- 
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.