GNU bug report logs - #27958
[fonts] Add font-fira-sans

Previous Next

Package: guix-patches;

Reported by: ng0 <ng0 <at> infotropique.org>

Date: Fri, 4 Aug 2017 19:26:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27958 in the body.
You can then email your comments to 27958 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27958; Package guix-patches. (Fri, 04 Aug 2017 19:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <ng0 <at> infotropique.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 04 Aug 2017 19:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> infotropique.org>
To: guix-patches <at> gnu.org
Subject: [fonts] Add font-fira-sans
Date: Fri, 4 Aug 2017 19:24:28 +0000
[Message part 1 (text/plain, inline)]
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=editor
in case anyone wants to take a look.

The appended patch uses the github of mozilla as source.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[0001-gnu-add-font-fira-sans.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27958; Package guix-patches. (Tue, 28 Nov 2017 19:01:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> n0.is>
To: guix-patches <at> gnu.org
Subject: Re: [bug#27958] [fonts] Add font-fira-sans
Date: Tue, 28 Nov 2017 18:59:56 +0000
[Message part 1 (text/plain, inline)]
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.
> 
> 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=editor
> in case anyone wants to take a look.
> 
> The appended patch uses the github of mozilla as source.
> -- 
> 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 <ng0 <at> infotropique.org>
> 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)))
>  
> +(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")
> -- 
> 2.13.4
> 




-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 28 Nov 2017 19:28:02 GMT) Full text and rfc822 format available.

Notification sent to ng0 <ng0 <at> infotropique.org>:
bug acknowledged by developer. (Tue, 28 Nov 2017 19:28:03 GMT) Full text and rfc822 format available.

Message #13 received at 27958-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 27958-done <at> debbugs.gnu.org
Subject: Re: [bug#27958] [fonts] Add font-fira-sans
Date: Tue, 28 Nov 2017 14:26:59 -0500
[Message part 1 (text/plain, inline)]
On Fri, Aug 04, 2017 at 07:24:28PM +0000, ng0 wrote:
> 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=editor
> in case anyone wants to take a look.
> 
> The appended patch uses the github of mozilla as source.

We already fetch Fira Mono from Mozilla, so I'd say this is fine for
now. We can always change it later.

> -- 
> 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 <ng0 <at> infotropique.org>
> 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.

Pushed as 0ee27df06be40ec63e393f1120ecb87dc825df17
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Dec 2017 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.