GNU bug report logs - #35403
[PATCH] Add font-public-sans.

Previous Next

Package: guix-patches;

Reported by: Jens O Molgaard <jens <at> zete.tk>

Date: Tue, 23 Apr 2019 19:13:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35403 in the body.
You can then email your comments to 35403 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#35403; Package guix-patches. (Tue, 23 Apr 2019 19:13:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jens O Molgaard <jens <at> zete.tk>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Apr 2019 19:13:04 GMT) Full text and rfc822 format available.

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

From: Jens O Molgaard <jens <at> zete.tk>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] Add font-public-sans.
Date: Wed, 24 Apr 2019 07:11:42 +1200
[Message part 1 (text/plain, inline)]
Hello guix!

Small patch to add the Public Sans font from the USWDS.

--
Jens Mølgaard

[0001-Add-font-public-sans.patch (text/x-patch, inline)]
From c8ce540b3ba10a508b4b573b6ecd1473bfc6c7e4 Mon Sep 17 00:00:00 2001
From: Jens M <jens <at> zete.tk>
Date: Wed, 24 Apr 2019 05:06:38 +1200
Subject: [PATCH] Add font-public-sans.

---
 gnu/packages/fonts.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 569a7f807e..8961f855af 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1397,3 +1397,31 @@ files (TTF).")
 formatting.")
     (home-page "https://madmalik.github.io/mononoki/")
     (license license:silofl1.1)))
+
+(define-public font-public-sans
+  (package
+    (name "font-public-sans")
+    (version "1.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/uswds/public-sans.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "12ccj7ph3pg962d52d3slbvd44gwfm6bb2846dxyf1xc5h2iwhdv"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin
+                  ;; remove versions of predecessor font
+                  (delete-file-recursively "fonts/_archive")
+                  #t))))
+    (build-system font-build-system)
+    (home-page "https://public-sans.digital.gov/")
+    (synopsis
+     "Strong, neutral typeface for interfaces, text, and headings")
+    (description
+     "Public Sans is a strong, neutral, principles-driven, open-source
+typeface for text or display based on Libre Franklin.")
+    (license license:silofl1.1)))
-- 
2.21.0


Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 29 Apr 2019 07:55:02 GMT) Full text and rfc822 format available.

Notification sent to Jens O Molgaard <jens <at> zete.tk>:
bug acknowledged by developer. (Mon, 29 Apr 2019 07:55:02 GMT) Full text and rfc822 format available.

Message #10 received at 35403-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jens O Molgaard <jens <at> zete.tk>
Cc: 35403-done <at> debbugs.gnu.org
Subject: Re: [bug#35403] [PATCH] Add font-public-sans.
Date: Mon, 29 Apr 2019 09:54:31 +0200
Hi Jens,

Jens O Molgaard <jens <at> zete.tk> skribis:

>>From c8ce540b3ba10a508b4b573b6ecd1473bfc6c7e4 Mon Sep 17 00:00:00 2001
> From: Jens M <jens <at> zete.tk>
> Date: Wed, 24 Apr 2019 05:06:38 +1200
> Subject: [PATCH] Add font-public-sans.
>
> ---
>  gnu/packages/fonts.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)

I added a commit log that matches our conventions and committed.

In a subsequent commit I also slightly edited the description following
our guidelines:
<https://gnu.org/software/guix/manual/en/html_node/Synopses-and-Descriptions.html>.

Thank you!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 May 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 336 days ago.

Previous Next


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