From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddiEX-0004I6-UQ for guix-patches@gnu.org; Fri, 04 Aug 2017 15:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddiEU-0002xw-K6 for guix-patches@gnu.org; Fri, 04 Aug 2017 15:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddiEU-0002xe-Gh for guix-patches@gnu.org; Fri, 04 Aug 2017 15:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ddiEU-0002LO-7w for guix-patches@gnu.org; Fri, 04 Aug 2017 15:26:02 -0400 Subject: [bug#27958] [fonts] Add font-fira-sans Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddiDx-0004FT-Ty for guix-patches@gnu.org; Fri, 04 Aug 2017 15:25:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddiDt-0001my-UC for guix-patches@gnu.org; Fri, 04 Aug 2017 15:25:29 -0400 Received: from aibo.runbox.com ([91.220.196.211]:56024) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddiDt-0001jT-M1 for guix-patches@gnu.org; Fri, 04 Aug 2017 15:25:25 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ddiDr-000293-Jw for guix-patches@gnu.org; Fri, 04 Aug 2017 21:25:23 +0200 Received: from [91.203.146.126] (helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ddiDB-0005DS-Ak for guix-patches@gnu.org; Fri, 04 Aug 2017 21:24:41 +0200 Date: Fri, 4 Aug 2017 19:24:28 +0000 From: ng0 Message-ID: <20170804192428.x55d262ldqjdvxh7@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xv3obu2wjdbjyvoa" Content-Disposition: inline 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: 27958@debbugs.gnu.org --xv3obu2wjdbjyvoa Content-Type: multipart/mixed; boundary="xqtlazdvwwdqcmgl" Content-Disposition: inline --xqtlazdvwwdqcmgl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is not the canonical upstream source. But the upstream source bundles many pdf files (one for each variant I assume) and has a layout which makes it impossible to use our font-build-system. Mozilla (where the upstream team works with), size: 90.2MiB Upstream: 96.6MiB Is it still acceptable for us to use github in this case? Upstream source is https://carrois.com/typefaces/FiraSans/#!layout=3Deditor in case anyone wants to take a look. The appended patch uses the github of mozilla as source. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --xqtlazdvwwdqcmgl Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-add-font-fira-sans.patch" Content-Transfer-Encoding: quoted-printable =46rom e4c81044bf483891c57a3e7b162baee58f08e526 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Fri, 4 Aug 2017 19:13:51 +0000 Subject: [PATCH] gnu: add font-fira-sans. * gnu/packages/fonts.scm (font-fira-sans): New variable. --- gnu/packages/fonts.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 51073eff9..e009c6a67 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -825,6 +825,24 @@ designed to work well in user interface environments.") (description "This is the typeface used by Mozilla in Firefox OS.") (license license:silofl1.1))) =20 +(define-public font-fira-sans + (package + (name "font-fira-sans") + (version "4.202") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/mozilla/Fira/archive= /" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1r6zdnqqp4bgq5nmgqbj0vvj7x1h9w912851ggbl9wc7fdjnjqnq")))) + (build-system font-build-system) + (home-page "http://mozilla.github.io/Fira/") + (synopsis "Mozilla's Fira Sans Font") + (description "This is the typeface used by Mozilla in Firefox OS.") + (license license:silofl1.1))) + (define-public font-awesome (package (name "font-awesome") --=20 2.13.4 --xqtlazdvwwdqcmgl-- --xv3obu2wjdbjyvoa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmEyewACgkQ4i+bv+40 hYi2DxAAnDo4j5Rp6fUmyINFhW5tvpIT2qgsWXmMcWmAzZ84q7m/esAsk2m9TAPJ 4GlVt8lWh+sXdosR6JYrJnOLxa9LsIMD64OuK9CIeQauAUWxMGQqP+Hm101Tnfnl t21GGxYiiEEb2asFTvz6A+LPXOnctBt73JEqAqbKGCRohGEYN5ysrXL1Ey1Qi6Zv lzT8MeOzDKU2+DFyfXo1IO6my7fmfloUjJ6E8EZ+W+KKRrUXIFV0wPB8KMgvG/u5 QpI/cQWg/9BK8+hp3m0eL14E/XEBl9BTKR3hJ6KqK1YJIOt2TNw44Bjk5MSWR44G iSRMk4kY7veD4l5BD4SLHUHsflQHal6PvOze0bliXy/xhVfPxxk04ssgvNU3f51y TG2rqx6kIJE8D20vUheMf/+0QKfJsz4sU+kLRX1pA5zlTAU4hEOrtRuzb0JfKgSd e2FE1p83IWXWsdKB2kH9grbGcLPSX2Raq4hrM/u9EDmLPhhcwC/RqouBsba2k7fU WzXpIC9Hcecm+cNvD6NIjAzS3pufQosmxQIiIRtpYNYEKllrO44DIsPZLQiKaRwH iBZDMnxYRzDAOsp9/NPjzvYNfl+LdsSk7Hf35nClxQChCKGIPvdrA0CGML6sdlGN ENxWvMhdtgzfXmbZJQsFUHxWgeqZlrMF80ybeOzYIyzNXZq+fmE= =nCu0 -----END PGP SIGNATURE----- --xv3obu2wjdbjyvoa--