[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/409: gnu: Add texlive-hyperxmp.
From: |
guix-commits |
Subject: |
97/409: gnu: Add texlive-hyperxmp. |
Date: |
Sat, 20 May 2023 04:02:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 54b513305f49629fc37f63d6ca35d835b228fd84
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:55:42 2023 +0200
gnu: Add texlive-hyperxmp.
* gnu/packages/tex.scm (texlive-hyperxmp): New variable.
---
gnu/packages/tex.scm | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 635cb4ecea..56eff20e9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3765,6 +3765,53 @@ pdf and HTML backends. The package is distributed with
the @code{backref} and
(define-deprecated-package texlive-latex-hyperref texlive-hyperref)
+(define-public texlive-hyperxmp
+ (package
+ (name "texlive-hyperxmp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hyperxmp/"
+ "doc/man/man1/hyperxmp-add-bytecount.1"
+ "doc/man/man1/hyperxmp-add-bytecount.man1.pdf"
+ "scripts/hyperxmp/"
+ "source/latex/hyperxmp/"
+ "tex/latex/hyperxmp/")
+ (base32
+ "177wx80mc6ipl0ciddnwgjjfg9vqv71y9ql0y69sviplyy533ng7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ (lambda _
+ (delete-file "source/latex/hyperxmp/hyperxmp-stds.tex"))))))
+ (propagated-inputs
+ (list texlive-atenddvi
+ texlive-etoolbox
+ texlive-hyperref
+ texlive-ifmtarg
+ texlive-iftex
+ texlive-intcalc
+ texlive-kvoptions
+ texlive-luacode
+ texlive-oberdiek ;for ifdraft
+ texlive-pdfescape
+ texlive-stringenc
+ texlive-totpages))
+ (home-page "https://ctan.org/pkg/hyperxmp")
+ (synopsis "Embed XMP metadata within a LaTeX document")
+ (description
+ "XMP (eXtensible Metadata Platform) is a mechanism proposed by Adobe for
+embedding document metadata, within the document itself. The metadata is
+designed to be easy to extract, even by programs that are oblivious to the
+document's file format. The @code{hyperxmp} package makes it trivial for
+LaTeX document authors to store XMP metadata in their documents as well. It
+is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf.")
+ (license license:lppl1.3c)))
+
(define-public texlive-oberdiek
(let ((template (simple-texlive-package
"texlive-oberdiek"
- 154/409: gnu: texlive-ltablex: Refresh package definition., (continued)
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp.,
guix-commits <=
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20