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.
This commit is contained in:
Nicolas Goaziou 2023-05-13 07:52:30 +02:00
parent 40b0c09d27
commit c9347f438b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
2 changed files with 18 additions and 10 deletions

View File

@ -5811,7 +5811,7 @@ set.")
texlive-latex-needspace texlive-latex-needspace
texlive-newunicodechar texlive-newunicodechar
texlive-latex-parskip texlive-latex-parskip
texlive-latex-stackengine texlive-stackengine
texlive-latex-tabulary texlive-latex-tabulary
texlive-latex-tocloft texlive-latex-tocloft
texlive-latex-upquote texlive-latex-upquote

View File

@ -5616,16 +5616,22 @@ user may consider the @code{dnaseq} as a rather more powerful alternative.")
result in the same document.") result in the same document.")
(license license:lppl1.2+))) (license license:lppl1.2+)))
(define-public texlive-latex-stackengine (define-public texlive-stackengine
(package (package
(inherit (simple-texlive-package (name "texlive-stackengine")
"texlive-latex-stackengine" (version (number->string %texlive-revision))
(list "/doc/latex/stackengine/" (source (texlive-origin
"/tex/latex/stackengine/") name version
(list "doc/latex/stackengine/"
"tex/latex/stackengine/")
(base32 (base32
"1rbw3dmb6kl3wlnpxacr8cmp2ivac1kpnb33k7r5s3lp1q59ck38") "1rbw3dmb6kl3wlnpxacr8cmp2ivac1kpnb33k7r5s3lp1q59ck38")))
#:trivial? #t)) (outputs '("out" "doc"))
(home-page "https://www.ctan.org/pkg/stackengine") (build-system texlive-build-system)
(propagated-inputs
(list texlive-etoolbox
texlive-listofitems))
(home-page "https://ctan.org/pkg/stackengine")
(synopsis "Customised stacking of objects") (synopsis "Customised stacking of objects")
(description (description
"The package provides a versatile way to stack objects vertically in a "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.") of which make use of the @code{stackengine} core.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-stackengine texlive-stackengine)
(define-public texlive-latex-tocloft (define-public texlive-latex-tocloft
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package