GNU bug report logs -
#44410
(no subject)
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44410 in the body.
You can then email your comments to 44410 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#44410
; Package
guix-patches
.
(Tue, 03 Nov 2020 07:54:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolò Balzarotti <anothersms <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
Your message did not contain a Subject field. They are recommended and
useful because the title of a $gBug is determined using this field.
Please remember to include a Subject field in your messages in future.
(Tue, 03 Nov 2020 07:54:02 GMT) Full text and rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi guix!
This patch adds JuliaMono, a monospaced font.
Thanks!
[0001-gnu-Add-font-juliamono.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#44410
; Package
guix-patches
.
(Tue, 03 Nov 2020 08:02:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 44410 <at> debbugs.gnu.org (full text, mbox):
I forgot to put a subject on the email >.<
sorry
Nicolò Balzarotti <anothersms <at> gmail.com> writes:
> Hi guix!
>
> This patch adds JuliaMono, a monospaced font.
>
> Thanks!
>
> From dfa2d577a54d3c4d291415ff2f8e23e41e2b2303 Mon Sep 17 00:00:00 2001
> From: nixo <nicolo <at> nixo.xyz>
> Date: Sun, 1 Nov 2020 11:04:12 +0100
> Subject: [PATCH] gnu: Add font-juliamono.
>
> * gnu/packages/fonts.scm (font-juliamono): New variable.
> ---
> gnu/packages/fonts.scm | 31 +++++++++++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index f39c529beb..806fe0bb8d 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -1762,6 +1762,37 @@ Mono’s typeface forms are simple and free from unnecessary details. Rendered
> in small sizes, the text looks crisper.")
> (license license:asl2.0)))
>
> +(define-public font-juliamono
> + (package
> + (name "font-juliamono")
> + (version "0.025")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/cormullion/juliamono")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1w8mpl9zc1y4j1f26ikbz5g9dqsszhikp4r9p1d3ch3b5ayb5c3m"))))
> + (build-system font-build-system)
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'delete-website-folder
> + ;; This folder contains other unrelated fonts
> + (lambda _
> + (delete-file-recursively "website")
> + #t)))))
> + (home-page "https://github.com/cormullion/juliamono")
> + (synopsis "Monospaced font for programming")
> + (description
> + "JuliaMono is a monospaced font for scientific and technical computing,
> +designed to work for programming in the Julia Programming Language and other
> +text environments.")
> + (license license:silofl1.1)))
> +
> (define-public font-vazir
> (package
> (name "font-vazir")
> --
> 2.29.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 05 Nov 2020 22:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolò Balzarotti <anothersms <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 05 Nov 2020 22:17:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 44410-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Nicolò Balzarotti <anothersms <at> gmail.com> writes:
> This patch adds JuliaMono, a monospaced font.
Applied. Thank you!
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Dec 2020 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.