GNU bug report logs -
#62322
[PATCH] gnu: Add font-chivo.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 21 Mar 2023 06:14:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 62322 in the body.
You can then email your comments to 62322 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#62322
; Package
guix-patches
.
(Tue, 21 Mar 2023 06:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 Mar 2023 06:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-chivo): New variable.
---
gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 5d159208dd..0af8f9d227 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -52,6 +52,7 @@
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> gmail.com>
;;; Copyright © 2022 Hilton Chain <hako <at> ultrarare.space>
;;; Copyright © 2022 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
+;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -115,6 +116,30 @@ (define-public font-artifika
titling.")
(license license:silofl1.1)))
+(define-public font-chivo
+ (let ((commit "dc61c468d79781eb5183426e88e844af16cdc3e5")
+ (revision "0"))
+ (package
+ (name "font-chivo")
+ (version (git-version "20221010" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Omnibus-Type/Chivo")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gdsnflnzwy8ajrk93dxwjashxisln58qcqa6dh4smnk7k0a34qs"))))
+ (build-system font-build-system)
+ (home-page "https://fonts.google.com/specimen/Chivo")
+ (synopsis "The Chivo family of fonts")
+ (description "Google Chivo Fonts is a grotesque family of fonts, ideal for
+highlights and headlines. In october 2022, the family is upgraded to a
+variable font ranging from Thin to Black, including matching italics. The
+glyphset has also been extended, supporting now a wider number of languages.")
+ (license license:silofl1.1))))
+
(define-public font-ibm-plex
(package
(name "font-ibm-plex")
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62322
; Package
guix-patches
.
(Sun, 02 Apr 2023 20:34:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/fonts.scm (font-chivo): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 02 Apr 2023 20:34:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Sun, 02 Apr 2023 20:34:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 May 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.