GNU bug report logs -
#75267
[PATCH] gnu: Add font-spline-sans-mono.
Previous Next
To reply to this bug, email your comments to 75267 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75267
; Package
guix-patches
.
(Wed, 01 Jan 2025 19:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Divya Ranjan <divya <at> subvertising.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 01 Jan 2025 19:27: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-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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75267
; Package
guix-patches
.
(Wed, 01 Jan 2025 19:37:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[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)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75267
; Package
guix-patches
.
(Wed, 01 Jan 2025 19:37:02 GMT)
Full text and
rfc822 format available.
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.