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: Rename the ‘woff’ subdire


From: guix-commits
Subject: branch master updated: gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
Date: Wed, 13 May 2020 12:34:41 -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 bb3685e  gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
bb3685e is described below

commit bb3685e8d7cb73c130b887b6050efe82901e4880
Author: Michael Rohleder <address@hidden>
AuthorDate: Wed May 13 17:33:12 2020 +0200

    gnu: font-gnu-freefont: Rename the ‘woff’ subdirectory.
    
    * gnu/packages/fonts.scm (font-gnu-freefont)[arguments]: Install WOFFs
    into ‘share/fonts/webfonts’.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 gnu/packages/fonts.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7542f64..64d5c17 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -259,7 +259,7 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
                            (otf-font-dir (string-append %output
                                                         
"/share/fonts/opentype"))
                            (woff-font-dir (string-append %output
-                                                         "/share/fonts/woff")))
+                                                         
"/share/fonts/webfonts")))
                        (mkdir-p doc-dir)
                        (substitute* "Makefile"
                          (("\\$\\(TMPDIR\\)") doc-dir)



reply via email to

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