[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/416: gnu: texlive-hycolor: Refresh package definition.
From: |
guix-commits |
Subject: |
282/416: gnu: texlive-hycolor: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8d7f03562d23c216a94a2d3768e34710162b3ca6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:21:46 2023 +0200
gnu: texlive-hycolor: Refresh package definition.
* gnu/packages/tex.scm (texlive-hycolor): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-HOPATCH.
---
gnu/packages/tex.scm | 42 ++++++++++++++++++++----------------------
1 file changed, 20 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 717bb0d3bf..e156474127 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3701,28 +3701,26 @@ for Greek text font encodings for use with fontenc.")
(license license:lppl1.3+)))
(define-public texlive-hycolor
- (let ((template (simple-texlive-package
- "texlive-hycolor"
- (list "doc/latex/hycolor/"
- "source/latex/hycolor/"
- "tex/latex/hycolor/")
- (base32
- "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/hycolor")
- ((#:build-targets _ '())
- #~(list "hycolor.dtx"))))
- (home-page "https://www.ctan.org/pkg/latex-graphics")
- (synopsis "Color for hyperref and bookmark")
- (description
- "This package provides the code for the @code{color} option that is
-used by @code{hyperref} and @code{bookmark}.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-hycolor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hycolor/" "source/latex/hycolor/"
+ "tex/latex/hycolor/")
+ (base32
+ "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-hopatch))
+ (home-page "https://ctan.org/pkg/hycolor")
+ (synopsis "Colour for packages @code{hyperref} and @code{bookmark}")
+ (description
+ "This package provides the code for the color option that is used by
+packages @code{hyperref} and @code{bookmark}. It is not intended as a package
+for the user.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-hycolor texlive-hycolor)
- 247/416: gnu: texlive-listings: Refresh package definition., (continued)
- 247/416: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/28
- 256/416: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 257/416: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/28
- 258/416: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/28
- 265/416: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/28
- 271/416: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/28
- 272/416: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/28
- 277/416: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/28
- 279/416: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 280/416: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 282/416: gnu: texlive-hycolor: Refresh package definition.,
guix-commits <=
- 283/416: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/05/28
- 307/416: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/28
- 298/416: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/28
- 304/416: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 286/416: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 292/416: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/28
- 300/416: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/28
- 308/416: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 311/416: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 297/416: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28