[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
307/418: gnu: texlive-pstool: Refresh package definition.
From: |
guix-commits |
Subject: |
307/418: gnu: texlive-pstool: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7ef1a0b5ba2acee2774ee6f509f0b38e1a6a8df4
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 0f73057165..067aef8913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5803,32 +5803,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)
- 286/418: gnu: texlive-rerunfilecheck: Refresh package definition., (continued)
- 286/418: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/29
- 287/418: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/29
- 288/418: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/29
- 289/418: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/29
- 290/418: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/05/29
- 296/418: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/05/29
- 297/418: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/29
- 299/418: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/29
- 300/418: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/29
- 302/418: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/29
- 307/418: gnu: texlive-pstool: Refresh package definition.,
guix-commits <=
- 309/418: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/29
- 313/418: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/29
- 315/418: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/29
- 317/418: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/29
- 319/418: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/05/29
- 320/418: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/29
- 323/418: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/29
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/29
- 326/418: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/29
- 327/418: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/29