GNU bug report logs -
#66239
[PATCH] gnu: Add font-orbitron.
Previous Next
Reported by: sirgazil <at> zoho.com
Date: Wed, 27 Sep 2023 16:19:01 UTC
Severity: normal
Tags: patch
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 66239 in the body.
You can then email your comments to 66239 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#66239
; Package
guix-patches
.
(Wed, 27 Sep 2023 16:19:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sirgazil <at> zoho.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 27 Sep 2023 16:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Luis Felipe <sirgazil <at> 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 <at> gmail.com>
;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
;;; Copyright © 2023 chris <chris <at> bumblehead.com>
+;;; Copyright © 2023 Luis Felipe López Acevedo <sirgazil <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sun, 08 Oct 2023 21:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
sirgazil <at> zoho.com
:
bug acknowledged by developer.
(Sun, 08 Oct 2023 21:43:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 66239-done <at> debbugs.gnu.org (full text, mbox):
sirgazil <at> zoho.com skribis:
> From: Luis Felipe <sirgazil <at> zoho.com>
>
> * gnu/packages/fonts.scm (font-orbitron): New variable.
Applied, thanks! :-)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 Nov 2023 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.