unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46252] [PATCH] gnu: Add font-fira-go.
@ 2021-02-02  4:30 Antoine Côté
  2021-02-02  6:12 ` bug#46252: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Côté @ 2021-02-02  4:30 UTC (permalink / raw)
  To: 46252

* gnu/packages/fonts.scm (font-fira-go): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 11a8e6261b..c2c0db43c0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2020 Simen Endsjø <simendsjo@gmail.com>
 ;;; Copyright © 2020 Tim Van den Langenbergh <tmt_vdl@gmx.com>
 ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1031,6 +1032,25 @@ Sans Pro family.")
     (description "This is the typeface used by Mozilla in Firefox OS.")
     (license license:silofl1.1)))
 
+(define-public font-fira-go
+  (package
+    (name "font-fira-go")
+    (version "1.000")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/bBoxType/FiraGO")
+                     (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "10rcfg1fijv00yxv5n9l3lm0axhafa1irkg42zpmasd70flgg655"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/bBoxType/FiraGO")
+    (synopsis "Multilingual extension of the Fira Sans font family")
+    (description "A multilingual extension of the Fira Sans font family.  Based on the Fira Sans 4.3 glyph set, FiraGO adds support for the Arabic, Devanagari, Georgian, Hebrew and Thai scripts.")
+    (license license:silofl1.1)))
+
 (define-public font-fira-code
   (package
     (name "font-fira-code")
-- 
2.29.2





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

* bug#46252: [PATCH] gnu: Add font-fira-go.
  2021-02-02  4:30 [bug#46252] [PATCH] gnu: Add font-fira-go Antoine Côté
@ 2021-02-02  6:12 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-02-02  6:12 UTC (permalink / raw)
  To: Antoine Côté; +Cc: 46252-done

On Mon, Feb 01, 2021 at 11:30:45PM -0500, Antoine Côté wrote:
> * gnu/packages/fonts.scm (font-fira-go): New variable.

Thanks!

I tweaked the description and pushed as
796c9b0bf582399112ab76a35dcd9ae42a88b19b




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

end of thread, other threads:[~2021-02-02  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02  4:30 [bug#46252] [PATCH] gnu: Add font-fira-go Antoine Côté
2021-02-02  6:12 ` bug#46252: " Leo Famulari

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).