GNU bug report logs - #75267
[PATCH] gnu: Add font-spline-sans-mono.

Previous Next

Package: guix-patches;

Reported by: Divya Ranjan <divya <at> subvertising.org>

Date: Wed, 1 Jan 2025 19:27:01 UTC

Severity: normal

Tags: patch

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Divya Ranjan <divya <at> subvertising.org>
To: Divya Ranjan via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75267 <at> debbugs.gnu.org
Subject: Re: [bug#75267] [PATCH] gnu: Add font-spline-sans-mono.
Date: Wed, 01 Jan 2025 19:36:18 +0000
[Message part 1 (text/plain, inline)]
The hash in this patch is the wrong one, I’ve attached the fixed patch:
Divya Ranjan via Guix-patches via <guix-patches <at> 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
[0001-gnu-Add-font-spline-sans-mono.patch (text/x-patch, attachment)]

This bug report was last modified 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.