[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg.
From: |
guix-commits |
Subject: |
03/06: gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg. |
Date: |
Sun, 11 Jun 2023 12:16:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit adf9537b328dba8b7362002a7a0509e0c37d108a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 17:57:55 2023 +0200
gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg.
* gnu/packages/tex.scm (texlive-epstopdf-pkg): New variable.
(texlive-latex-epstopdf-pkg): Deprecate variable.
(texlive-graphics-def): Apply renaming.
---
gnu/packages/tex.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a8fc98e7f7..5b03ae2380 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3294,9 +3294,9 @@ the @file{.aux} file.")
(define-deprecated-package texlive-latex-auxhook texlive-auxhook)
-(define-public texlive-latex-epstopdf-pkg
+(define-public texlive-epstopdf-pkg
(let ((template (simple-texlive-package
- "texlive-latex-epstopdf-pkg"
+ "texlive-epstopdf-pkg"
(list "doc/latex/epstopdf-pkg/"
"source/latex/epstopdf-pkg/"
"tex/latex/epstopdf-pkg/")
@@ -3337,6 +3337,8 @@ when running under pdfTeX. If an EPS graphic is
detected, the package spawns
a process to convert the EPS to PDF, using the script @command{epstopdf}.")
(license license:lppl1.3c+))))
+(define-deprecated-package texlive-latex-epstopdf-pkg texlive-epstopdf-pkg)
+
(define-public texlive-latex-filecontents
(package
(name "texlive-latex-filecontents")
@@ -3432,7 +3434,7 @@ Unicode points; it is maintained by Adobe. The additional
"0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")
#:trivial? #t))
(propagated-inputs
- (list texlive-latex-epstopdf-pkg))
+ (list texlive-epstopdf-pkg))
(home-page "https://www.ctan.org/pkg/latex-graphics")
(synopsis "Color and graphics option files")
(description
- branch master updated (73fa288989 -> e6da6e3152), guix-commits, 2023/06/11
- 01/06: gnu: texlive-amsmath: Add missing input., guix-commits, 2023/06/11
- 03/06: gnu: texlive-latex-epstopdf-pkg: Rename to texlive-epstopdf-pkg.,
guix-commits <=
- 02/06: gnu: texlive-latex-epstopdf-pkg: Fix package definition., guix-commits, 2023/06/11
- 05/06: gnu: texlive-latex-filecontents: Rename to texlive-filecontents., guix-commits, 2023/06/11
- 04/06: gnu: texlive-latex-filecontents: Fix package definition., guix-commits, 2023/06/11
- 06/06: svn-download: Do not expand keywords., guix-commits, 2023/06/11