[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
282/452: gnu: texlive-hycolor: Refresh package definition.
From: |
guix-commits |
Subject: |
282/452: gnu: texlive-hycolor: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f0877ccf030a1af56860fef59f81e5d1aeaf5402
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 2d00590f79..2840bbcdfc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3697,28 +3697,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)
- 241/452: gnu: texlive-metalogo: Refresh package definition., (continued)
- 241/452: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/09
- 245/452: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/09
- 250/452: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/09
- 252/452: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/09
- 258/452: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/09
- 273/452: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/09
- 278/452: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/09
- 262/452: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/09
- 267/452: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/09
- 260/452: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/09
- 282/452: gnu: texlive-hycolor: Refresh package definition.,
guix-commits <=
- 286/452: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/09
- 288/452: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/09
- 296/452: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/09
- 298/452: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/09
- 297/452: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/09
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09