[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
307/458: gnu: texlive-pstool: Refresh package definition.
From: |
guix-commits |
Subject: |
307/458: gnu: texlive-pstool: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6f69b70c7c405bec04083e8f483896150874617e
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)
- 240/458: gnu: texlive-makecmds: Refresh package definition., (continued)
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/14
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/14
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14
- 307/458: gnu: texlive-pstool: Refresh package definition.,
guix-commits <=
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/14
- 311/458: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/14
- 316/458: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/14
- 312/458: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/14
- 317/458: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/14
- 319/458: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/14
- 325/458: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/14
- 337/458: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/14
- 339/458: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/14
- 340/458: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/14