[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: texlive-latex-pgf: Rename to "texlive-pgf".
From: |
guix-commits |
Subject: |
03/08: gnu: texlive-latex-pgf: Rename to "texlive-pgf". |
Date: |
Wed, 2 Mar 2022 13:27:07 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit e5dbda5abc23c5ed716121872d1bbaa8bfcee79e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 2 16:00:09 2022 +0100
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.
---
gnu/packages/bioinformatics.scm | 2 +-
gnu/packages/tex.scm | 16 ++++++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index df7490fc70..6db75f143f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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/")
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90f3500f11..32707bba5c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")
- branch master updated (209a3274f8 -> be84fb701b), guix-commits, 2022/03/02
- 01/08: shell: Disable caching when '-p' is passed., guix-commits, 2022/03/02
- 08/08: doc: Publish the Slovak translation of the cookbook., guix-commits, 2022/03/02
- 04/08: gnu: texlive-latex-listings: Rename to "texlive-listings"., guix-commits, 2022/03/02
- 03/08: gnu: texlive-latex-pgf: Rename to "texlive-pgf".,
guix-commits <=
- 06/08: doc: Add "Using TeX and LaTeX" chapter., guix-commits, 2022/03/02
- 02/08: gnu: texlive-bin: Skip faulty tests on armhf-linux., guix-commits, 2022/03/02
- 05/08: gnu: texlive-latex-wrapfig: Rename to "texlive-wrapfig"., guix-commits, 2022/03/02
- 07/08: gnu: hypre: Remove input labels., guix-commits, 2022/03/02