emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63303: closed ([PATCH] gnu: Add font-recursive.)


From: GNU bug Tracking System
Subject: bug#63303: closed ([PATCH] gnu: Add font-recursive.)
Date: Mon, 15 May 2023 10:27:02 +0000

Your message dated Mon, 15 May 2023 18:26:09 +0800
with message-id <87r0rh6gce.fsf@envs.net>
and subject line Re: bug#63303: [PATCH] gnu: Add font-recursive.
has caused the debbugs.gnu.org bug report #63303,
regarding [PATCH] gnu: Add font-recursive.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63303: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63303
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add font-recursive. Date: Fri, 5 May 2023 09:44:51 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#63303: [PATCH] gnu: Add font-recursive. Date: Mon, 15 May 2023 18:26:09 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Bassam Saeed <guix@bassamsaeed.ca> writes:

> * gnu/packages/fonts.scm (font-recursive): New variable.

Applied with change synopsis to "Variable font family for code & UI".

Thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]