GNU bug report logs -
#56904
[PATCH v2 0/2] gnu: Add Chiron Fonts.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 3 Aug 2022 06:54:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56904 in the body.
You can then email your comments to 56904 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56904
; Package
guix-patches
.
(Wed, 03 Aug 2022 06:54:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 03 Aug 2022 06:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 798983ae84d941a3830b5405e8cc13b310d85245 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 3 Aug 2022 14:37:09 +0800
Subject: [PATCH v2 0/2] gnu: Add Chiron Fonts.
v1 -> v2: Use git-fetch for obtaining source.
Hilton Chain (2):
gnu: Add font-chiron-sung-hk.
gnu: Add font-chiron-hei-hk.
gnu/packages/fonts.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
base-commit: 94f801a4269a774e1d4bafb4ea2db75f5d68504a
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56904
; Package
guix-patches
.
(Wed, 03 Aug 2022 06:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 56904 <at> debbugs.gnu.org (full text, mbox):
From ca098d0f95be47fa4b7f92ea4f5e442a5255e10b Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 3 Aug 2022 14:34:38 +0800
Subject: [PATCH v2 1/2] gnu: Add font-chiron-sung-hk.
* gnu/packages/fonts (font-chiron-sung-hk): New variable.
Signed-off-by: Hilton Chain <hako <at> ultrarare.space>
---
gnu/packages/fonts.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9ff2035a10..0d70e4460b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2747,3 +2747,24 @@ (define-public font-lxgw-wenkai-tc
(synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
(description "The Traditional Chinese Version of LXGW WenKai.")
(license license:silofl1.1)))
+
+(define-public font-chiron-sung-hk
+ (package
+ (name "font-chiron-sung-hk")
+ (version "1.005")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chiron-fonts/chiron-sung-hk")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0iqlnb7825kisg2avhr9hwwvb4jw8f642vvmms5dw6m9czzydpgw"))))
+ (build-system font-build-system)
+ (home-page "https://chiron-fonts.github.io/")
+ (synopsis "昭源宋體")
+ (description
+ "Chiron Sung HK (昭源宋體) is a Traditional Chinese serif
+ typeface based on Adobe’s Source Han Serif (a.k.a. Google’s Noto Sans CJK).")
+ (license license:silofl1.1)))
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56904
; Package
guix-patches
.
(Wed, 03 Aug 2022 06:57:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 56904 <at> debbugs.gnu.org (full text, mbox):
From 798983ae84d941a3830b5405e8cc13b310d85245 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 3 Aug 2022 14:35:30 +0800
Subject: [PATCH v2 2/2] gnu: Add font-chiron-hei-hk.
* gnu/packages/fonts (font-chiron-hei-hk): New variable.
Signed-off-by: Hilton Chain <hako <at> ultrarare.space>
---
gnu/packages/fonts.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 0d70e4460b..53548ce827 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2768,3 +2768,22 @@ (define-public font-chiron-sung-hk
"Chiron Sung HK (昭源宋體) is a Traditional Chinese serif
typeface based on Adobe’s Source Han Serif (a.k.a. Google’s Noto Sans CJK).")
(license license:silofl1.1)))
+
+(define-public font-chiron-hei-hk
+ (package
+ (name "font-chiron-hei-hk")
+ (version "2.502")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chiron-fonts/chiron-hei-hk")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (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)))
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56904
; Package
guix-patches
.
(Wed, 03 Aug 2022 08:18:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 56904 <at> debbugs.gnu.org (full text, mbox):
Am Mittwoch, dem 03.08.2022 um 14:55 +0800 schrieb Hilton Chain:
> From ca098d0f95be47fa4b7f92ea4f5e442a5255e10b Mon Sep 17 00:00:00 2001
> From: Hilton Chain <hako <at> ultrarare.space>
> Date: Wed, 3 Aug 2022 14:34:38 +0800
> Subject: [PATCH v2 1/2] gnu: Add font-chiron-sung-hk.
>
> * gnu/packages/fonts (font-chiron-sung-hk): New variable.
>
> Signed-off-by: Hilton Chain <hako <at> ultrarare.space>
Signed-off-by is for committers :)
> ---
> gnu/packages/fonts.scm | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 9ff2035a10..0d70e4460b 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -2747,3 +2747,24 @@ (define-public font-lxgw-wenkai-tc
> (synopsis "LXGW WenKai TC / 霞鶩文楷 TC")
> (description "The Traditional Chinese Version of LXGW WenKai.")
> (license license:silofl1.1)))
> +
> +(define-public font-chiron-sung-hk
> + (package
> + (name "font-chiron-sung-hk")
> + (version "1.005")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url
> "https://github.com/chiron-fonts/chiron-sung-hk")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> +
> "0iqlnb7825kisg2avhr9hwwvb4jw8f642vvmms5dw6m9czzydpgw"))))
> + (build-system font-build-system)
> + (home-page "https://chiron-fonts.github.io/")
> + (synopsis "昭源宋體")
The synopsis should be in English. We use gettext for i18n and use
Weblate [1,2] for translations. Sadly, there's no traditional Chinese
translation yet, but you could add it :)
> + (description
> + "Chiron Sung HK (昭源宋體) is a Traditional Chinese serif
> + typeface based on Adobe’s Source Han Serif (a.k.a. Google’s Noto
> Sans CJK).")
As above.
> + (license license:silofl1.1)))
Cheers
[1] https://translate.fedoraproject.org/projects/guix
[2] https://translate.fedoraproject.org/projects/guix/packages/
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 03 Aug 2022 09:06:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Wed, 03 Aug 2022 09:06:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 56904-done <at> debbugs.gnu.org (full text, mbox):
Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at> writes:
>> [...]
>> + (synopsis "昭源宋體")
> The synopsis should be in English. We use gettext for i18n and use
> Weblate [1,2] for translations. Sadly, there's no traditional Chinese
> translation yet, but you could add it :)
Hello, I had pushed those patches. Feel free to update the synopsis and
description in another patch... Thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 31 Aug 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.