From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41219) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i06bA-0004tA-8B for guix-patches@gnu.org; Tue, 20 Aug 2019 12:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i06b8-0008E2-Jm for guix-patches@gnu.org; Tue, 20 Aug 2019 12:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53102) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i06b8-0008Dj-GH for guix-patches@gnu.org; Tue, 20 Aug 2019 12:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i06b8-000171-CJ for guix-patches@gnu.org; Tue, 20 Aug 2019 12:03:02 -0400 Subject: [bug#37111] [PATCH 13/20] gnu: Add tegaki-zinnia-simplified-chinese-light. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41189) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i06ap-0004ZC-FF for guix-patches@gnu.org; Tue, 20 Aug 2019 12:02:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i06ao-00081Q-6p for guix-patches@gnu.org; Tue, 20 Aug 2019 12:02:43 -0400 Received: from mail-pg1-x529.google.com ([2607:f8b0:4864:20::529]:32998) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i06an-0007yx-EC for guix-patches@gnu.org; Tue, 20 Aug 2019 12:02:41 -0400 Received: by mail-pg1-x529.google.com with SMTP id n190so3511870pgn.0 for ; Tue, 20 Aug 2019 09:02:37 -0700 (PDT) Received: from debian (1-64-82-217.static.netvigator.com. [1.64.82.217]) by smtp.gmail.com with ESMTPSA id n28sm19726547pgd.64.2019.08.20.09.02.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Aug 2019 09:02:35 -0700 (PDT) From: Alex Vong Date: Wed, 21 Aug 2019 00:02:30 +0800 Message-ID: <86ftlvvn8p.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37111@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0013-gnu-Add-tegaki-zinnia-simplified-chinese-light.patch Content-Transfer-Encoding: quoted-printable From=20412d95a65a2f4eab7c42c7f07062e0edd8c44379 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Thu, 8 Aug 2019 14:30:08 +0800 Subject: [PATCH 13/20] gnu: Add tegaki-zinnia-simplified-chinese-light. * gnu/packages/language.scm (tegaki-zinnia-simplified-chinese-light): New variable. =2D-- gnu/packages/language.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 9daa579366..13dcd00318 100644 =2D-- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -750,3 +750,19 @@ suitable for both the desktop and mobile devices.") (modules remove-pre-compiled-files-modules) (snippet (remove-pre-compiled-files "model")))) (license lgpl2.1))) ; all files + +(define-public tegaki-zinnia-simplified-chinese-light + (package + (inherit tegaki-zinnia-japanese) + (name "tegaki-zinnia-simplified-chinese-light") + (version "0.3") + (source + (origin + (method url-fetch) + (uri (tegaki-release-uri name version "zip")) + (sha256 + (base32 + "0v24yf0w0p03lb7fyx128a75mwzad166bigvlbrzqnad789qg1sr")) + (modules remove-pre-compiled-files-modules) + (snippet (remove-pre-compiled-files "model")))) + (license lgpl2.1))) ; all files =2D-=20 2.22.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCXVwZlgAKCRBh71Au9gJS 8gJnAQDP33mYIeCO3z/ecW/EzMjDgLycuf6gVTcqDCmQczU7RAEA6od+/Jy/sleD wH/2cfhNsRLyp9QB6J6ToH/G9/Dm+wM= =FV8o -----END PGP SIGNATURE----- --==-=-=--