all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Divya Ranjan via Guix-patches via <guix-patches@gnu.org>
To: 75267@debbugs.gnu.org
Subject: [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
Date: Wed, 01 Jan 2025 19:36:18 +0000	[thread overview]
Message-ID: <87ttainx71.fsf@subvertising.org> (raw)
In-Reply-To: <20250101192601.10047-1-divya@subvertising.org> (Divya Ranjan via Guix-patches via's message of "Wed, 1 Jan 2025 19:26:01 +0000")

[-- 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


      reply	other threads:[~2025-01-01 19:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttainx71.fsf@subvertising.org \
    --to=guix-patches@gnu.org \
    --cc=75267@debbugs.gnu.org \
    --cc=divya@subvertising.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.