gnu: texlive-latex-pgf: Rename to "texlive-pgf".

Suggested by Ricardo Wurmus.

* gnu/packages/tex.scm (texlive-latex-pgf): Rename to...
(texlive-pgf): ... this.  Change 'name' accordingly.
(texlive-latex-pgf): Define as deprecated.
(texlive-beamer)[propagated-inputs]: Use the new name.
(texlive-todonotes)[propagated-inputs]: Likewise.
(texlive-adjustbox)[propagated-inputs]: Likewise.
(texlive-tcolorbox)[propagated-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Likewise.
This commit is contained in:
Ludovic Courtès 2022-03-02 16:00:09 +01:00
parent ca6de276db
commit e5dbda5abc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 11 additions and 7 deletions

View file

@ -3340,7 +3340,7 @@ (define-public discrover
texlive-latex-ms texlive-latex-ms
texlive-latex-natbib texlive-latex-natbib
texlive-bibtex ; style files used by natbib texlive-bibtex ; style files used by natbib
texlive-latex-pgf ; tikz texlive-pgf ; tikz
texlive-latex-verbatimbox))) texlive-latex-verbatimbox)))
("imagemagick" ,imagemagick))) ("imagemagick" ,imagemagick)))
(home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/") (home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/")

View file

@ -7996,9 +7996,9 @@ (define-public texlive-ulem
(define-deprecated-package texlive-generic-ulem texlive-ulem) (define-deprecated-package texlive-generic-ulem texlive-ulem)
(define-public texlive-latex-pgf (define-public texlive-pgf
(package (package
(name "texlive-latex-pgf") (name "texlive-pgf")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (source
(origin (origin
@ -8055,6 +8055,8 @@ (define-public texlive-latex-pgf
produce either PostScript or PDF output.") produce either PostScript or PDF output.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-pgf texlive-pgf)
(define-public texlive-latex-koma-script (define-public texlive-latex-koma-script
(package (package
(name "texlive-latex-koma-script") (name "texlive-latex-koma-script")
@ -8679,7 +8681,7 @@ (define-public texlive-beamer
#:trivial? #t)) #:trivial? #t))
(propagated-inputs (propagated-inputs
(list texlive-hyperref texlive-oberdiek texlive-etoolbox (list texlive-hyperref texlive-oberdiek texlive-etoolbox
texlive-latex-pgf)) texlive-pgf))
(home-page "https://www.ctan.org/pkg/beamer") (home-page "https://www.ctan.org/pkg/beamer")
(synopsis "LaTeX class for producing presentations and slides") (synopsis "LaTeX class for producing presentations and slides")
(description "The beamer LaTeX class can be used for producing slides. (description "The beamer LaTeX class can be used for producing slides.
@ -9038,6 +9040,8 @@ (define-public texlive-latex-xkeyval
texlive-pstricks texlive-pstricks
texlive-pst-text texlive-pst-text
texlive-tools texlive-tools
;; TODO: Use non-deprecated name on next rebuild cycle.
texlive-latex-pgf)) texlive-latex-pgf))
(home-page "http://www.ctan.org/pkg/xkeyval") (home-page "http://www.ctan.org/pkg/xkeyval")
(synopsis "Extension of the keyval package") (synopsis "Extension of the keyval package")
@ -9247,7 +9251,7 @@ (define-public texlive-todonotes
(package (package
(inherit template) (inherit template)
(propagated-inputs (propagated-inputs
(list texlive-latex-pgf texlive-latex-xkeyval)) (list texlive-pgf texlive-latex-xkeyval))
(home-page "http://www.ctan.org/pkg/todonotes") (home-page "http://www.ctan.org/pkg/todonotes")
(synopsis "Marking things to do in a LaTeX document") (synopsis "Marking things to do in a LaTeX document")
(description "The @code{todonotes} package lets the user mark (description "The @code{todonotes} package lets the user mark
@ -9974,7 +9978,7 @@ (define-public texlive-adjustbox
(native-inputs (native-inputs
(list texlive-ydoc)) (list texlive-ydoc))
(propagated-inputs (propagated-inputs
(list texlive-latex-pgf (list texlive-pgf
texlive-latex-varwidth texlive-latex-varwidth
texlive-latex-xkeyval texlive-latex-xkeyval
texlive-collectbox texlive-collectbox
@ -10004,7 +10008,7 @@ (define-public texlive-tcolorbox
(package (package
(inherit template) (inherit template)
(propagated-inputs (propagated-inputs
(list texlive-etoolbox texlive-latex-environ texlive-latex-pgf (list texlive-etoolbox texlive-latex-environ texlive-pgf
texlive-latex-tools)) texlive-latex-tools))
(home-page "https://www.ctan.org/pkg/tcolorbox") (home-page "https://www.ctan.org/pkg/tcolorbox")
(synopsis "Colored boxes, for LaTeX examples and theorems, etc") (synopsis "Colored boxes, for LaTeX examples and theorems, etc")