[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/418: gnu: texlive-latex-colortbl -> texlive-colortbl.
From: |
guix-commits |
Subject: |
75/418: gnu: texlive-latex-colortbl -> texlive-colortbl. |
Date: |
Mon, 29 May 2023 17:38:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 060a1f65b669cc727502d65679c94c7dcdf091cd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:17:13 2023 +0200
gnu: texlive-latex-colortbl -> texlive-colortbl.
* gnu/packages/tex.scm (texlive-colortbl): New variable.
(texlive-latex-colortbl): Deprecate variable.
(texlive-jadetex):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 33 +++++++++++++++++++--------------
3 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 770619b804..12da744453 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -539,7 +539,7 @@ the in DocBook SGML DTDs.")
texlive-appendix
texlive-bookmark
texlive-changebar
- texlive-latex-colortbl
+ texlive-colortbl
texlive-latex-fancybox
texlive-fancyhdr
texlive-fancyvrb
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 985af34aeb..75d6628203 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5775,7 +5775,7 @@ set.")
texlive-xypic
texlive-listofitems
texlive-cmap
- texlive-latex-colortbl
+ texlive-colortbl
texlive-latex-float
texlive-fncychap
texlive-framed
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 28c15dd562..673efc2cfd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6598,26 +6598,31 @@ copy-and-paste functions work properly.")
(define-deprecated-package texlive-latex-cmap texlive-cmap)
-(define-public texlive-latex-colortbl
+(define-public texlive-colortbl
(package
- (name "texlive-latex-colortbl")
+ (name "texlive-colortbl")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "colortbl"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1qa0mh0fy9hcvfsmprv6q50q0qzdjjfbxi3axap26z6zg3qj68bc"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/colortbl/"
+ "source/latex/colortbl/"
+ "tex/latex/colortbl/")
+ (base32
+ "0fb4a5l3yqk6l5gr0hlkqwpy004wi8zymyicdzjyhqwcib4jnzjs")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/colortbl"))
- (home-page "https://www.ctan.org/pkg/colortbl")
+ (propagated-inputs
+ (list texlive-graphics
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/colortbl")
(synopsis "Add colour to LaTeX tables")
(description
- "This package allows rows, columns, and even individual cells in LaTeX
-tables to be coloured.")
+ "The package allows rows and columns to be coloured, and even
+individual cells.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-colortbl texlive-colortbl)
+
(define-public texlive-latex-fancybox
(package
(name "texlive-latex-fancybox")
@@ -7903,7 +7908,7 @@ Simple Young tableaux.
;; provided by the jknappen package collection.
texlive-jknappen
texlive-hyperref
- texlive-latex-colortbl
+ texlive-colortbl
texlive-fancyhdr
texlive-graphics ;for color.sty
texlive-tools ;for array.sty
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., (continued)
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/29
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/29
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl.,
guix-commits <=
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/29
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/05/29
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/29
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/29
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/29
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/29
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/29
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/29
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/29