guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: GNU FreeFont: Add a deprecated alias for "fo


From: guix-commits
Subject: branch master updated: gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
Date: Thu, 23 Apr 2020 12:35:57 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e2a423  gnu: GNU FreeFont: Add a deprecated alias for 
"font-gnu-freefont-ttf".
8e2a423 is described below

commit 8e2a4238008bf8cdfbb115f7ad848221521a9796
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Apr 23 12:34:55 2020 -0400

    gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".
    
    This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983.
    
    * gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
---
 gnu/packages/fonts.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 34db6ff..21423ba 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -305,6 +305,9 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
     (properties '((upstream-name . "freefont")
                   (ftp-directory . "/gnu/freefont")))))
 
+(define-public font-gnu-freefont-ttf
+  (deprecated-package "font-gnu-freefont-ttf" font-gnu-freefont))
+
 (define-public font-liberation
   (package
     (name "font-liberation")



reply via email to

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