diff mbox series

[bug#56975,v3,5/7] gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.

Message ID y76lerz5wto.wl-hako@ultrarare.space
State Accepted
Headers show
Series gnu: Use English synopsis for some fonts. | expand

Checks

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

Commit Message

Hilton Chain Aug. 8, 2022, 1:49 a.m. UTC
From d165ecec04698cfc8477c68553f7f1d868b201f1 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Mon, 8 Aug 2022 09:41:28 +0800
Subject: [PATCH v3 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 | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
2.37.1

Comments

Liliana Marie Prikler Aug. 8, 2022, 5:47 a.m. UTC | #1
Am Montag, dem 08.08.2022 um 09:49 +0800 schrieb Hilton Chain:
> From d165ecec04698cfc8477c68553f7f1d868b201f1 Mon Sep 17 00:00:00
> 2001
> From: Hilton Chain <hako@ultrarare.space>
> Date: Mon, 8 Aug 2022 09:41:28 +0800
> Subject: [PATCH v3 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 | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 670bb58933..e6ea76900e 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -2777,6 +2777,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
> @@ -2788,8 +2789,9 @@ (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)))
> +    (synopsis "Traditional Chinese Gothic typeface")
> +    (description
> +     "Chiron Hei HK is a Traditional Chinese Gothic typeface based
> on the Hong
> +Kong variant of Adobe’s Source Han Sans.  The font aims at providing
> a modern,
> +region-agnostic glyph set adopting the “modern” glyph style that is
> similar to
> +the prevailing, usually commercial, typefaces in Traditional Chinese
> regions.")))
LGTM with the same prevalent disclaimer.
diff mbox series

Patch

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 670bb58933..e6ea76900e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2777,6 +2777,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
@@ -2788,8 +2789,9 @@  (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)))
+    (synopsis "Traditional Chinese Gothic typeface")
+    (description
+     "Chiron Hei HK is a Traditional Chinese Gothic typeface based on the Hong
+Kong variant of Adobe’s Source Han Sans.  The font aims at providing a modern,
+region-agnostic glyph set adopting the “modern” glyph style that is similar to
+the prevailing, usually commercial, typefaces in Traditional Chinese regions.")))