[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/418: gnu: texlive-latex-environ -> texlive-environ.
From: |
guix-commits |
Subject: |
13/418: gnu: texlive-latex-environ -> texlive-environ. |
Date: |
Mon, 29 May 2023 17:38:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit adbce7be9f06ed83c80ca95170b46b2d47d275e3
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
- branch tex-team-next created (now ecb19e3353), guix-commits, 2023/05/29
- 01/418: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/05/29
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/29
- 03/418: guix: import: Update texlive importer according to new build system., guix-commits, 2023/05/29
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/05/29
- 05/418: guix: import: texlive use full file names for generic directories., guix-commits, 2023/05/29
- 06/418: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/05/29
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/29
- 07/418: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/05/29
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/29
- 13/418: gnu: texlive-latex-environ -> texlive-environ.,
guix-commits <=
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/05/29
- 09/418: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/29
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/29
- 17/418: gnu: Add texlive-minitoc., guix-commits, 2023/05/29
- 20/418: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/29
- 10/418: gnu: Add texlive-everypage., guix-commits, 2023/05/29
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/05/29
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/29
- 24/418: gnu: Add texlive-enctex., guix-commits, 2023/05/29
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/05/29