[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/418: gnu: Add texlive-hyperxmp.
From: |
guix-commits |
Subject: |
97/418: gnu: Add texlive-hyperxmp. |
Date: |
Fri, 2 Jun 2023 17:24:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9b64610499dae659a4f8ab96c1f692be06db2714
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 15022c2a9a..abd393be61 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"
- 77/418: gnu: texlive-latex-float -> texlive-float., (continued)
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/06/02
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp.,
guix-commits <=
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/06/02
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02
- 53/418: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/02
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02