mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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.
This commit is contained in:
parent
5a137c38be
commit
456eeaea8e
1 changed files with 17 additions and 17 deletions
|
@ -600,8 +600,8 @@ (define-public texlive-bidi
|
||||||
(mkdir-p doc)
|
(mkdir-p doc)
|
||||||
(copy-recursively (string-append #$source "/doc")
|
(copy-recursively (string-append #$source "/doc")
|
||||||
doc)))))))
|
doc)))))))
|
||||||
(propagated-inputs (list texlive-generic-iftex
|
(propagated-inputs (list texlive-iftex
|
||||||
texlive-generic-ltxcmds
|
texlive-ltxcmds
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-xkeyval
|
texlive-latex-xkeyval
|
||||||
texlive-zref))
|
texlive-zref))
|
||||||
|
@ -5659,7 +5659,7 @@ (define-public texlive-latex-geometry
|
||||||
(arguments '(#:tex-directory "latex/geometry"))
|
(arguments '(#:tex-directory "latex/geometry"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-oberdiek ;for ifpdf
|
(list texlive-oberdiek ;for ifpdf
|
||||||
texlive-latex-graphics)) ;for keyval
|
texlive-graphics)) ;for keyval
|
||||||
(home-page "https://www.ctan.org/pkg/geometry")
|
(home-page "https://www.ctan.org/pkg/geometry")
|
||||||
(synopsis "Flexible and complete interface to document dimensions")
|
(synopsis "Flexible and complete interface to document dimensions")
|
||||||
(description
|
(description
|
||||||
|
@ -5804,15 +5804,15 @@ (define doc-sources (string-append (getenv "ROOT_DIR")
|
||||||
texlive-booktabs
|
texlive-booktabs
|
||||||
texlive-cm
|
texlive-cm
|
||||||
texlive-fontspec
|
texlive-fontspec
|
||||||
texlive-generic-iftex
|
texlive-iftex
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-eukdate
|
texlive-latex-eukdate
|
||||||
texlive-latex-graphics
|
texlive-graphics
|
||||||
texlive-latex-multirow
|
texlive-latex-multirow
|
||||||
texlive-lm ;for lmroman10-regular
|
texlive-lm ;for lmroman10-regular
|
||||||
texlive-stix2-otf))
|
texlive-stix2-otf))
|
||||||
(propagated-inputs (list texlive-fontspec texlive-generic-iftex
|
(propagated-inputs (list texlive-fontspec texlive-iftex
|
||||||
texlive-latex-graphics))
|
texlive-graphics))
|
||||||
(home-page "https://ctan.org/pkg/metalogo")
|
(home-page "https://ctan.org/pkg/metalogo")
|
||||||
(synopsis "Extended TeX logo macros")
|
(synopsis "Extended TeX logo macros")
|
||||||
(description "This package exposes spacing parameters for various TeX
|
(description "This package exposes spacing parameters for various TeX
|
||||||
|
@ -5928,7 +5928,7 @@ (define-public texlive-polyglossia
|
||||||
texlive-booktabs
|
texlive-booktabs
|
||||||
texlive-caption
|
texlive-caption
|
||||||
texlive-context
|
texlive-context
|
||||||
texlive-latex-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-etoolbox
|
texlive-etoolbox
|
||||||
texlive-fonts-latex
|
texlive-fonts-latex
|
||||||
texlive-fontspec
|
texlive-fontspec
|
||||||
|
@ -5938,13 +5938,13 @@ (define-public texlive-polyglossia
|
||||||
;; them.
|
;; them.
|
||||||
texlive-stringenc
|
texlive-stringenc
|
||||||
texlive-zapfding
|
texlive-zapfding
|
||||||
texlive-latex-graphics
|
texlive-graphics
|
||||||
texlive-kpathsea ;for cp227.tcx & friends
|
texlive-kpathsea ;for cp227.tcx & friends
|
||||||
texlive-makecmds
|
texlive-makecmds
|
||||||
texlive-metalogo
|
texlive-metalogo
|
||||||
texlive-microtype
|
texlive-microtype
|
||||||
texlive-paralist
|
texlive-paralist
|
||||||
texlive-latex-tools
|
texlive-tools
|
||||||
texlive-tex-ini-files)) ;for pdftexconfig
|
texlive-tex-ini-files)) ;for pdftexconfig
|
||||||
;; polyglossia.sty \RequirePackage or \\usepackage these other TexLive
|
;; polyglossia.sty \RequirePackage or \\usepackage these other TexLive
|
||||||
;; packages.
|
;; packages.
|
||||||
|
@ -5960,7 +5960,7 @@ (define-public texlive-polyglossia
|
||||||
texlive-zapfding
|
texlive-zapfding
|
||||||
texlive-makecmds
|
texlive-makecmds
|
||||||
texlive-latex-l3packages ;expl3, l3keys2e, xparse
|
texlive-latex-l3packages ;expl3, l3keys2e, xparse
|
||||||
texlive-latex-tools
|
texlive-tools
|
||||||
texlive-latex-xkeyval))
|
texlive-latex-xkeyval))
|
||||||
(home-page "https://www.ctan.org/pkg/polyglossia")
|
(home-page "https://www.ctan.org/pkg/polyglossia")
|
||||||
(synopsis "Alternative to Babel for XeLaTeX and LuaLaTeX")
|
(synopsis "Alternative to Babel for XeLaTeX and LuaLaTeX")
|
||||||
|
@ -6784,12 +6784,12 @@ (define doc (string-append (assoc-ref outputs "doc")
|
||||||
(mkdir-p doc)
|
(mkdir-p doc)
|
||||||
(copy-recursively (string-append (getenv "ROOT_DIR") "/doc")
|
(copy-recursively (string-append (getenv "ROOT_DIR") "/doc")
|
||||||
doc))))))
|
doc))))))
|
||||||
(propagated-inputs (list texlive-generic-atbegshi
|
(propagated-inputs (list texlive-atbegshi
|
||||||
texlive-generic-gettitlestring
|
texlive-gettitlestring
|
||||||
texlive-generic-iftex
|
texlive-iftex
|
||||||
texlive-latex-atveryend
|
texlive-atveryend
|
||||||
texlive-latex-kvoptions
|
texlive-kvoptions
|
||||||
texlive-latex-pdftexcmds
|
texlive-pdftexcmds
|
||||||
texlive-latex-xkeyval))
|
texlive-latex-xkeyval))
|
||||||
(home-page "https://github.com/ho-tex/zref")
|
(home-page "https://github.com/ho-tex/zref")
|
||||||
(synopsis "Reference scheme for LaTeX")
|
(synopsis "Reference scheme for LaTeX")
|
||||||
|
|
Loading…
Reference in a new issue