[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/418: gnu: texlive-latex-stackengine -> texlive-stackengine.
From: |
guix-commits |
Subject: |
49/418: gnu: texlive-latex-stackengine -> texlive-stackengine. |
Date: |
Fri, 2 Jun 2023 17:23:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5f67041bcb5fdbd963bc4169e71a8ecf419e94db
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 07:52:30 2023 +0200
gnu: texlive-latex-stackengine -> texlive-stackengine.
* gnu/packages/tex.scm (texlive-stackengine): New variable.
(texlive-latex-stackengine): Deprecate variable.
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 26 +++++++++++++++++---------
2 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 13c46d55bb..3cbb681953 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5782,7 +5782,7 @@ set.")
texlive-latex-needspace
texlive-newunicodechar
texlive-latex-parskip
- texlive-latex-stackengine
+ texlive-stackengine
texlive-latex-tabulary
texlive-latex-tocloft
texlive-latex-upquote
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 78a3c5bcd5..90a8d676f8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5616,16 +5616,22 @@ user may consider the @code{dnaseq} as a rather more
powerful alternative.")
result in the same document.")
(license license:lppl1.2+)))
-(define-public texlive-latex-stackengine
+(define-public texlive-stackengine
(package
- (inherit (simple-texlive-package
- "texlive-latex-stackengine"
- (list "/doc/latex/stackengine/"
- "/tex/latex/stackengine/")
- (base32
- "1rbw3dmb6kl3wlnpxacr8cmp2ivac1kpnb33k7r5s3lp1q59ck38")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/stackengine")
+ (name "texlive-stackengine")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/stackengine/"
+ "tex/latex/stackengine/")
+ (base32
+ "1rbw3dmb6kl3wlnpxacr8cmp2ivac1kpnb33k7r5s3lp1q59ck38")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-listofitems))
+ (home-page "https://ctan.org/pkg/stackengine")
(synopsis "Customised stacking of objects")
(description
"The package provides a versatile way to stack objects vertically in a
@@ -5633,6 +5639,8 @@ variety of customizable ways. A number of useful macros
are provided, all
of which make use of the @code{stackengine} core.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-stackengine texlive-stackengine)
+
(define-public texlive-latex-tocloft
(package
(inherit (simple-texlive-package
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., (continued)
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/02
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/02
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/02
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine.,
guix-commits <=
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/02
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/02
- 58/418: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/02
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/02
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/02
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/02
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/02
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/06/02
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/06/02
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/02