[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
283/458: gnu: texlive-xcolor: Refresh package definition.
From: |
guix-commits |
Subject: |
283/458: gnu: texlive-xcolor: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:58 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ac9210cd24ec339938f2052cbbc5feaf2e04a883
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 2840bbcdfc..8463bdc158 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3721,37 +3721,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)
- 451/458: gnu: Add texlive-scheme-basic., (continued)
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14
- 228/458: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/14
- 232/458: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/14
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition.,
guix-commits <=
- 303/458: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/14
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14