[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
284/418: gnu: texlive-hyperref: Refresh package definition.
From: |
guix-commits |
Subject: |
284/418: gnu: texlive-hyperref: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fcc1a9f9297d111490047ac3d8b5d91e5a7ebc34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:27:11 2023 +0200
gnu: texlive-hyperref: Refresh package definition.
* gnu/packages/tex.scm (texlive-hyperref): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 79 ++++++++++++++++++++++++++--------------------------
1 file changed, 39 insertions(+), 40 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e033a16728..7e9f42be9c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3849,52 +3849,51 @@ UTF-8 or a suitable 8-bit encoding.")
(license license:lppl1.0+))) ;per xmltex/base/readme.txt
(define-public texlive-hyperref
- (let ((template (simple-texlive-package
- "texlive-hyperref"
- (list "doc/latex/hyperref/"
- "source/latex/hyperref/"
- "tex/latex/hyperref/")
- (base32
"052k1nygm4msaivn8245n86km4h41knivigw80q58b7rc13s6hrk"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/hyperref")
- ((#:build-targets _ '())
- #~(list "hyperref.ins"))))
- (propagated-inputs
- (list texlive-atbegshi
- texlive-auxhook
- texlive-bitset
- texlive-cm
- texlive-etexcmds
- texlive-gettitlestring
- texlive-graphics ;for keyval
- texlive-hycolor
- texlive-intcalc
- texlive-kvdefinekeys
- texlive-kvsetkeys
- texlive-letltxmacro
- texlive-ltxcmds
- texlive-pdfescape
- texlive-refcount
- texlive-rerunfilecheck
- texlive-stringenc
- texlive-url
- texlive-zapfding))
- (home-page "https://www.ctan.org/pkg/hyperref")
- (synopsis "Extensive support for hypertext in LaTeX")
- (description
- "The @code{hyperref} package is used to handle cross-referencing
commands
+ (package
+ (name "texlive-hyperref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hyperref/"
+ "source/latex/hyperref/"
+ "tex/latex/hyperref/")
+ (base32
+ "052k1nygm4msaivn8245n86km4h41knivigw80q58b7rc13s6hrk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-auxhook
+ texlive-bitset
+ texlive-cm
+ texlive-etexcmds
+ texlive-gettitlestring
+ texlive-graphics ;for keyval
+ texlive-hycolor
+ texlive-intcalc
+ texlive-kvdefinekeys
+ texlive-kvsetkeys
+ texlive-letltxmacro
+ texlive-ltxcmds
+ texlive-pdfescape
+ texlive-refcount
+ texlive-rerunfilecheck
+ texlive-stringenc
+ texlive-url
+ texlive-zapfding))
+ (home-page "https://www.ctan.org/pkg/hyperref")
+ (synopsis "Extensive support for hypertext in LaTeX")
+ (description
+ "The @code{hyperref} package is used to handle cross-referencing commands
in LaTeX to produce hypertext links in the document. The package provides
backends for the @code{\\special} set defined for HyperTeX DVI processors; for
embedded @code{pdfmark} commands for processing by Acrobat
Distiller (@code{dvips} and Y&Y's @code{dvipsone}); for Y&Y's @code{dviwindo};
for PDF control within pdfTeX and @code{dvipdfm}; for TeX4ht; and for VTeX's
pdf and HTML backends. The package is distributed with the @code{backref} and
-@code{nameref} packages, which make use of the facilities of @code{hyperref}.")
- (license license:lppl1.3+))))
+@code{nameref} packages, which make use of the facilities of
+@code{hyperref}.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-hyperref texlive-hyperref)
- 251/418: gnu: texlive-subfigure: Refresh package definition., (continued)
- 251/418: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/29
- 253/418: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/29
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/29
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/29
- 262/418: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/29
- 263/418: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/29
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/29
- 266/418: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/29
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/29
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/29
- 284/418: gnu: texlive-hyperref: Refresh package definition.,
guix-commits <=
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/29
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/29
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/29
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29