[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
307/452: gnu: texlive-pstool: Refresh package definition.
From: |
guix-commits |
Subject: |
307/452: gnu: texlive-pstool: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:47 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d5fc69f688f6f79eef636e9e838ca9f2d280d4f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 17:36:40 2023 +0200
gnu: texlive-pstool: Refresh package definition.
* gnu/packages/tex.scm (texlive-pstool): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 033279ba58..2961b2215b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5791,32 +5791,34 @@ rotated.")
(define-public texlive-pstool
(package
- (inherit (simple-texlive-package
- "texlive-pstool"
- (list "/doc/latex/pstool/"
- "/tex/latex/pstool/")
- (base32
- "12clzcw2cl7g2chr2phgmmiwxw4859cln1gbx1wgp8bl9iw590nc")
- #:trivial? #t))
+ (name "texlive-pstool")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pstool/" "tex/latex/pstool/")
+ (base32
+ "12clzcw2cl7g2chr2phgmmiwxw4859cln1gbx1wgp8bl9iw590nc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(propagated-inputs
- (list texlive-bigfoot ; for suffix
+ (list texlive-bigfoot ; for suffix
texlive-filemod
texlive-graphics
texlive-ifplatform
- texlive-l3kernel ; for expl3
+ texlive-l3kernel ; for expl3
texlive-oberdiek
texlive-psfrag
texlive-tools ; for shellesc
texlive-trimspaces
texlive-xkeyval))
- (home-page "https://www.ctan.org/pkg/pstool")
- (synopsis "Process PostScript graphics within pdfLaTeX documents")
+ (home-page "https://ctan.org/pkg/pstool")
+ (synopsis "Support for @code{psfrag} within pdfLaTeX")
(description
"This is a package for processing PostScript graphics with @code{psfrag}
labels within pdfLaTeX documents. Every graphic is compiled individually,
drastically speeding up compilation time when only a single figure needs
re-processing.")
- (license license:lppl)))
+ (license license:lppl1.3c)))
(define-deprecated-package texlive-latex-pstool texlive-pstool)
- 267/452: gnu: texlive-pdfescape: Refresh package definition., (continued)
- 267/452: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/09
- 260/452: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/09
- 282/452: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/09
- 286/452: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/09
- 288/452: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/09
- 296/452: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/09
- 298/452: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/09
- 297/452: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/09
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition.,
guix-commits <=
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09
- 320/452: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/09
- 321/452: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/09
- 325/452: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/09
- 324/452: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/09
- 328/452: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/09
- 335/452: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/09
- 338/452: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/09