From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJl7w-0001vw-Nw for guix-patches@gnu.org; Tue, 28 Nov 2017 14:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJl7u-0000V8-3Y for guix-patches@gnu.org; Tue, 28 Nov 2017 14:01:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54645) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJl7t-0000V4-Vz for guix-patches@gnu.org; Tue, 28 Nov 2017 14:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJl7t-0000uX-NP for guix-patches@gnu.org; Tue, 28 Nov 2017 14:01:01 -0500 Subject: [bug#27958] [fonts] Add font-fira-sans Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJl7S-0001uz-B0 for guix-patches@gnu.org; Tue, 28 Nov 2017 14:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJl7N-0000Ih-JI for guix-patches@gnu.org; Tue, 28 Nov 2017 14:00:34 -0500 Received: from aibo.runbox.com ([91.220.196.211]:44220) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJl7N-0000IG-Ba for guix-patches@gnu.org; Tue, 28 Nov 2017 14:00:29 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eJl7L-0005fR-Tv for guix-patches@gnu.org; Tue, 28 Nov 2017 20:00:28 +0100 Received: from dslb-092-073-184-243.092.073.pools.vodafone-ip.de ([92.73.184.243] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eJl6u-00060P-3F for guix-patches@gnu.org; Tue, 28 Nov 2017 20:00:00 +0100 Date: Tue, 28 Nov 2017 18:59:56 +0000 From: ng0 Message-ID: <20171128185956.5enwhnhgpiyauzfn@abyayala> References: <20170804192428.x55d262ldqjdvxh7@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="742ejj3dnesj4sd2" Content-Disposition: inline In-Reply-To: <20170804192428.x55d262ldqjdvxh7@abyayala> 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 --742ejj3dnesj4sd2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable No comment since August. Can someone review this please? Thanks. ng0 transcribed 3.4K bytes: > 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. >=20 > Mozilla (where the upstream team works with), size: 90.2MiB > Upstream: 96.6MiB >=20 > Is it still acceptable for us to use github in this case? >=20 > Upstream source is https://carrois.com/typefaces/FiraSans/#!layout=3Dedit= or > in case anyone wants to take a look. >=20 > 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 > From e4c81044bf483891c57a3e7b162baee58f08e526 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 4 Aug 2017 19:13:51 +0000 > Subject: [PATCH] gnu: add font-fira-sans. >=20 > * gnu/packages/fonts.scm (font-fira-sans): New variable. > --- > gnu/packages/fonts.scm | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) >=20 > 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= =2E") > (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/archi= ve/" > + 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 >=20 --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --742ejj3dnesj4sd2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlodsiwACgkQ4i+bv+40 hYiRyRAAmp8YJV7weMZpgeCJUK48nu8AUQmzJfi+o6PFypQ52D/zxTkSYHk2XW8Q ShK3W/nWHKqL2MZ2Se5CODQomggUBVhEGqZs2i5CC3f4oLiIdEGp4MrRDvd9h3dY 3FT/HiUkQt7CsxMfohwsVhAqoIEIvkuZeWkPM25u+A+u5FEQQ24qilWTWnrhRn8s JYikqFliEe4qqp703W2732ED1Qq2MmGjZ+ouiJLxpirQhqhVTCBLeBQNZOVDd+IN qz6S5/G2SPw+CVWFxyQRmpUNVlLcxESGwyd7jwD6ctdcm8fQ0nkNPDSO+ch99jWP 33UNQNPL0wyCHGdrCcAoApFXKJt70JtTbc2hE/xl1JfB1guZcgJ/lro4Qc90rJmT 66pfVCyrqAokHyTQzVQkO8G6hsEMYRCoL9F1rPBnnsxWWWd5gl7xm3PIndIY2Z8X 38ONfSoQTIVlawsjCnrsGAPKptvCWtbYHH7vI3EsHcdpyhjPBFGvGxb22NYh0V0y SpgcbwWoDM3zPvY8DViDkW68lq7eL7g36kBqGQCJKuYkNMvt1PvA0v42FHgI6Kru JB+pjv8dPRJy0N50NBUrFDNBRx0X67ZKoJ+yEmcN+nUceXAwWKIDnbs6FxIAC+bD QQfr0N5FPE1M7vqZD9LF+AKtdj6nV9E/ROq9YZMV+2351yKgNzU= =+hJ4 -----END PGP SIGNATURE----- --742ejj3dnesj4sd2--