[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
269/418: gnu: Add texlive-colorprofiles.
From: |
guix-commits |
Subject: |
269/418: gnu: Add texlive-colorprofiles. |
Date: |
Fri, 2 Jun 2023 17:25:33 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 49ac844bc2db96687dea492dff49068db0359e9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:59:12 2023 +0200
gnu: Add texlive-colorprofiles.
* gnu/packages/tex.scm (texlive-colorprofiles): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 05af70c473..27764ea18d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6739,6 +6739,26 @@ copy-and-paste functions work properly.")
(define-deprecated-package texlive-latex-cmap texlive-cmap)
+(define-public texlive-colorprofiles
+ (package
+ (name "texlive-colorprofiles")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/colorprofiles/"
+ "tex/generic/colorprofiles/")
+ (base32
+ "1nxbds0jhn5wvf50iy1a4mpfgk56587kqvs4wxf08ysvqx6xiaxv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/colorprofiles")
+ (synopsis "Collection of free ICC profiles")
+ (description
+ "This package collects ICC profiles that can be used by color profile
+aware applications or tools like the @code{pdfx} package, as well as TeX and
+LaTeX packages to access them.")
+ (license license:lppl1.2+))) ;per "colorprofiles.sty"
+
(define-public texlive-colortbl
(package
(name "texlive-colortbl")
- 417/418: gnu: texlive-texmf: Improve package style., (continued)
- 417/418: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/02
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/02
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/02
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/02
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/02
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/02
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/02
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/02
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/02
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/02
- 269/418: gnu: Add texlive-colorprofiles.,
guix-commits <=
- 296/418: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/02
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/02
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/02
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/02
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/02
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02