[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: texlive-latex-filecontents: Rename to texlive-filecontents.
From: |
guix-commits |
Subject: |
11/12: gnu: texlive-latex-filecontents: Rename to texlive-filecontents. |
Date: |
Thu, 4 May 2023 05:56:23 -0400 (EDT) |
civodul pushed a commit to branch tex-team
in repository guix.
commit 98e7f2f640feb98d283fc48632817e6f0c2521c4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 19:27:41 2023 +0200
gnu: texlive-latex-filecontents: Rename to texlive-filecontents.
* gnu/packages/tex.scm (texlive-filecontents): New variable.
(texlive-latex-filecontents): Deprecate package.
(texlive-latex-trimspaces):
(texlive-latex-needspace):
(texlive-latex-changepage):
(texlive-ifmtarg): Apply renaming.
---
gnu/packages/tex.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7f0b7a2da9..3429858306 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3339,9 +3339,9 @@ a process to convert the EPS to PDF, using the script
@command{epstopdf}.")
(define-deprecated-package texlive-latex-epstopdf-pkg texlive-epstopdf-pkg)
-(define-public texlive-latex-filecontents
+(define-public texlive-filecontents
(let ((template (simple-texlive-package
- "texlive-latex-filecontents"
+ "texlive-filecontents"
(list "doc/latex/filecontents/"
"source/latex/filecontents/"
"tex/latex/filecontents/")
@@ -3369,6 +3369,8 @@ overwrite existing files and letting you use
@code{filecontents}
@code{filecontents*} anywhere.")
(license license:lppl1.3c+))))
+(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
+
(define-public texlive-epsf
(package
(inherit (simple-texlive-package
@@ -5836,7 +5838,7 @@ be changed.")
(("pstool.tex") "trimspaces.tex"))
#t)))))
(inputs
- (list texlive-latex-filecontents))
+ (list texlive-filecontents))
(home-page "https://www.ctan.org/pkg/trimspaces")
(synopsis "Trim spaces around an argument or within a macro")
(description
@@ -9512,7 +9514,7 @@ and after the formatted number.")
'(#:tex-directory "latex/needspace"
#:tex-format "latex"))
(inputs
- (list texlive-latex-filecontents))
+ (list texlive-filecontents))
(home-page "https://www.ctan.org/pkg/needspace")
(synopsis "Insert pagebreak if not enough space")
(description
@@ -9538,7 +9540,7 @@ page, a new page will be started.")
'(#:tex-directory "latex/changepage"
#:tex-format "latex"))
(inputs
- (list texlive-latex-filecontents))
+ (list texlive-filecontents))
(home-page "https://www.ctan.org/pkg/changepage")
(synopsis "Margin adjustment and detection of odd/even pages")
(description
@@ -11718,7 +11720,7 @@ floats merely delays the arrival of the inevitable
error message.")
(add-after 'unpack 'chdir
(lambda _ (chdir "source/latex/ifmtarg")))))))
(inputs
- (list texlive-latex-filecontents))
+ (list texlive-filecontents))
(home-page "https://www.ctan.org/pkg/ifmtarg")
(synopsis "If-then-else command for processing potentially empty
arguments")
(description "This package provides a command for the LaTeX programmer
for
- branch tex-team created (now 3420701590), guix-commits, 2023/05/04
- 01/12: gnu: texlive-amsmath: Add missing input., guix-commits, 2023/05/04
- 02/12: gnu: texlive-xetex: Replace deprecated inputs., guix-commits, 2023/05/04
- 04/12: gnu: texlive-ncctools: Replace deprecated input., guix-commits, 2023/05/04
- 07/12: gnu: texlive-ddphonism: Replace deprecated input., guix-commits, 2023/05/04
- 11/12: gnu: texlive-latex-filecontents: Rename to texlive-filecontents.,
guix-commits <=
- 05/12: gnu: texlive-totcount: Replace deprecated input., guix-commits, 2023/05/04
- 08/12: gnu: texlive-latex-epstopdf-pkg: Fix package definition., guix-commits, 2023/05/04
- 09/12: gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg., guix-commits, 2023/05/04
- 03/12: gnu: texlive-soulutf8: Replace deprecated inputs., guix-commits, 2023/05/04
- 06/12: gnu: texlive-totpages: Replace deprecated input., guix-commits, 2023/05/04
- 10/12: gnu: texlive-latex-filecontents: Fix package definition., guix-commits, 2023/05/04
- 12/12: svn-download: Do not expand keywords., guix-commits, 2023/05/04