diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:00:09 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-04 02:00:09 +0100 |
| commit | 006538c5273e08e775488af16c8014ba71d8a36e (patch) | |
| tree | 460d1f52daf6bb45cb846161ef41ef4a3e40189a /gnu | |
| parent | e7cf0ea6602413251eee9a3d004d719770415d6e (diff) | |
gnu: texlive-generic-iftex: Rename to texlive-iftex.
* gnu/packages/tex.scm (texlive-iftex): Renamed from TEXLIVE-GENERIC-IFTEX.
(texlive-hyperref):
(texlive-oberdiek):
(texlive-pdftexcmds):
(texlive-generic-etexcmds):
(texlive-generic-iftex):
(texlive-generic-ifxetex):
(texlive-latex-xkeyval):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
(python-nbconvert):
(python-pypandoc): Apply renaming.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/docbook.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/tex.scm | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index bd0e4e8f5d4..9fe42dcfb0d 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm | |||
| @@ -485,7 +485,7 @@ the in DocBook SGML DTDs.") | |||
| 485 | texlive-fonts-rsfs | 485 | texlive-fonts-rsfs |
| 486 | texlive-stmaryrd | 486 | texlive-stmaryrd |
| 487 | 487 | ||
| 488 | texlive-generic-iftex))) | 488 | texlive-iftex))) |
| 489 | ("imagemagick" ,imagemagick) ;for convert | 489 | ("imagemagick" ,imagemagick) ;for convert |
| 490 | ("inkscape" ,inkscape) ;for svg conversion | 490 | ("inkscape" ,inkscape) ;for svg conversion |
| 491 | ("docbook" ,docbook-xml) | 491 | ("docbook" ,docbook-xml) |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dafda261cdb..22131820a44 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -5831,7 +5831,7 @@ readable format.") | |||
| 5831 | ("python-numpydoc" ,python-numpydoc) | 5831 | ("python-numpydoc" ,python-numpydoc) |
| 5832 | ("texlive" ,(texlive-updmap.cfg (list texlive-cm-super | 5832 | ("texlive" ,(texlive-updmap.cfg (list texlive-cm-super |
| 5833 | texlive-fonts-ec | 5833 | texlive-fonts-ec |
| 5834 | texlive-generic-iftex | 5834 | texlive-iftex |
| 5835 | texlive-pdftex | 5835 | texlive-pdftex |
| 5836 | texlive-amsfonts | 5836 | texlive-amsfonts |
| 5837 | texlive-latex-capt-of | 5837 | texlive-latex-capt-of |
| @@ -8917,7 +8917,7 @@ computing.") | |||
| 8917 | ;; FIXME: It's possible that a smaller union would work just as well. | 8917 | ;; FIXME: It's possible that a smaller union would work just as well. |
| 8918 | ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts | 8918 | ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts |
| 8919 | texlive-fonts-ec | 8919 | texlive-fonts-ec |
| 8920 | texlive-generic-iftex | 8920 | texlive-iftex |
| 8921 | texlive-pdftex | 8921 | texlive-pdftex |
| 8922 | texlive-latex-capt-of | 8922 | texlive-latex-capt-of |
| 8923 | texlive-latex-cmap | 8923 | texlive-latex-cmap |
| @@ -12614,7 +12614,7 @@ time.") | |||
| 12614 | texlive-eurosym | 12614 | texlive-eurosym |
| 12615 | texlive-fonts-rsfs | 12615 | texlive-fonts-rsfs |
| 12616 | texlive-generic-ulem | 12616 | texlive-generic-ulem |
| 12617 | texlive-generic-iftex | 12617 | texlive-iftex |
| 12618 | texlive-jknappen | 12618 | texlive-jknappen |
| 12619 | texlive-latex-amsmath | 12619 | texlive-latex-amsmath |
| 12620 | texlive-latex-enumitem | 12620 | texlive-latex-enumitem |
| @@ -26474,7 +26474,7 @@ By default it uses the open Python vulnerability database Safety DB.") | |||
| 26474 | (native-inputs | 26474 | (native-inputs |
| 26475 | `(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts | 26475 | `(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts |
| 26476 | texlive-fonts-ec | 26476 | texlive-fonts-ec |
| 26477 | texlive-generic-iftex | 26477 | texlive-iftex |
| 26478 | texlive-hyperref | 26478 | texlive-hyperref |
| 26479 | texlive-oberdiek | 26479 | texlive-oberdiek |
| 26480 | texlive-lm | 26480 | texlive-lm |
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 169bb25e45b..b64014071a9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -3458,7 +3458,7 @@ XML, using UTF-8 or a suitable 8-bit encoding.") | |||
| 3458 | texlive-generic-bitset | 3458 | texlive-generic-bitset |
| 3459 | texlive-generic-etexcmds | 3459 | texlive-generic-etexcmds |
| 3460 | texlive-generic-gettitlestring | 3460 | texlive-generic-gettitlestring |
| 3461 | texlive-generic-iftex | 3461 | texlive-iftex |
| 3462 | texlive-generic-infwarerr | 3462 | texlive-generic-infwarerr |
| 3463 | texlive-generic-intcalc | 3463 | texlive-generic-intcalc |
| 3464 | texlive-generic-kvdefinekeys | 3464 | texlive-generic-kvdefinekeys |
| @@ -3512,7 +3512,7 @@ pdf and HTML backends. The package is distributed with the @code{backref} and | |||
| 3512 | (("ifpdf.ins") "ifpdf.dtx")) | 3512 | (("ifpdf.ins") "ifpdf.dtx")) |
| 3513 | #t))))) | 3513 | #t))))) |
| 3514 | (propagated-inputs | 3514 | (propagated-inputs |
| 3515 | (list texlive-generic-iftex)) | 3515 | (list texlive-iftex)) |
| 3516 | (home-page "https://www.ctan.org/pkg/oberdiek") | 3516 | (home-page "https://www.ctan.org/pkg/oberdiek") |
| 3517 | (synopsis "Bundle of packages submitted by Heiko Oberdiek") | 3517 | (synopsis "Bundle of packages submitted by Heiko Oberdiek") |
| 3518 | (description | 3518 | (description |
| @@ -4909,7 +4909,7 @@ Unicode option of @code{inputenc} or @code{inputenx}, or by XeLaTeX/LuaLaTeX.") | |||
| 4909 | (copy-recursively (string-append origin "/source") source) | 4909 | (copy-recursively (string-append origin "/source") source) |
| 4910 | (copy-recursively (string-append origin "/doc") doc)))))))) | 4910 | (copy-recursively (string-append origin "/doc") doc)))))))) |
| 4911 | (propagated-inputs | 4911 | (propagated-inputs |
| 4912 | (list texlive-generic-iftex texlive-generic-infwarerr | 4912 | (list texlive-iftex texlive-generic-infwarerr |
| 4913 | texlive-generic-ltxcmds)) | 4913 | texlive-generic-ltxcmds)) |
| 4914 | (home-page "https://www.ctan.org/pkg/pdftexcmds") | 4914 | (home-page "https://www.ctan.org/pkg/pdftexcmds") |
| 4915 | (synopsis "LuaTeX support for pdfTeX utility functions") | 4915 | (synopsis "LuaTeX support for pdfTeX utility functions") |
| @@ -8098,7 +8098,7 @@ can be manipulated.") | |||
| 8098 | "11y6pnlq13bp0ybi7c82g8ds8085zv1zaslgqv3dzhgi3dklpc0c") | 8098 | "11y6pnlq13bp0ybi7c82g8ds8085zv1zaslgqv3dzhgi3dklpc0c") |
| 8099 | #:trivial? #t)) | 8099 | #:trivial? #t)) |
| 8100 | (propagated-inputs | 8100 | (propagated-inputs |
| 8101 | (list texlive-generic-infwarerr texlive-generic-iftex)) | 8101 | (list texlive-generic-infwarerr texlive-iftex)) |
| 8102 | (home-page "https://www.ctan.org/pkg/etexcmds") | 8102 | (home-page "https://www.ctan.org/pkg/etexcmds") |
| 8103 | (synopsis "Avoid name clashes with e-TeX commands") | 8103 | (synopsis "Avoid name clashes with e-TeX commands") |
| 8104 | (description | 8104 | (description |
| @@ -8790,9 +8790,9 @@ may be used instead of @code{\\marginpar} at almost every place where | |||
| 8790 | frames made with the @code{framed} package.") | 8790 | frames made with the @code{framed} package.") |
| 8791 | (license license:lppl1.3c+)))) | 8791 | (license license:lppl1.3c+)))) |
| 8792 | 8792 | ||
| 8793 | (define-public texlive-generic-iftex | 8793 | (define-public texlive-iftex |
| 8794 | (let ((template (simple-texlive-package | 8794 | (let ((template (simple-texlive-package |
| 8795 | "texlive-generic-iftex" | 8795 | "texlive-iftex" |
| 8796 | (list "/doc/generic/iftex/" | 8796 | (list "/doc/generic/iftex/" |
| 8797 | "/tex/generic/iftex/") | 8797 | "/tex/generic/iftex/") |
| 8798 | (base32 | 8798 | (base32 |
| @@ -8810,9 +8810,9 @@ package also provides the @code{\\RequirePDFTeX}, @code{\\RequireXeTeX}, and | |||
| 8810 | LuaTeX (respectively) is not the engine in use.") | 8810 | LuaTeX (respectively) is not the engine in use.") |
| 8811 | (license license:lppl1.3+)))) | 8811 | (license license:lppl1.3+)))) |
| 8812 | 8812 | ||
| 8813 | (define-deprecated-package texlive-iftex texlive-generic-iftex) | 8813 | (define-deprecated-package texlive-generic-iftex texlive-iftex) |
| 8814 | 8814 | ||
| 8815 | (define-deprecated-package texlive-generic-ifxetex texlive-generic-iftex) | 8815 | (define-deprecated-package texlive-generic-ifxetex texlive-iftex) |
| 8816 | 8816 | ||
| 8817 | (define-public texlive-tools | 8817 | (define-public texlive-tools |
| 8818 | (let ((template (simple-texlive-package | 8818 | (let ((template (simple-texlive-package |
| @@ -8907,7 +8907,7 @@ are part of the LaTeX required tools distribution, comprising the packages: | |||
| 8907 | texlive-graphics-def | 8907 | texlive-graphics-def |
| 8908 | texlive-xcolor | 8908 | texlive-xcolor |
| 8909 | texlive-latex-footmisc | 8909 | texlive-latex-footmisc |
| 8910 | texlive-generic-iftex | 8910 | texlive-iftex |
| 8911 | texlive-listings | 8911 | texlive-listings |
| 8912 | texlive-pstricks | 8912 | texlive-pstricks |
| 8913 | texlive-pst-text | 8913 | texlive-pst-text |
