unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50888] [PATCH] gnu: Add font-julia-mono.
@ 2021-09-29 14:23 ` Konrad Hinsen
  2021-09-29 17:41   ` Nicolò Balzarotti
       [not found]   ` <handler.50888.C.163465226832161.notifdonectrl.0@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Hinsen @ 2021-09-29 14:23 UTC (permalink / raw)
  To: 50888


* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#50888] [PATCH] gnu: Add font-julia-mono.
  2021-09-29 14:23 ` [bug#50888] [PATCH] gnu: Add font-julia-mono Konrad Hinsen
@ 2021-09-29 17:41   ` Nicolò Balzarotti
       [not found]   ` <handler.50888.C.163465226832161.notifdonectrl.0@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolò Balzarotti @ 2021-09-29 17:41 UTC (permalink / raw)
  To: Konrad Hinsen, 50888

Konrad Hinsen <konrad.hinsen@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ò




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#50888] acknowledged by developer (control message for bug #50888)
       [not found]   ` <handler.50888.C.163465226832161.notifdonectrl.0@debbugs.gnu.org>
@ 2021-10-19 17:03     ` Konrad Hinsen
  0 siblings, 0 replies; 3+ messages in thread
From: Konrad Hinsen @ 2021-10-19 17:03 UTC (permalink / raw)
  To: 50888

help-debbugs@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-19 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87mtn5861o.fsf@gnu.org>
2021-09-29 14:23 ` [bug#50888] [PATCH] gnu: Add font-julia-mono Konrad Hinsen
2021-09-29 17:41   ` Nicolò Balzarotti
     [not found]   ` <handler.50888.C.163465226832161.notifdonectrl.0@debbugs.gnu.org>
2021-10-19 17:03     ` [bug#50888] acknowledged by developer (control message for bug #50888) Konrad Hinsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).