GNU bug report logs - #50888
[PATCH] gnu: Add font-julia-mono.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Wed, 29 Sep 2021 14:26:01 UTC

Severity: normal

Tags: patch, wontfix

Done: Ludovic Courtès <ludo <at> gnu.org>

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 50888 in the body.
You can then email your comments to 50888 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#50888; Package guix-patches. (Wed, 29 Sep 2021 14:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Sep 2021 14:26:01 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add font-julia-mono.
Date: Wed, 29 Sep 2021 16:23:44 +0200
* gnu/packages/fonts.scm (font-julia-mono): New variable.
---
 gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 23531def98..e40ec28e71 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2267,3 +2267,30 @@ road signage typefaces, adapted for on-screen display and user interfaces.
 Overpass includes proportional and monospace variants.")
     (license (list license:silofl1.1
                    license:lgpl2.1))))
+
+(define-public font-julia-mono
+  (package
+    (name "font-julia-mono")
+    (version "0.043")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/cormullion/juliamono/releases/download/"
+                    "v" version "/JuliaMono-ttf.tar.gz"))
+              (sha256
+               (base32
+                "0vb7n9yqgasnxzps13ckklay5bla6b0i79pzmfqvjms1r37079gh"))))
+    (build-system font-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (replace 'unpack
+                    (lambda* (#:key source #:allow-other-keys)
+                      (mkdir "source")
+                      (chdir "source")
+                      (invoke "tar" "xzf" source))))))
+    (native-inputs `(("tar" ,tar)))
+    (home-page "https://juliamono.netlify.app/")
+    (synopsis "JuliaMono typeface")
+    (description "The JuliaMono font is a monospaced font with good Unicode
+coverage, in particular for the needs of scientific and technical computing.")
+    (license license:silofl1.1)))
-- 
2.33.0





Information forwarded to guix-patches <at> gnu.org:
bug#50888; Package guix-patches. (Wed, 29 Sep 2021 17:42:01 GMT) Full text and rfc822 format available.

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

From: Nicolò Balzarotti <anothersms <at> gmail.com>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>, 50888 <at> debbugs.gnu.org
Subject: Re: [bug#50888] [PATCH] gnu: Add font-julia-mono.
Date: Wed, 29 Sep 2021 19:41:48 +0200
Konrad Hinsen <konrad.hinsen <at> fastmail.net> writes:

> * gnu/packages/fonts.scm (font-julia-mono): New variable.

Hi Konrad.

Thanks, but we already have julia mono packaged:
font-juliamono 0.031

Would you mind sending a patch that just upgrades the already existing
package?

Thanks, Nicolò




Added tag(s) wontfix. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 19 Oct 2021 14:05:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 50888 <at> debbugs.gnu.org and Konrad Hinsen <konrad.hinsen <at> fastmail.net> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 19 Oct 2021 14:05:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#50888; Package guix-patches. (Tue, 19 Oct 2021 17:04:01 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: 50888 <at> debbugs.gnu.org
Subject: Re: bug#50888 acknowledged by developer         (control message
 for bug #50888)
Date: Tue, 19 Oct 2021 19:03:47 +0200
help-debbugs <at> gnu.org (GNU bug Tracking System) writes:

> Thank you for your report, which has now been closed.
> You can view the full report at
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50888

Oops, I had sent the follow-ups to Nicolò but not to the bug tracker.

I submitted a new patch instead, see
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51290

Konrad




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

This bug report was last modified 2 years and 158 days ago.

Previous Next


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