[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools.
From: |
guix-commits |
Subject: |
60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools. |
Date: |
Mon, 29 May 2023 17:38:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bb0e06709e27de848e6b9961faee0fcb9ed2ae8e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 11:58:58 2023 +0200
gnu: texlive-latex-mdwtools -> texlive-mdwtools.
* gnu/packages/tex.scm (texlive-mdwtools): New variable.
(texlive-latex-mdwtools): Deprecate variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8a847e3d92..7863f09a93 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6056,19 +6056,19 @@ ability to communicate the paper size it's set up to
the output.")
(define-deprecated-package texlive-latex-geometry texlive-geometry)
-(define-public texlive-latex-mdwtools
+(define-public texlive-mdwtools
(package
- (name "texlive-latex-mdwtools")
+ (name "texlive-mdwtools")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "mdwtools"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0caxs74hla28hc67csf5i5ahadx97w8vxh3mdmsprxbpd1mr7ssg"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mdwtools/"
+ "source/latex/mdwtools/"
+ "tex/latex/mdwtools/")
+ (base32
+ "08wyw0k6r3fv7vdgwbcpq9ckifldy17fzhpar51s1qn0yib93zdg")))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/mdwtools"))
+ (outputs '("out" "doc"))
(home-page "https://www.ctan.org/pkg/mdwtools")
(synopsis "Miscellaneous tools by Mark Wooding")
(description
@@ -6076,10 +6076,13 @@ ability to communicate the paper size it's set up to
the output.")
starting with @code{@@}, macros to sanitize the OT1 encoding of the
@code{cmtt} fonts; a @code{doafter} command; improved @code{footnote} support;
@code{mathenv} for various alignment in maths; list handling; @code{mdwmath}
-which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and
-array environments; verbatim handling; and syntax diagrams.")
+which adds some minor changes to LaTeX maths; a rewrite of LaTeX's
+@code{tabular} and @code{array} environments; verbatim handling; and syntax
+diagrams.")
(license license:gpl3+)))
+(define-deprecated-package texlive-latex-mdwtools texlive-mdwtools)
+
(define-public texlive-makecmds
(package
(inherit (simple-texlive-package
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., (continued)
- 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, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools.,
guix-commits <=
- 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
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/29