guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add font-abattis-cantarell.


From: Ludovic Courtès
Subject: 02/02: gnu: Add font-abattis-cantarell.
Date: Sun, 20 Mar 2016 00:08:27 +0000

civodul pushed a commit to branch master
in repository guix.

commit 71be99b8b673ecf86a104d847a15fa4b1427a266
Author: Ludovic Courtès <address@hidden>
Date:   Sun Mar 20 01:07:37 2016 +0100

    gnu: Add font-abattis-cantarell.
    
    * gnu/packages/fonts.scm (font-cantarell): New variable.
---
 gnu/packages/fonts.scm |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 01c5eef..f07e052 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014 Joshua Grant <address@hidden>
 ;;; Copyright © 2014 Alex Kost <address@hidden>
@@ -25,6 +25,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages fonts)
+  #:use-module (guix utils)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -237,6 +238,25 @@ package provides the TrueType (TTF) files.")
      (license:x11-style
       "http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts";))))
 
+(define-public font-cantarell
+  (package
+    (name "font-abattis-cantarell")
+    (version "0.0.24")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/cantarell-fonts/"
+                                  (version-major+minor version)
+                                  "/cantarell-fonts-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0r4jnc2x9yncf40lixjb1pqgpq8rzbi2fz33pshlqzjgx2d69bcw"))))
+    (build-system gnu-build-system)
+    (home-page "https://wiki.gnome.org/Projects/CantarellFonts";)
+    (synopsis "Cantarell sans-serif typeface")
+    (description "The Cantarell font family is a contemporary Humanist
+sans-serif designed for on-screen reading.  It is used by address@hidden")
+    (license license:silofl1.1)))
+
 (define-public font-gnu-freefont-ttf
   (package
     (name "font-gnu-freefont-ttf")



reply via email to

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