[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/452: gnu: texlive-latex-environ -> texlive-environ.
From: |
guix-commits |
Subject: |
13/452: gnu: texlive-latex-environ -> texlive-environ. |
Date: |
Fri, 9 Jun 2023 13:42:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8f9c0b4be3980e99a06d04091b359ce0bd21faa7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:34:46 2023 +0200
gnu: texlive-latex-environ -> texlive-environ.
* gnu/packages/tex.scm (texlive-environ): New variable.
(texlive-latex-environ): Deprecate variable.
(texlive-tcolorbox): Apply renaming.
---
gnu/packages/tex.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57fdafe18d..4b52f1a40a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4878,21 +4878,22 @@ implementation is output device independent, and made
very simple by relying
on @code{everypage}.")
(license license:lppl1.3+)))
-(define-public texlive-latex-environ
+(define-public texlive-environ
(package
- (name "texlive-latex-environ")
+ (name "texlive-environ")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "environ"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "06h28b26dyjkj9shksphgqfv4130jfkwhbw737hxn7d3yvdfffyd"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/environ/"
+ "source/latex/environ/"
+ "tex/latex/environ/")
+ (base32
+ "08a3vhyzc647b9zp3yifdklj0vch9cv2vajh7ig3y01jcdqhjy41")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/environ"))
- (home-page "https://www.ctan.org/pkg/environ")
- (synopsis "New interface for environments in LaTeX")
+ (propagated-inputs (list texlive-trimspaces))
+ (home-page "https://ctan.org/pkg/environ")
+ (synopsis "A new interface for environments in LaTeX")
(description
"This package provides the @code{\\collect@@body} command (as in
@code{amsmath}), as well as a @code{\\long} version @code{\\Collect@@Body},
@@ -4900,6 +4901,8 @@ for collecting the body text of an environment. These
commands are used to
define a new author interface to creating new environments.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-environ texlive-environ)
+
(define-public texlive-latex-eqparbox
(package
(name "texlive-latex-eqparbox")
@@ -11001,7 +11004,7 @@ levels. All functionality is provided by the single
@code{\\qrcode} command.")
(package
(inherit template)
(propagated-inputs
- (list texlive-etoolbox texlive-latex-environ texlive-pgf texlive-tools))
+ (list texlive-etoolbox texlive-environ texlive-pgf texlive-tools))
(home-page "https://www.ctan.org/pkg/tcolorbox")
(synopsis "Colored boxes, for LaTeX examples and theorems, etc")
(description "This package provides an environment for colored and
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., (continued)
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ.,
guix-commits <=
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09