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

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Divya Ranjan <divya@HIDDEN>; Keywords: patch; dated Wed, 1 Jan 2025 18:53:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 18:52:11 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 01 13:52:11 2025
Received: from localhost ([127.0.0.1]:39786 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tT3pC-0006MZ-TR
	for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 13:52:11 -0500
Received: from lists.gnu.org ([2001:470:142::17]:34516)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <divya@HIDDEN>)
 id 1tT3p9-0006Lq-4q
 for submit <at> debbugs.gnu.org; Wed, 01 Jan 2025 13:52:08 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <divya@HIDDEN>)
 id 1tT3ow-0007Ym-BS
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 13:51:55 -0500
Received: from devianza.investici.org ([2c0f:f930:0:4::108])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <divya@HIDDEN>)
 id 1tT3ou-0004w4-0g
 for guix-patches@HIDDEN; Wed, 01 Jan 2025 13:51:53 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org;
 s=stigmate; t=1735757507;
 bh=JMPOWY81ROVWoagioCc6d4wT/+0bWjMhK8iJwvgPfic=;
 h=From:To:Cc:Subject:Date:From;
 b=GTnkaDtlgeEzgEQjfTXQsgCnenz1ueqv1GdTseHkYjp0b0z0qNYTzF2Q6YLjmEWri
 iXhfVedkEIA6FxCKSAmJ3jJRlPkmRO4MQMeccyDCZsI8gFaTYzkFSfWk6s0E4JPtcx
 v26PX7bj2vNxQG+UR8lygoRAO854E3anOLDArN/0=
Received: from mx2.investici.org (unknown [127.0.0.1])
 by devianza.investici.org (Postfix) with ESMTP id 4YNf834ghlz6vJG;
 Wed,  1 Jan 2025 18:51:47 +0000 (UTC)
Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108])
 (Authenticated sender: divya@HIDDEN) by localhost (Postfix) with
 ESMTPSA id 4YNf7y6WPlz70Pp; Wed,  1 Jan 2025 18:51:42 +0000 (UTC)
From: Divya Ranjan <divya@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add font-spline-sans.
Date: Wed,  1 Jan 2025 18:51:09 +0000
Message-ID: <20250101185109.4928-1-divya@HIDDEN>
X-Mailer: git-send-email 2.47.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=2c0f:f930:0:4::108;
 envelope-from=divya@HIDDEN; helo=devianza.investici.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
Cc: Divya Ranjan <divya@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/fonts.scm (font-spline-sans): New variable.
---
 gnu/packages/fonts.scm | 42 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 34 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 69d7d039aa..3c60f5e4a1 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -299,13 +299,13 @@ (define-public font-bitstream-vera
     (name "font-bitstream-vera")
     (version "1.10")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/ttf-bitstream-vera/"
-                                 version "/ttf-bitstream-vera-"
-                                 version ".tar.bz2"))
-             (sha256
-              (base32
-               "1p3qs51x5327gnk71yq8cvmxc6wgx79sqxfvxcv80cdvgggjfnyv"))))
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/ttf-bitstream-vera/"
+                                  version "/ttf-bitstream-vera-"
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "1p3qs51x5327gnk71yq8cvmxc6wgx79sqxfvxcv80cdvgggjfnyv"))))
     (build-system font-build-system)
     (home-page "https://www.gnome.org/fonts/")
     (synopsis "Bitstream Vera sans-serif typeface")
@@ -3648,6 +3648,32 @@ (define-public font-spleen
 Spleen also has support for Powerline symbols out of the box.")
     (license license:bsd-2)))
 
+(define-public font-spline-sans
+  (let ((commit "5196436e0714c188c70f30a93b4759e8ed8afb69")
+        (revision "0"))
+    (package
+      (name "font-spline-sans")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/SorkinType/SplineSans")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1hs0215fhas9vc6pn1vjizv746lifwwdwjf04lclyz93raqza1id"))))
+      (build-system font-build-system)
+      (home-page "https://fonts.google.com/specimen/Spline+Sans")
+      (synopsis
+       "Grotesque sans serif typeface family, purpose-built for UI interfaces")
+      (description
+       "Spline Sans is a Grotesque purpose-built for UI interfaces, checkout processes,
+and paragraphs of text.  Space efficiency is accomplished by condensing traditional
+grotesque proportions.  The cool and restrained tone is accented with strategic \"thorn\"
+traps, which blossom into view when set at larger sizes.")
+      (license license:silofl1.1))))
+
 (define-public font-scientifica
   (package
     (name "font-scientifica")
@@ -3661,7 +3687,7 @@ (define-public font-scientifica
                (base32
                 "0zwa3s75lvbky2vn73i1fmxa37hi3zfm7f6wfpqwcip8l1lpi1gh"))))
     (build-system font-build-system)
-    (outputs '("out" ;OTB
+    (outputs '("out"                    ;OTB
                "bdf" "ttf"))
     (home-page "https://github.com/nerdypepper/scientifica")
     (synopsis "Tall and condensed bitmap font for geeks")
-- 
2.47.1





Acknowledgement sent to Divya Ranjan <divya@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#75247; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

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