guix-commits
[Top][All Lists]
Advanced

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

13/31: gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.


From: guix-commits
Subject: 13/31: gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.
Date: Thu, 14 Jan 2021 10:12:54 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 8d44bb85fef9a8cd7ef86b462ef755431f7a45fd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 4 17:09:42 2021 -0500

    gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.
    
    * gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd,
    according to the texlive.tlpdb database.  Deprecate old package name.
---
 gnu/packages/tex.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b381cfd..704f550 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5333,9 +5333,9 @@ package supports pdfTeX (pdfLaTeX) and VTeX.  With VTeX 
it is even possible to
 use this package to insert PostScript files, in addition to PDF files.")
     (license license:lppl1.3+)))
 
-(define-public texlive-fonts-stmaryrd
+(define-public texlive-stmaryrd
   (package
-    (name "texlive-fonts-stmaryrd")
+    (name "texlive-stmaryrd")
     (version (number->string %texlive-revision))
     (source (origin
               (method svn-fetch)
@@ -5366,6 +5366,9 @@ use under LaTeX; the package supports the @code{only} 
option (provided by the
 the whole font.")
     (license license:lppl)))
 
+(define-public texlive-fonts-stmaryrd
+  (deprecated-package "texlive-fonts-stmaryrd" texlive-stmaryrd))
+
 (define-public texlive-latex-subfigure
   (package
     (name "texlive-latex-subfigure")



reply via email to

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