guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

269/452: gnu: Add texlive-colorprofiles.


From: guix-commits
Subject: 269/452: gnu: Add texlive-colorprofiles.
Date: Fri, 9 Jun 2023 13:43:39 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 885b273ebeb7feea94e092d8aaa923423e72bfd2
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 81449ccd76..9e196d18d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6709,6 +6709,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]