[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/418: gnu: texlive-latex-tocloft -> texlive-tocloft.
From: |
guix-commits |
Subject: |
50/418: gnu: texlive-latex-tocloft -> texlive-tocloft. |
Date: |
Mon, 29 May 2023 17:38:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3ff2fb4b9dbd8863352f8bcc973883fd27c8cd44
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 07:58:07 2023 +0200
gnu: texlive-latex-tocloft -> texlive-tocloft.
* gnu/packages/tex.scm (texlive-tocloft): New variable.
(texlive-latex-tocloft): Deprecate variable.
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 28 +++++++++++++++++-----------
2 files changed, 18 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 407188c5aa..26d49b3331 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5789,7 +5789,7 @@ set.")
texlive-latex-parskip
texlive-stackengine
texlive-latex-tabulary
- texlive-latex-tocloft
+ texlive-tocloft
texlive-latex-upquote
texlive-latex-varwidth
texlive-titlesec
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90a8d676f8..509648de84 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5641,23 +5641,29 @@ of which make use of the @code{stackengine} core.")
(define-deprecated-package texlive-latex-stackengine texlive-stackengine)
-(define-public texlive-latex-tocloft
+(define-public texlive-tocloft
(package
- (inherit (simple-texlive-package
- "texlive-latex-tocloft"
- '("/doc/latex/tocloft/" "/tex/latex/tocloft/")
- (base32
- "0mg3hpzq7wpm6mnnvb0rp3wby56zyxkyai8d2h3f4vk93zrc6awk")
- #:trivial? #t))
+ (name "texlive-tocloft")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tocloft/"
+ "source/latex/tocloft/"
+ "tex/latex/tocloft/")
+ (base32
+ "1s09g02pq2zi5ywm3yhyp4lpzq77n9aahr6wnm1c0wb9zawq2mpk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://www.ctan.org/pkg/tocloft")
(synopsis "Control table of contents")
(description
- "This package provides control over the typography of the
-@dfn{Table of Contents}, @dfn{List of Figures} and @dfn{List of Tables},
-and the ability to create new ‘List of ...’. The ToC @code{\\parskip} may
-be changed.")
+ "This package provides control over the typography of the @dfn{Table of
+Contents}, @dfn{List of Figures} and @dfn{List of Tables}, and the ability to
+create new @samp{List of ...}. The ToC @code{\\parskip} may be changed.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-latex-tocloft texlive-tocloft)
+
(define-public texlive-trimspaces
(package
(name "texlive-trimspaces")
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., (continued)
- 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, 2023/05/29
- 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 <=
- 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
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/29
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/29
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/29