guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add font-adobe-source-serif-pro.


From: guix-commits
Subject: 02/02: gnu: Add font-adobe-source-serif-pro.
Date: Tue, 12 Feb 2019 18:41:40 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 3cdd2e95e923c8df23ee5be604c4fd05a2db29f3
Author: Jens M <address@hidden>
Date:   Thu Nov 8 21:09:00 2018 +1300

    gnu: Add font-adobe-source-serif-pro.
    
    * gnu/packages/fonts.scm (font-adobe-source-serif-pro): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/fonts.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7dae798..9d49c02 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -883,6 +883,31 @@ designed to work well in user interface environments.")
 work well in user interface (UI) environments.")
     (license license:silofl1.1)))
 
+(define-public font-adobe-source-serif-pro
+  (package
+    (name "font-adobe-source-serif-pro")
+    (version "2.007R-ro-1.007R-it")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/adobe-fonts/source-serif-pro/archive/";
+                    (regexp-substitute/global
+                     ;; The upstream tag uses "/" between the roman and italic
+                     ;; versions, so substitute our "-" separator here.
+                     #f "R-ro-" version 'pre "R-ro/" 'post) ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1sws9k26ldqk375qsigk1zv8cq1xlvadjwvv3dqrcc3qzm1c7hwc"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/adobe-fonts/source-serif-pro";)
+    (synopsis
+     "Serif typeface to complement Source Sans Pro for setting text")
+    (description
+     "Source Serif Pro is a set of OpenType fonts to complement the Source
+Sans Pro family.")
+    (license license:silofl1.1)))
+
 (define-public font-fira-mono
   (package
     (name "font-fira-mono")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]