GNU bug report logs - #49067
[PATCH] gnu: Add font-overpass.

Previous Next

Package: guix-patches;

Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>

Date: Thu, 17 Jun 2021 00:06:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49067: closed ([PATCH] gnu: Add font-overpass.)
Date: Fri, 18 Jun 2021 10:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Jun 2021 12:16:40 +0200
with message-id <871r8zo4tz.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#49067] [PATCH] gnu: Add font-overpass.
has caused the debbugs.gnu.org bug report #49067,
regarding [PATCH] gnu: Add font-overpass.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49067: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49067
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add font-overpass.
Date: Wed, 16 Jun 2021 17:05:24 -0700
* gnu/packages/fonts.scm (font-overpass): New variable.
---
 gnu/packages/fonts.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index fe4d3efb5e..16132848d7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2176,3 +2176,32 @@ neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this
 typeface and rescue the beauty of urban typography that emerged in the first
 half of the twentieth century.")
     (license license:silofl1.1)))
+
+(define-public font-overpass
+  (package
+    (name "font-overpass")
+    (version "3.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/RedHatOfficial/Overpass")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb"))))
+    (build-system font-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'delete-webfonts
+           (lambda _
+             (delete-file-recursively "webfonts"))))))
+    (home-page "https://overpassfont.org")
+    (synopsis "Sans serif font family inspired by Highway Gothic")
+    (description
+     "Overpass is a sans-serif typeface based on the U.S. interstate highway
+road signage typefaces, adapted for on-screen display and user interfaces.
+Overpass includes proprotional and monospace variants.")
+    (license (list license:silofl1.1
+                   license:lgpl2.1))))

base-commit: 20ab92719e24b4286aeee715cd9bd07315708a82
-- 
2.31.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Sarah Morgensen via Guix-patches via <guix-patches <at> gnu.org>
Cc: 49067-done <at> debbugs.gnu.org, Sarah Morgensen <iskarian <at> mgsn.dev>
Subject: Re: [bug#49067] [PATCH] gnu: Add font-overpass.
Date: Fri, 18 Jun 2021 12:16:40 +0200
Hello,

Sarah Morgensen via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/fonts.scm (font-overpass): New variable.

Thank you. I added a copyright line for you at the top of the file and
applied your patch.

Please note that adding new packages at the end of files is likely to
introduce merge conflicts. I suggest to choose an alphabetic or a random
location instead.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 340 days ago.

Previous Next


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