guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: texlive: Avoid use of deprecated packages.


From: guix-commits
Subject: 03/04: gnu: texlive: Avoid use of deprecated packages.
Date: Wed, 22 Jun 2022 13:00:03 -0400 (EDT)

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

commit 456eeaea8edf00c10a752883e4e1d4c261e7ca80
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 22 18:39:08 2022 +0200

    gnu: texlive: Avoid use of deprecated packages.
    
    * gnu/packages/tex.scm (texlive-bidi)[propagated-inputs]: Avoid
    deprecated package names.
    (texlive-latex-geometry)[propagated-inputs]: Likewise.
    (texlive-metalogo)[inputs, propagated-inputs]: Likewise.
    (texlive-polyglossia)[propagated-inputs]: Likewise.
    (texlive-zref)[propagated-inputs]: Likewise.
---
 gnu/packages/tex.scm | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 73803595d5..314a67ae74 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -600,8 +600,8 @@ This package contains the binaries.")
                          (mkdir-p doc)
                          (copy-recursively (string-append #$source "/doc")
                                            doc)))))))
-    (propagated-inputs (list texlive-generic-iftex
-                             texlive-generic-ltxcmds
+    (propagated-inputs (list texlive-iftex
+                             texlive-ltxcmds
                              texlive-hyperref
                              texlive-latex-xkeyval
                              texlive-zref))
@@ -5659,7 +5659,7 @@ BibLaTeX, and is considered experimental.")
     (arguments '(#:tex-directory "latex/geometry"))
     (propagated-inputs
      (list texlive-oberdiek             ;for ifpdf
-           texlive-latex-graphics))     ;for keyval
+           texlive-graphics))           ;for keyval
     (home-page "https://www.ctan.org/pkg/geometry";)
     (synopsis "Flexible and complete interface to document dimensions")
     (description
@@ -5804,15 +5804,15 @@ always (re)defines a command.  There is also 
@code{\\makeenvironment} and
                          texlive-booktabs
                          texlive-cm
                          texlive-fontspec
-                         texlive-generic-iftex
+                         texlive-iftex
                          texlive-latex-base
                          texlive-latex-eukdate
-                         texlive-latex-graphics
+                         texlive-graphics
                          texlive-latex-multirow
                          texlive-lm     ;for lmroman10-regular
                          texlive-stix2-otf))
-    (propagated-inputs (list texlive-fontspec texlive-generic-iftex
-                             texlive-latex-graphics))
+    (propagated-inputs (list texlive-fontspec texlive-iftex
+                             texlive-graphics))
     (home-page "https://ctan.org/pkg/metalogo";)
     (synopsis "Extended TeX logo macros")
     (description "This package exposes spacing parameters for various TeX
@@ -5928,7 +5928,7 @@ also provides compacted versions of enumerate and 
itemize.")
                          texlive-booktabs
                          texlive-caption
                          texlive-context
-                         texlive-latex-fancyvrb
+                         texlive-fancyvrb
                          texlive-etoolbox
                          texlive-fonts-latex
                          texlive-fontspec
@@ -5938,13 +5938,13 @@ also provides compacted versions of enumerate and 
itemize.")
                          ;; them.
                          texlive-stringenc
                          texlive-zapfding
-                         texlive-latex-graphics
+                         texlive-graphics
                          texlive-kpathsea ;for cp227.tcx & friends
                          texlive-makecmds
                          texlive-metalogo
                          texlive-microtype
                          texlive-paralist
-                         texlive-latex-tools
+                         texlive-tools
                          texlive-tex-ini-files)) ;for pdftexconfig
     ;; polyglossia.sty \RequirePackage or \\usepackage these other TexLive
     ;; packages.
@@ -5960,7 +5960,7 @@ also provides compacted versions of enumerate and 
itemize.")
            texlive-zapfding
            texlive-makecmds
            texlive-latex-l3packages     ;expl3, l3keys2e, xparse
-           texlive-latex-tools
+           texlive-tools
            texlive-latex-xkeyval))
     (home-page "https://www.ctan.org/pkg/polyglossia";)
     (synopsis "Alternative to Babel for XeLaTeX and LuaLaTeX")
@@ -6784,12 +6784,12 @@ Adobe's basic set.")
               (mkdir-p doc)
               (copy-recursively (string-append (getenv "ROOT_DIR") "/doc")
                                 doc))))))
-    (propagated-inputs (list texlive-generic-atbegshi
-                             texlive-generic-gettitlestring
-                             texlive-generic-iftex
-                             texlive-latex-atveryend
-                             texlive-latex-kvoptions
-                             texlive-latex-pdftexcmds
+    (propagated-inputs (list texlive-atbegshi
+                             texlive-gettitlestring
+                             texlive-iftex
+                             texlive-atveryend
+                             texlive-kvoptions
+                             texlive-pdftexcmds
                              texlive-latex-xkeyval))
     (home-page "https://github.com/ho-tex/zref";)
     (synopsis "Reference scheme for LaTeX")



reply via email to

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