unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30732] IBM Plex Font
@ 2018-03-06 16:03 Charlie Ritter
  2018-03-07 10:18 ` bug#30732: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Charlie Ritter @ 2018-03-06 16:03 UTC (permalink / raw)
  To: 30732


[-- Attachment #1.1: IBM Plex Font --]
[-- Type: text/x-patch, Size: 1753 bytes --]

From 0660ca15c4db12cd86825b5ce4775980aa6fd930 Mon Sep 17 00:00:00 2001
From: Charlie Ritter <chewzerita@posteo.net>
Date: Tue, 6 Mar 2018 10:59:47 -0500
Subject: [PATCH] gnu: Add IBM Plex font.

* gnu/packages/fonts.scm (IBM Plex font): New variable.
---
 gnu/packages/fonts.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 8af4f8dc8..613b4b828 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
 ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
+;;; Copyright © 2018 Charlie Ritter <chewzerita@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -55,6 +56,25 @@
   #:use-module (gnu packages python)
   #:use-module (gnu packages xorg))
 
+(define-public font-ibm-plex
+  (package
+    (name "font-ibm-plex")
+    (version "v1.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/IBM/plex/releases/download/"
+                    version "/OpenType.zip"))
+              (sha256
+               (base32
+                "0nzxw9z6waixslam248yr26ci3fbk83c7jf6m90hncnaj6zxx795"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/IBM/plex")
+    (synopsis "IBM Plex Typeface")
+    (description "Meet IBM Plex, our new corporate typeface.  It's global, it's
+versatile and it's distinctly IBM.")
+    (license license:silofl1.1)))
+
 (define-public font-inconsolata
   (package
     (name "font-inconsolata")
-- 
2.16.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30732: IBM Plex Font
  2018-03-06 16:03 [bug#30732] IBM Plex Font Charlie Ritter
@ 2018-03-07 10:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-07 10:18 UTC (permalink / raw)
  To: Charlie Ritter; +Cc: 30732-done

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

Hello,

Charlie Ritter <chewzerita@posteo.net> skribis:

> From 0660ca15c4db12cd86825b5ce4775980aa6fd930 Mon Sep 17 00:00:00 2001
> From: Charlie Ritter <chewzerita@posteo.net>
> Date: Tue, 6 Mar 2018 10:59:47 -0500
> Subject: [PATCH] gnu: Add IBM Plex font.
>
> * gnu/packages/fonts.scm (IBM Plex font): New variable.

I applied the patch though I took the liberty to make the changes below:
removing “v” from the version string, and providing more facts and less
marketing talk in the ‘description’ field (see
<https://www.gnu.org/software/guix/manual/html_node/Synopses-and-Descriptions.html>.)

Thanks for the patch!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1276 bytes --]

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 613b4b828..aa9e466eb 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -59,20 +59,22 @@
 (define-public font-ibm-plex
   (package
     (name "font-ibm-plex")
-    (version "v1.0.1")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/IBM/plex/releases/download/"
-                    version "/OpenType.zip"))
+                    "v" version "/OpenType.zip"))
               (sha256
                (base32
                 "0nzxw9z6waixslam248yr26ci3fbk83c7jf6m90hncnaj6zxx795"))))
     (build-system font-build-system)
     (home-page "https://github.com/IBM/plex")
-    (synopsis "IBM Plex Typeface")
-    (description "Meet IBM Plex, our new corporate typeface.  It's global, it's
-versatile and it's distinctly IBM.")
+    (synopsis "IBM Plex typeface")
+    (description "This package provides the Plex font family.  It comes in a
+Sans, Serif, Mono and Sans Condensed, all with roman and true italics.  The
+fonts have been designed to work well in user interface (UI) environments as
+well as other mediums.")
     (license license:silofl1.1)))
 
 (define-public font-inconsolata

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-07 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06 16:03 [bug#30732] IBM Plex Font Charlie Ritter
2018-03-07 10:18 ` bug#30732: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).