[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
289/421: gnu: texlive-xcolor: Refresh package definition.
From: |
guix-commits |
Subject: |
289/421: gnu: texlive-xcolor: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 608301ed29a9097494d1e8407951692b15889467
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:26:27 2023 +0200
gnu: texlive-xcolor: Refresh package definition.
* gnu/packages/tex.scm (texlive-xcolor): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 49 ++++++++++++++++++++++---------------------------
1 file changed, 22 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e156474127..e033a16728 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3725,37 +3725,32 @@ for the user.")
(define-deprecated-package texlive-latex-hycolor texlive-hycolor)
(define-public texlive-xcolor
- (let ((template (simple-texlive-package
- "texlive-xcolor"
- (list "doc/latex/xcolor/"
- "dvips/xcolor/"
- "source/latex/xcolor/"
- "tex/latex/xcolor/")
- (base32
- "1d7108b67fcaf1sgyk43ph18l0z5m35iqg3aahqs1ymzwdfnd3f7"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/xcolor")
- ((#:build-targets _ '())
- #~(list "xcolor.ins"))))
- ;; TODO: Propagate texlive-hyperref and many others in the next rebuild
- ;; cycle. Grep for '\usepackage' to see what packages it requires.
- ;; (propagated-inputs (list texlive-hyperref ...))
- (home-page "https://www.ctan.org/pkg/xcolor")
- (synopsis "Driver-independent color extensions for LaTeX and pdfLaTeX")
- (description
- "The package starts from the basic facilities of the colorcolor package,
+ (package
+ (name "texlive-xcolor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xcolor/" "dvips/xcolor/"
+ "source/latex/xcolor/" "tex/latex/xcolor/")
+ (base32
+ "1d7108b67fcaf1sgyk43ph18l0z5m35iqg3aahqs1ymzwdfnd3f7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-colortbl
+ texlive-hyperref
+ texlive-lwarp))
+ (home-page "https://ctan.org/pkg/xcolor")
+ (synopsis "Driver-independent color extensions for LaTeX and pdfLaTeX")
+ (description
+ "The package starts from the basic facilities of the colorcolor package,
and provides easy driver-independent access to several kinds of color tints,
-shades, tones, and mixes of arbitrary colors. It allows a user to select a
-document-wide target color model and offers complete tools for conversion
+shades, tones, and mixes of arbitrary colors. It allows a user to select
+a document-wide target color model and offers complete tools for conversion
between eight color models. Additionally, there is a command for alternating
row colors plus repeated non-aligned material (like horizontal lines) in
tables.")
- (license license:lppl1.2+))))
+ (license license:lppl1.2+)))
(define-deprecated-package texlive-latex-xcolor texlive-xcolor)
- 198/421: gnu: texlive-arev: Refresh package definition., (continued)
- 198/421: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/28
- 200/421: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 201/421: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/28
- 152/421: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 164/421: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 179/421: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 204/421: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 276/421: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 284/421: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 286/421: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/28
- 289/421: gnu: texlive-xcolor: Refresh package definition.,
guix-commits <=
- 292/421: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/28
- 218/421: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 223/421: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/28
- 227/421: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/28
- 229/421: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/28
- 234/421: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 236/421: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/28
- 241/421: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/28
- 246/421: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/28
- 247/421: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/28