guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Replace texlive-latex-pdfx with texlive-pdfx.


From: guix-commits
Subject: 02/02: gnu: Replace texlive-latex-pdfx with texlive-pdfx.
Date: Thu, 29 Oct 2020 06:46:20 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 591cff893ea90af9a2adbe8e278c8e875ba2b7a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 29 11:47:05 2020 +0100

    gnu: Replace texlive-latex-pdfx with texlive-pdfx.
    
    * gnu/packages/tex.scm (texlive-latex-pdfx): Deprecate in favor of...
    (texlive-pdfx): ...this variable.
---
 gnu/packages/tex.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4ea358..1880265 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7138,9 +7138,9 @@ the metadata is stored in an XML file, and this XML 
stream is then embedded in
 the file to which it applies.")
     (license license:gpl3+)))
 
-(define-public texlive-latex-pdfx
+(define-public texlive-pdfx
   (let ((template (simple-texlive-package
-                   "texlive-latex-pdfx"
+                   "texlive-pdfx"
                    (list "/doc/latex/pdfx/"
                          "/source/latex/pdfx/"
                          "/tex/latex/pdfx/")
@@ -7175,6 +7175,8 @@ the file to which it applies.")
 standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.")
       (license license:lppl1.2+))))
 
+(define-public texlive-latex-pdfx
+  (deprecated-package "texlive-latex-pdfx" texlive-pdfx))
 
 (define-public texlive-ydoc
   (let ((template (simple-texlive-package



reply via email to

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