unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 56720@debbugs.gnu.org
Cc: 宋文武 <iyzsong@envs.net>
Subject: [bug#56720] [PATCH 1/1] gnu: Add font-chiron-hei-hk.
Date: Wed, 03 Aug 2022 14:48:28 +0800	[thread overview]
Message-ID: <y76edxx6cw3.wl-hako@ultrarare.space> (raw)
In-Reply-To: <y76h72t6d7p.wl-hako@ultrarare.space>

From 798983ae84d941a3830b5405e8cc13b310d85245 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Wed, 3 Aug 2022 14:35:30 +0800
Subject: [PATCH 1/1] gnu: Add font-chiron-hei-hk.

* gnu/packages/fonts (font-chiron-hei-hk): New variable.

Signed-off-by: Hilton Chain <hako@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


  reply	other threads:[~2022-08-03  6:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23  8:00 [bug#56720] [PATCH] gnu: Add font-chiron-sung-hk Hilton Chain via Guix-patches via
2022-08-03  2:54 ` 宋文武 via Guix-patches via
2022-08-03  6:41   ` [bug#56720] [PATCH v2 0/2] gnu: Add Chiron Fonts Hilton Chain via Guix-patches via
2022-08-03  6:48     ` Hilton Chain via Guix-patches via [this message]
2022-08-03  6:51       ` [bug#56720] [PATCH 1/1] gnu: Add font-chiron-hei-hk Hilton Chain via Guix-patches via
2022-08-03  7:02         ` bug#56720: " Hilton Chain via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y76edxx6cw3.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=56720@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --cc=iyzsong@envs.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).