guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: font-gnu-freefont: Revert fonts' subdirector


From: guix-commits
Subject: branch master updated: gnu: font-gnu-freefont: Revert fonts' subdirectory names.
Date: Wed, 13 May 2020 12:10:10 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d426c5  gnu: font-gnu-freefont: Revert fonts' subdirectory names.
7d426c5 is described below

commit 7d426c5b0e27cc3e72c6e12e07b8c42055cedba0
Author: Raghav Gururajan <address@hidden>
AuthorDate: Sun May 10 23:57:23 2020 -0400

    gnu: font-gnu-freefont: Revert fonts' subdirectory names.
    
    * gnu/packages/fonts.scm (font-gnu-freefont)[arguments]<#:phases>:
    Change ‘share/fonts’ subdirectories from ‘ttf’ and ‘otf’ back to
    ‘truetype’ and ‘opentype’, respectively.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1728eee..7542f64 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -255,9 +255,9 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
                      (let ((doc-dir  (string-append %output "/share/doc/"
                                                     ,name "-" ,version))
                            (ttf-font-dir (string-append %output
-                                                        "/share/fonts/ttf"))
+                                                        
"/share/fonts/truetype"))
                            (otf-font-dir (string-append %output
-                                                        "/share/fonts/otf"))
+                                                        
"/share/fonts/opentype"))
                            (woff-font-dir (string-append %output
                                                          "/share/fonts/woff")))
                        (mkdir-p doc-dir)



reply via email to

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