[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools.
From: |
guix-commits |
Subject: |
60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools. |
Date: |
Fri, 9 Jun 2023 13:42:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit af9c219eb5ff1cfac82cab3876b0089e4383acf6
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 d1a5e98615..8aef14b849 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6048,19 +6048,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
@@ -6068,10 +6068,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
- 20/452: gnu: Add texlive-mfirstuc., (continued)
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools.,
guix-commits <=
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09