unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66239] [PATCH] gnu: Add font-orbitron.
@ 2023-09-27 16:16 sirgazil--- via Guix-patches via
  2023-10-08 21:41 ` bug#66239: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: sirgazil--- via Guix-patches via @ 2023-09-27 16:16 UTC (permalink / raw)
  To: 66239; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

* gnu/packages/fonts.scm (font-orbitron): 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 404495f6e3..f13e336971 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -58,6 +58,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 chris <chris@bumblehead.com>
+;;; Copyright © 2023 Luis Felipe López Acevedo <sirgazil@zoho.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3457,3 +3458,29 @@ (define-public fonts-tlwg
 is to provide fonts that conform to existing standards and recommendations, so
 that it can be a reference implementation.")
    (license license:gpl2+)))
+
+(define-public font-orbitron
+  (let ((version "0")
+        (commit "13e6a5222aa6818d81c9acd27edd701a2d744152")
+        (revision "0"))
+    (package
+      (name "font-orbitron")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/theleagueof/orbitron")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1c6jb7ayr07j1pbnzf3jxng9x9bbqp3zydf8mqdw9ifln1b4ycyf"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/theleagueof/orbitron")
+      (synopsis "Futuristic geometric sans-serif")
+      (description "Orbitron is a geometric sans-serif typeface intended
+for display purposes.  It features four weights (light, medium, bold,
+and black), a stylistic alternative, small caps, and many alternate
+glyphs.")
+      (license license:silofl1.1))))

base-commit: ce0cc6137df81919389f61671096a6ce701c0889
-- 
2.41.0






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

* bug#66239: [PATCH] gnu: Add font-orbitron.
  2023-09-27 16:16 [bug#66239] [PATCH] gnu: Add font-orbitron sirgazil--- via Guix-patches via
@ 2023-10-08 21:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-08 21:41 UTC (permalink / raw)
  To: sirgazil; +Cc: 66239-done

sirgazil@zoho.com skribis:

> From: Luis Felipe <sirgazil@zoho.com>
>
> * gnu/packages/fonts.scm (font-orbitron): New variable.

Applied, thanks! :-)




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

end of thread, other threads:[~2023-10-08 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 16:16 [bug#66239] [PATCH] gnu: Add font-orbitron sirgazil--- via Guix-patches via
2023-10-08 21:41 ` bug#66239: " Ludovic Courtès

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