From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GJlNFZVr8GIZ0AAAbAwnHQ (envelope-from ) for ; Mon, 08 Aug 2022 03:49:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QPMvFZVr8GJgRgEA9RJhRA (envelope-from ) for ; Mon, 08 Aug 2022 03:49:09 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1031F1C589 for ; Mon, 8 Aug 2022 03:49:08 +0200 (CEST) Received: from localhost ([::1]:58574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oKrtD-00071d-RT for larch@yhetil.org; Sun, 07 Aug 2022 21:49:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oKrt8-00070F-VX for guix-patches@gnu.org; Sun, 07 Aug 2022 21:49:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48878) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oKrt8-0000Jg-Mu for guix-patches@gnu.org; Sun, 07 Aug 2022 21:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oKrt8-0004FZ-J6 for guix-patches@gnu.org; Sun, 07 Aug 2022 21:49:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56975] [PATCH v3 4/7] gnu: font-chiron-sung-hk: Use English for synopsis. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Aug 2022 01:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56975 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56975@debbugs.gnu.org Cc: Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 56975-submit@debbugs.gnu.org id=B56975.165992332616306 (code B ref 56975); Mon, 08 Aug 2022 01:49:02 +0000 Received: (at 56975) by debbugs.gnu.org; 8 Aug 2022 01:48:46 +0000 Received: from localhost ([127.0.0.1]:38626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oKrsr-0004Ew-Jo for submit@debbugs.gnu.org; Sun, 07 Aug 2022 21:48:45 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:57052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oKrsp-0004EX-OM for 56975@debbugs.gnu.org; Sun, 07 Aug 2022 21:48:44 -0400 Date: Mon, 08 Aug 2022 09:48:29 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1659923317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=8yrAeVTi5TIzbzGSx1Gf+stoRnRRe/XjAWQ1x/1HJgo=; b=zDERX83goCXQreTr8ID4Jhq60VBcQ0CfPqOOVQHeN0vseKw8U9JolfAtjgcd05lRaWFFiL W6G9ADnGmEoUPVIVafuIaIcdIK69uMMNHEqVQ2bRDiF9ygpzBH/4Xyl0bbFj1daF7ngQxC HBkrAXHA2boWuV3FSWGxnPwV/MUrPiDXXmcW7LDGYO/TkvMyjjcqAX/8AToEQQlpU3YzOJ WG8hqZKfTRgjALyIyHM1Ehp5Up2h9SZUQy4xVCHZzJEDCCdAk2hgV3eRDIrs5uVz4utADI OGe6ISqjpvH6aZSEa+6cR4kD576O8QDPmxNTfYFpSKEbNzSG3FNypnpQGJlQkg== Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP X-Spamd-Bar: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659923349; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=8yrAeVTi5TIzbzGSx1Gf+stoRnRRe/XjAWQ1x/1HJgo=; b=haKvwM+XhJ5DUojkxQ5xaNelxuFcJOjnObxK0OxUDefwmGqrgzdvXnYw9URO9iHzNEX4XA hb9M8hyQI9iV5GA917JXHQACq/Mg+x0M0wBq/6HI6ZHFX2I6nhREeyROYgrftx952MZrcF Ou3exTwTpZjQwjHXSXl3KOAdnB5scZ6N9qDI58nhYcFQ/Pvk7gIoxud9TPO4zZtcKjnVBu lYdHDJtfczIuzAFEcKRIrqCmKVDGEh59lDHU9PtZO+LXJI/yjzgYYePPHwS49NYlsFTLNd zZvBwfJNb6wtGKUvvZdsp+nIp7yrIzPEWx9qYUiTfjpk3ObKytCLLrY0960pVA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659923349; a=rsa-sha256; cv=none; b=EloOfEuRUGf/pc66H05AiBH2qbmhF4dLDDP1w4mCofPqnCuXUvyhbnJ8S1OjIaiq9Ox22G sWRZk8jDny1xE4g5xGICtbyAFuuAyySQxb/fUe6ezk3JQnM2Ht+0xO4OZTPh68XEgyQjNM GKXFLAF1ymD/ta4/ofUj1oSVv1pFS564JjURssSP8TjiDB6cDqM+xTK/W47RH47LSKDPVO 8Zmbl7ccw4FJmWCRxD1DYlyS0M+uzEJRIEh2XRCiZs3e8VXVCm39CqzNiw+ty5txqllj9D I745O48J6zs9mx4GGuREAkkAZMNhbwlLox36V8PC7PbYLhIVesiwsLS09Cbp7w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=zDERX83g; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=zDERX83g; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1031F1C589 X-Spam-Score: -3.90 X-Migadu-Scanner: scn0.migadu.com X-TUID: QO0LoOZFiIbg From 9007077505468b65658f8be73519d175e57a4637 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 8 Aug 2022 09:38:37 +0800 Subject: [PATCH v3 4/7] gnu: font-chiron-sung-hk: Use English for synopsis. * gnu/packages/fonts.scm (font-chiron-sung-hk) [synopsis,description]: Use English. --- gnu/packages/fonts.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 2acb5b9e44..670bb58933 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2767,10 +2767,12 @@ (define-public font-chiron-sung-hk "0iqlnb7825kisg2avhr9hwwvb4jw8f642vvmms5dw6m9czzydpgw")))) (build-system font-build-system) (home-page "https://chiron-fonts.github.io/") - (synopsis "昭源宋體") + (synopsis "Traditional Chinese Song typeface") (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).") + "Chiron Sung HK is a Traditional Chinese Song typeface based on the Hong +Kong variant of Adobe’s Source Han Serif. 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.") (license license:silofl1.1))) (define-public font-chiron-hei-hk -- 2.37.1