GNU bug report logs -
#63303
[PATCH] gnu: Add font-recursive.
Previous Next
Reported by: Bassam Saeed <guix <at> bassamsaeed.ca>
Date: Fri, 5 May 2023 13:46:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 63303 in the body.
You can then email your comments to 63303 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#63303
; Package
guix-patches
.
(Fri, 05 May 2023 13:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bassam Saeed <guix <at> bassamsaeed.ca>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 05 May 2023 13:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fonts.scm (font-recursive): New variable.
---
gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3aad42493d..1cb1cb1e3f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3049,3 +3049,27 @@ (define-public font-chiron-hei-hk
Kong variant of Adobe’s Source Han Sans. The font aims at providing a modern,
region-agnostic glyph set adopting the “modern” glyph style that is similar to
prevalent typefaces in Traditional Chinese regions.")))
+
+(define-public font-recursive
+ (package
+ (name "font-recursive")
+ (version "1.085")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/arrowtype/recursive/"
+ "releases/download/v"
+ version
+ "/ArrowType-Recursive-"
+ version
+ ".zip"))
+ (sha256
+ (base32
+ "00ns6zwizp0wyxyrf7fxqmxm4gl7ygarxq1mj952h78q1rxdzjyb"))))
+ (build-system font-build-system)
+ (home-page "https://www.recursive.design/")
+ (synopsis "Recursive Mono & Sans is a variable font family for code & UI")
+ (description "Recursive Sans & Mono is a variable type family built for
+better code & UI. It is inspired by casual script signpainting, but designed
+primarily to meet the needs of programming environments and application
+interfaces.")
+ (license license:silofl1.1)))
base-commit: 3efdc84bbd1819aeef6e2290aaf54bc88ba72dda
prerequisite-patch-id: 6da8a8cbe7c43c9a2a42d1dbe8a77f819bfe5357
--
2.39.2
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 15 May 2023 10:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Bassam Saeed <guix <at> bassamsaeed.ca>
:
bug acknowledged by developer.
(Mon, 15 May 2023 10:27:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63303-done <at> debbugs.gnu.org (full text, mbox):
Bassam Saeed <guix <at> bassamsaeed.ca> writes:
> * gnu/packages/fonts.scm (font-recursive): New variable.
Applied with change synopsis to "Variable font family for code & UI".
Thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 12 Jun 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.