all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
@ 2025-01-01 19:26 Divya Ranjan via Guix-patches via
  2025-01-01 19:36 ` Divya Ranjan via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Divya Ranjan via Guix-patches via @ 2025-01-01 19:26 UTC (permalink / raw)
  To: 75267; +Cc: Divya Ranjan

* gnu/packages/fonts.scm (font-spline-sans-mono): 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 3c60f5e4a1..58d8a49110 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
 traps, which blossom into view when set at larger sizes.")
       (license license:silofl1.1))))
 
+(define-public font-spline-sans-mono
+  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+        (revision "0"))
+    (package
+      (name "font-spline-sans-mono")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSansMono")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+      (synopsis
+       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+      (description
+       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming.  Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
-- 
2.47.1





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

* [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
  2025-01-01 19:26 [bug#75267] [PATCH] gnu: Add font-spline-sans-mono Divya Ranjan via Guix-patches via
@ 2025-01-01 19:36 ` Divya Ranjan via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Divya Ranjan via Guix-patches via @ 2025-01-01 19:36 UTC (permalink / raw)
  To: 75267

[-- Attachment #1: Type: text/plain, Size: 1994 bytes --]

The hash in this patch is the wrong one, I’ve attached the fixed patch:
Divya Ranjan via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/fonts.scm (font-spline-sans-mono): 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 3c60f5e4a1..58d8a49110 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -3674,6 +3674,31 @@ (define-public font-spline-sans
>  traps, which blossom into view when set at larger sizes.")
>        (license license:silofl1.1))))
>  
> +(define-public font-spline-sans-mono
> +  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
> +        (revision "0"))
> +    (package
> +      (name "font-spline-sans-mono")
> +      (version (git-version "0.0.0" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/SorkinType/SplineSansMono")
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "0lrckl39ivklxk3cfd761lsghwdx68yyvcmkrij9s54cp0hvnl63"))))
> +      (build-system font-build-system)
> +      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
> +      (synopsis
> +       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
> +      (description
> +       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
> +checkout processes, and programming.  Space efficiency is accomplished by condensing
> +traditional grotesque proportions.")
> +      (license license:silofl1.1))))
> +
>  (define-public font-scientifica
>    (package
>      (name "font-scientifica")

-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

PGP Fingerprint: F0B3 1A69 8006 8FB8 096A  2F12 B245 10C6 108C 8D4A

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-font-spline-sans-mono.patch --]
[-- Type: text/x-patch, Size: 1808 bytes --]

From c2ad073bcbfebe87a3a51ed47fdfe4e9f2006665 Mon Sep 17 00:00:00 2001
From: Divya Ranjan <divya@subvertising.org>
Date: Wed, 1 Jan 2025 19:25:00 +0000
Subject: [PATCH] gnu: Add font-spline-sans-mono.

* gnu/packages/fonts.scm (font-spline-sans-mono): 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 3c60f5e4a1..0f0f10a86a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3674,6 +3674,31 @@ (define-public font-spline-sans
 traps, which blossom into view when set at larger sizes.")
       (license license:silofl1.1))))
 
+(define-public font-spline-sans-mono
+  (let ((commit "b167db03b7d7ae754bf7071c13415e7aeee7d073")
+        (revision "0"))
+    (package
+      (name "font-spline-sans-mono")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSansMono")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10ymg4mrihyfidwcszf4aiw2jlhm4j1sdmyybcmqmhx0pbzalkv1"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans+Mono")
+      (synopsis
+       "Monospaced Grotesque purpose-built for UI interfaces, and programming")
+      (description
+       "Spline Sans Mono is a Monospaced Grotesque purpose-built for UI interfaces,
+checkout processes, and programming.  Space efficiency is accomplished by condensing
+traditional grotesque proportions.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
-- 
2.47.1


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

end of thread, other threads:[~2025-01-01 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01 19:26 [bug#75267] [PATCH] gnu: Add font-spline-sans-mono Divya Ranjan via Guix-patches via
2025-01-01 19:36 ` Divya Ranjan via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.