[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/452: gnu: Add texlive-hyperxmp.
From: |
guix-commits |
Subject: |
97/452: gnu: Add texlive-hyperxmp. |
Date: |
Fri, 9 Jun 2023 13:43:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ea3876b3a559fe617bf19a38e287d1a16444ca9b
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 eeff8921c0..4f164163ca 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"
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., (continued)
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp.,
guix-commits <=
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09