X-Loop: help-debbugs@HIDDEN Subject: [bug#75247] [PATCH] gnu: Add font-spline-sans. Resent-From: Divya Ranjan <divya@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Wed, 01 Jan 2025 18:53:02 +0000 Resent-Message-ID: <handler.75247.B.173575753124467 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 75247 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75247 <at> debbugs.gnu.org Cc: Divya Ranjan <divya@HIDDEN> X-Debbugs-Original-To: guix-patches@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.173575753124467 (code B ref -1); Wed, 01 Jan 2025 18:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jan 2025 18:52:11 +0000 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> 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-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
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Divya Ranjan <divya@HIDDEN> Subject: bug#75247: Acknowledgement ([PATCH] gnu: Add font-spline-sans.) Message-ID: <handler.75247.B.173575753124467.ack <at> debbugs.gnu.org> References: <20250101185109.4928-1-divya@HIDDEN> X-Gnu-PR-Message: ack 75247 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75247 <at> debbugs.gnu.org Date: Wed, 01 Jan 2025 18:53:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): guix-patches@HIDDEN If you wish to submit further information on this problem, please send it to 75247 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 75247: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75247 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.