From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uPK+DrGbFV8eRAAA0tVLHw (envelope-from ) for ; Mon, 20 Jul 2020 13:27:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SBZlCrGbFV+waAAAbx9fmQ (envelope-from ) for ; Mon, 20 Jul 2020 13:27:13 +0000 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 76586940308 for ; Mon, 20 Jul 2020 13:27:12 +0000 (UTC) Received: from localhost ([::1]:60340 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxVp1-0007KB-Ah for larch@yhetil.org; Mon, 20 Jul 2020 09:27:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxVos-0007K4-UM for guix-patches@gnu.org; Mon, 20 Jul 2020 09:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jxVos-0003IV-LA for guix-patches@gnu.org; Mon, 20 Jul 2020 09:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jxVos-00074M-H8 for guix-patches@gnu.org; Mon, 20 Jul 2020 09:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42362] [PATCH] gnu: Add font-catamaran. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Jul 2020 13:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42362 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 42362@debbugs.gnu.org Received: via spool by 42362-submit@debbugs.gnu.org id=B42362.159525160927155 (code B ref 42362); Mon, 20 Jul 2020 13:27:02 +0000 Received: (at 42362) by debbugs.gnu.org; 20 Jul 2020 13:26:49 +0000 Received: from localhost ([127.0.0.1]:34230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxVof-00073v-20 for submit@debbugs.gnu.org; Mon, 20 Jul 2020 09:26:49 -0400 Received: from flashner.co.il ([178.62.234.194]:47962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxVod-00073M-9a for 42362@debbugs.gnu.org; Mon, 20 Jul 2020 09:26:47 -0400 Received: from localhost (unknown [141.226.9.208]) by flashner.co.il (Postfix) with ESMTPSA id 85B7040049; Mon, 20 Jul 2020 13:26:41 +0000 (UTC) Date: Mon, 20 Jul 2020 16:26:08 +0300 From: Efraim Flashner Message-ID: <20200720132608.GI7307@E5400> References: <20200715105125.1861-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8jNwmpfkpox/fiJK" Content-Disposition: inline In-Reply-To: <20200715105125.1861-1-arunisaac@systemreboot.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 2.19 X-TUID: MUlMCW0Yqdc2 --8jNwmpfkpox/fiJK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 15, 2020 at 04:21:25PM +0530, Arun Isaac wrote: > * gnu/packages/fonts.scm (font-catamaran): New variable. > --- > gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index 38b342f770..048e27f8ff 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -1927,3 +1927,27 @@ languages, it contains Japanese characters, includ= ing Kana glyphs and more > than 5,300 Kanji glyphs, as well major international phonetic symbols, > operators and special symbols.") > (license (license:non-copyleft "file:///LICENSE_E")))) > + > +(define-public font-catamaran > + (let ((commit "7559b4906f9c9148fb22c6f89508c3053a78a296") > + (revision "1")) > + (package > + (name "font-catamaran") > + (version (git-version "20170622" revision commit)) This should be (git-version "0.0.0" revision commit) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/VanillaandCream/Catamaran-Tamil") > + (commit commit))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "1wpp41l7j2kpgnyavhgxcc5wp852a4wqsnwravn39gp980s84yxw")))) > + (build-system font-build-system) > + (home-page "https://github.com/VanillaandCream/Catamaran-Tamil") > + (synopsis "9 weight Tamil and Latin type") > + (description "Catamaran is a 9 weight Tamil and Latin type. Catam= aran > +is a stylish type with a polished yet relaxed feel. Its versatility mak= es it > +suitable for a wide range of uses.") > + (license license:silofl1.1)))) > --=20 LGTM with the one change! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --8jNwmpfkpox/fiJK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8Vm3AACgkQQarn3Mo9 g1G98RAAhZdwiIUdN16zgFBEJsPN1fuNhKP1gJlThDBLTzIzqHlF4t090ZNRjaLG JB8qKvisi/0SHHTuAiPoGE3N94d2CGRT1vIrhUAi/GNoHNTazLB/LSBlkGl1os97 ErDgJlxUcujCFSIKM3Be6HeHGz+dQHemB8Z8rZoqVew9MwnSpFeNM2ETbnn415pX V5zqpCu0Brk7/VvsAoYNhNoAqz7e4cx6OijFQa9+1JZPBknb7SSp3jIak+KIOXFr US9X0w+/XQyBBVUek38Mxs5Z3tc4sdgigJrHklvH0C0bzzVInqODG7TbykVc0Nc7 wRopv16dJ0L3eDFuQN4lmUv2GIuj/T3CONY7OKiym31wtjbdtufO5535u/97i1QE b+7ladDFu5E2KpbhXPl67Ve/qVf4809lw9IA9ELDs1c3+aTkto6dtsDnsz+7/sYH b4gn3DBchLj6NjRuMqE8WfP0+XRBBki/LoUFzv9Q/5KSnKzStJu4JhlTTXUuHK6f 0LLSYOfS45GGuCFcoMxXze8pZnpC4oNLFeAgefD64g3otAFF/MidhCz25rSg9Kui 4wwdW5/9Rht3JV5bAGBKPU5MTFldTc9FRjMO+05tGoHDOZo25WymFGq8jAni7J3c TNtDNDnX4+C84wUqbjO2g8+ybnVPWStacsNVBIpfdvemiyGbHAY= =GTSb -----END PGP SIGNATURE----- --8jNwmpfkpox/fiJK--