[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
284/421: gnu: texlive-epstopdf-pkg: Refresh package definition.
From: |
guix-commits |
Subject: |
284/421: gnu: texlive-epstopdf-pkg: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 352a9c70cada8fc96534446bf3facbc98b99a741
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:19:22 2023 +0200
gnu: texlive-epstopdf-pkg: Refresh package definition.
* gnu/packages/tex.scm (texlive-epstopdf-pkg): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 47 ++++++++++++++++++++++-------------------------
1 file changed, 22 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7470422062..bdb89809e5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3430,33 +3430,30 @@ the @file{.aux} file.")
(define-deprecated-package texlive-latex-auxhook texlive-auxhook)
(define-public texlive-epstopdf-pkg
- (let ((template (simple-texlive-package
- "texlive-epstopdf-pkg"
- (list "doc/latex/epstopdf-pkg/"
- "source/latex/epstopdf-pkg/"
- "tex/latex/epstopdf-pkg/")
- (base32
- "1ajyc5pkn1niifz5asyf09vbdqvmy05xwl0vxcdl7ik0ll0jcaxp"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/epstopdf-pkg")
- ((#:build-targets _ '())
- #~(list "epstopdf.ins"))))
- (propagated-inputs
- (list texlive-grfext
- texlive-infwarerr
- texlive-kvoptions
- texlive-pdftexcmds))
- (home-page "https://www.ctan.org/pkg/epstopdf-pkg")
- (synopsis "Call @command{epstopdf} on the fly")
- (description
- "The package adds support for EPS files in the @code{graphicx} package
+ (package
+ (name "texlive-epstopdf-pkg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/epstopdf-pkg/"
+ "source/latex/epstopdf-pkg/"
+ "tex/latex/epstopdf-pkg/")
+ (base32
+ "1ajyc5pkn1niifz5asyf09vbdqvmy05xwl0vxcdl7ik0ll0jcaxp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-grfext
+ texlive-infwarerr
+ texlive-kvoptions
+ texlive-pdftexcmds))
+ (home-page "https://www.ctan.org/pkg/epstopdf-pkg")
+ (synopsis "Call @command{epstopdf} on the fly")
+ (description
+ "The package adds support for EPS files in the @code{graphicx} package
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+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-epstopdf-pkg texlive-epstopdf-pkg)
- 194/421: gnu: texlive-utopia: Refresh package definition., (continued)
- 194/421: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/28
- 195/421: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/28
- 198/421: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/28
- 200/421: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 201/421: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/28
- 152/421: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 164/421: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 179/421: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 204/421: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 276/421: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 284/421: gnu: texlive-epstopdf-pkg: Refresh package definition.,
guix-commits <=
- 286/421: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 289/421: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 292/421: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 218/421: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 223/421: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/28
- 227/421: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/28
- 229/421: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/28
- 234/421: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 236/421: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/28
- 241/421: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/28