me
/
guix
Archived
1
0
Fork 0

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.
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 @@ data and settings.")
texlive-latex-ms
texlive-latex-natbib
texlive-bibtex ; style files used by natbib
texlive-latex-pgf ; tikz
texlive-pgf ; tikz
texlive-latex-verbatimbox)))
("imagemagick" ,imagemagick)))
(home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/")

View File

@ -7996,9 +7996,9 @@ striking out (line through words) and crossing out (/// over words).")
(define-deprecated-package texlive-generic-ulem texlive-ulem)
(define-public texlive-latex-pgf
(define-public texlive-pgf
(package
(name "texlive-latex-pgf")
(name "texlive-pgf")
(version (number->string %texlive-revision))
(source
(origin
@ -8055,6 +8055,8 @@ works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can
produce either PostScript or PDF output.")
(license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-pgf texlive-pgf)
(define-public texlive-latex-koma-script
(package
(name "texlive-latex-koma-script")
@ -8679,7 +8681,7 @@ for a wealth of support information.")
#:trivial? #t))
(propagated-inputs
(list texlive-hyperref texlive-oberdiek texlive-etoolbox
texlive-latex-pgf))
texlive-pgf))
(home-page "https://www.ctan.org/pkg/beamer")
(synopsis "LaTeX class for producing presentations and slides")
(description "The beamer LaTeX class can be used for producing slides.
@ -9038,6 +9040,8 @@ are part of the LaTeX required tools distribution, comprising the packages:
texlive-pstricks
texlive-pst-text
texlive-tools
;; TODO: Use non-deprecated name on next rebuild cycle.
texlive-latex-pgf))
(home-page "http://www.ctan.org/pkg/xkeyval")
(synopsis "Extension of the keyval package")
@ -9247,7 +9251,7 @@ section.
(package
(inherit template)
(propagated-inputs
(list texlive-latex-pgf texlive-latex-xkeyval))
(list texlive-pgf texlive-latex-xkeyval))
(home-page "http://www.ctan.org/pkg/todonotes")
(synopsis "Marking things to do in a LaTeX document")
(description "The @code{todonotes} package lets the user mark
@ -9974,7 +9978,7 @@ the list of graphics file extensions recognised by package graphics.")
(native-inputs
(list texlive-ydoc))
(propagated-inputs
(list texlive-latex-pgf
(list texlive-pgf
texlive-latex-varwidth
texlive-latex-xkeyval
texlive-collectbox
@ -10004,7 +10008,7 @@ provided box macros are @code{\\lapbox}, @code{\\marginbox},
(package
(inherit template)
(propagated-inputs
(list texlive-etoolbox texlive-latex-environ texlive-latex-pgf
(list texlive-etoolbox texlive-latex-environ texlive-pgf
texlive-latex-tools))
(home-page "https://www.ctan.org/pkg/tcolorbox")
(synopsis "Colored boxes, for LaTeX examples and theorems, etc")