[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/409: gnu: texlive-latex-psfrag -> texlive-psfrag.
From: |
guix-commits |
Subject: |
46/409: gnu: texlive-latex-psfrag -> texlive-psfrag. |
Date: |
Sat, 20 May 2023 04:02:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a9aae04efb4c9eb52bee3c8f5d75d0f0ae66b372
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:34:05 2023 +0200
gnu: texlive-latex-psfrag -> texlive-psfrag.
* gnu/packages/tex.scm (texlive-psfrag): New variable.
(texlive-latex-psfrag): Deprecate variable.
(texlive-pstool):
* gnu/packages/bioinformatics.scm (phyml): Use new name.
---
gnu/packages/bioinformatics.scm | 2 +-
gnu/packages/tex.scm | 35 ++++++++++++++++++++---------------
2 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b7e05b4fd0..d85369cf6a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11483,7 +11483,7 @@ programs for inferring phylogenies (evolutionary
trees).")
texlive-graphics
texlive-grfext
texlive-hyperref
- texlive-latex-psfrag
+ texlive-psfrag
texlive-xcolor))))
(home-page "https://github.com/stephaneguindon/phyml")
(synopsis "Programs for working on SAM/BAM files")
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90ce7c6cd7..8b27e74aa7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5451,31 +5451,36 @@ available for LuaTeX by reimplementing them using Lua.")
(define-deprecated-package texlive-latex-pdftexcmds texlive-pdftexcmds)
-(define-public texlive-latex-psfrag
+(define-public texlive-psfrag
(package
- (name "texlive-latex-psfrag")
+ (name "texlive-psfrag")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "psfrag"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1dxbl5il7wbbsp0v45vk884xi1192wxw03849pb1g5q4x808n352"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/psfrag/"
+ "dvips/psfrag/"
+ "source/latex/psfrag/"
+ "tex/latex/psfrag/")
+ (base32
+ "06vp5x6rnl4gqwxzzynbl169q23k8pmaxjhb0lbzdcm3ihvzp47z")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/psfrag"))
- (home-page "https://www.ctan.org/pkg/psfrag")
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/psfrag")
(synopsis "Replace strings in encapsulated PostScript figures")
(description
"This package allows LaTeX constructions (equations, picture
environments, etc.) to be precisely superimposed over Encapsulated PostScript
figures, using your own favorite drawing tool to create an EPS figure and
-placing simple text \"tags\" where each replacement is to be placed, with
-PSfrag automatically removing these tags from the figure and replacing them
-with a user specified LaTeX construction, properly aligned, scaled, and/or
+placing simple text tags where each replacement is to be placed, with PSfrag
+automatically removing these tags from the figure and replacing them with
+a user specified LaTeX construction, properly aligned, scaled, and/or
rotated.")
(license (license:fsf-free "file://psfrag.dtx"))))
+(define-deprecated-package texlive-latex-psfrag texlive-psfrag)
+
(define-public texlive-pstool
(package
(inherit (simple-texlive-package
@@ -5492,7 +5497,7 @@ rotated.")
texlive-ifplatform
texlive-l3kernel ; for expl3
texlive-oberdiek
- texlive-latex-psfrag
+ texlive-psfrag
texlive-tools ; for shellesc
texlive-trimspaces
texlive-latex-xkeyval))
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., (continued)
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20
- 69/409: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/20
- 80/409: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/20
- 81/409: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/20
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20
- 63/409: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/20
- 65/409: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/20
- 46/409: gnu: texlive-latex-psfrag -> texlive-psfrag.,
guix-commits <=
- 56/409: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/20
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/20
- 76/409: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/20
- 77/409: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/20
- 85/409: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/20
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/20
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20