[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
270/458: gnu: texlive-pdfx: Refresh package definition.
From: |
guix-commits |
Subject: |
270/458: gnu: texlive-pdfx: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 61a6948a7a0e5a8eaec5f41875252d2657fae859
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:00:03 2023 +0200
gnu: texlive-pdfx: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdfx): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-COLORPROFILES, TEXLIVE-EVERYSHI,
TEXLIVE-HYPERREF, TEXLIVE-IFTEX, TEXLIVE-PDFTEXCMDS, TEXLIVE-STRINGENC,
TEXLIVE-XCOLOR, TEXLIVE-XMPINCL. Remove TEXLIVE-PDFTEX.
---
gnu/packages/tex.scm | 59 +++++++++++++++++++++++++++++-----------------------
1 file changed, 33 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9e196d18d3..12d27f8077 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10207,33 +10207,40 @@ the file to which it applies.")
(define-deprecated-package texlive-latex-xmpincl texlive-xmpincl)
(define-public texlive-pdfx
- (let ((template (simple-texlive-package
- "texlive-pdfx"
- (list "/doc/latex/pdfx/"
- "/source/latex/pdfx/"
- "/tex/latex/pdfx/")
- (base32
- "1z4j4d92k2fjmf8jfap4zn7ij97d9rz2jcs9aslcac07ag4x5bdp"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/pdfx")
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'fix-encoding
- (lambda _
- (substitute* "source/latex/pdfx/pdfx.dtx"
- ((" .+umaczy") "umaczy"))))))))
- (propagated-inputs
- (list texlive-pdftex))
- (home-page "https://www.ctan.org/pkg/pdfx")
- (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX")
- (description
- "This package helps LaTeX users to create PDF/X, PDF/A and other
+ (package
+ (name "texlive-pdfx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pdfx/" "source/latex/pdfx/"
+ "tex/latex/pdfx/")
+ (base32
+ "1z4j4d92k2fjmf8jfap4zn7ij97d9rz2jcs9aslcac07ag4x5bdp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-encoding
+ (lambda _
+ (substitute* "source/latex/pdfx/pdfx.dtx"
+ ((" .+umaczy") "umaczy")))))))
+ (propagated-inputs
+ (list texlive-colorprofiles
+ texlive-everyshi
+ texlive-hyperref
+ texlive-iftex
+ texlive-pdftexcmds
+ texlive-stringenc
+ texlive-xcolor
+ texlive-xmpincl))
+ (home-page "https://ctan.org/pkg/pdfx")
+ (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX")
+ (description
+ "The package helps LaTeX users to create PDF/X, PFD/A and other
standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.")
- (license license:lppl1.2+))))
+ (license license:lppl1.2+)))
(define-deprecated-package texlive-latex-pdfx texlive-pdfx)
- 437/458: gnu: Add texlive-luahbtex., (continued)
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/14
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/14
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition.,
guix-commits <=
- 274/458: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/14
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14
- 298/458: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/14
- 323/458: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/14
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14
- 178/458: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/14
- 215/458: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/14
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/14
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14