GNU bug report logs - #27969
[fonts] font-dosis

Previous Next

Package: guix-patches;

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

Date: Sat, 5 Aug 2017 16:46: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 27969 in the body.
You can then email your comments to 27969 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#27969; Package guix-patches. (Sat, 05 Aug 2017 16:46: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. (Sat, 05 Aug 2017 16:46: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] font-dosis
Date: Sat, 5 Aug 2017 16:44:53 +0000
[Message part 1 (text/plain, inline)]
Another font, Dosis.

The description is discussion worthy, I took it straight
from the website.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[0001-gnu-Add-font-dosis.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27969; Package guix-patches. (Tue, 28 Nov 2017 19:00:03 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#27969] [fonts] font-dosis
Date: Tue, 28 Nov 2017 18:58:36 +0000
[Message part 1 (text/plain, inline)]
No comment since August. Can someone review this and push?

Thanks!
ng0 transcribed 4.4K bytes:
> Another font, Dosis.
> 
> The description is discussion worthy, I took it straight
> from the website.
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org

> From 54f73e9288b978aa2ca1eb9f7cfe7d1b3a3d01a8 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sat, 5 Aug 2017 16:37:29 +0000
> Subject: [PATCH] gnu: Add font-dosis.
> 
> * gnu/packages/fonts.scm (font-dosis): New variable.
> ---
>  gnu/packages/fonts.scm | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 49 insertions(+)
> 
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index 51073eff9..c7f7ea0c4 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -1073,3 +1073,52 @@ resolutions.")
>      (synopsis "Fonts for MathJax")
>      (description "This package contains the fonts required for MathJax.")
>      (license license:asl2.0)))
> +
> +(define-public font-dosis
> +  (package
> +    (name "font-dosis")
> +    (version "1.7")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "http://www.impallari.com/media/releases/dosis-"
> +                           "v" version ".zip"))
> +       (sha256
> +        (base32
> +         "1qhci68f68mf87jd69vjf9qjq3wydgw1q7ivn3amjb65ls1s0c4s"))))
> +    (build-system trivial-build-system)
> +    (arguments
> +     `(#:modules ((guix build utils))
> +       #:builder (begin
> +                   (use-modules (guix build utils)
> +                                (srfi srfi-26))
> +
> +                   (let ((PATH     (string-append (assoc-ref %build-inputs
> +                                                             "unzip")
> +                                                  "/bin"))
> +                         (ttf-dir (string-append %output
> +                                                 "/share/fonts/truetype"))
> +                         (otf-dir (string-append %output
> +                                                 "/share/fonts/opentype")))
> +                     (setenv "PATH" PATH)
> +                     (system* "unzip" (assoc-ref %build-inputs "source"))
> +
> +                     (mkdir-p ttf-dir)
> +                     (mkdir-p otf-dir)
> +                     (for-each (lambda (ttf)
> +                                 (install-file ttf ttf-dir))
> +                               (find-files "." "\\.ttf$"))
> +                     (for-each (lambda (otf)
> +                                 (install-file otf otf-dir))
> +                               (find-files "." "\\.otf$"))))))
> +    (native-inputs `(("unzip" ,unzip)))
> +    (home-page "http://www.impallari.com/dosis")
> +    (synopsis "Very simple, rounded, sans serif family")
> +    (description
> +     "Dosis is a very simple, rounded, sans serif family.
> +The lighter weights are minimalist.  The bolder weights have more personality.
> +The medium weight is nice and balanced.  The overall result is a family
> +that's clean and modern, and can express a wide range of voices & feelings.
> +It comes in 7 incremental weights:
> +ExtraLight, Light, Book, Medium, Semibold, Bold & ExtraBold")
> +    (license license:silofl1.1)))
> -- 
> 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:21: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:21:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 27969-done <at> debbugs.gnu.org
Subject: Re: [bug#27969] [fonts] font-dosis
Date: Tue, 28 Nov 2017 14:20:02 -0500
[Message part 1 (text/plain, inline)]
On Sat, Aug 05, 2017 at 04:44:53PM +0000, ng0 wrote:
> Another font, Dosis.
> 
> The description is discussion worthy, I took it straight
> from the website.

Fonts are a type of package where I think it's okay to be "flowery" in
the description.

> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org

> From 54f73e9288b978aa2ca1eb9f7cfe7d1b3a3d01a8 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sat, 5 Aug 2017 16:37:29 +0000
> Subject: [PATCH] gnu: Add font-dosis.
> 
> * gnu/packages/fonts.scm (font-dosis): New variable.

Thanks! Pushed as 27a10775805df96a5c6a77e8e03cbc172c50f5c7
[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:07 GMT) Full text and rfc822 format available.

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

Previous Next


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