[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/452: gnu: texlive-ms: Refresh package definition.
From: |
guix-commits |
Subject: |
254/452: gnu: texlive-ms: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 874b3df0b31767bd98386c968289b1081c11f8da
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:40:08 2023 +0200
gnu: texlive-ms: Refresh package definition.
* gnu/packages/tex.scm (texlive-ms): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7f358a8f94..ebfd1bf491 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9148,28 +9148,27 @@ and back-ends. It also ensures compatibility with the
@code{media9} and
(define-deprecated-package texlive-latex-ocgx2 texlive-ocgx2)
(define-public texlive-ms
- (let ((template
- (simple-texlive-package
- "texlive-ms"
- (list "doc/latex/ms/" "source/latex/ms/" "tex/latex/ms/")
- (base32 "1cgrpx5mybiirjjdmni8kvqdg37dwfkixq3h9ami0mgxqqqfl2x3"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/ms")
- ((#:tex-format _ "latex") "latex")
- ((#:build-targets _ '())
- #~(list "count1to.ins" "multitoc.ins"))))
- (home-page "https://ctan.org/macros/latex/contrib/ms")
- (synopsis "Various LaTeX packages by Martin Schroder")
- (description
- "The remains of a bundle of LaTeX packages by Martin Schroder; the
-collection comprises: count1to, make use of TeX counters; and multitoc,
-typeset the table of contents in multiple columns.")
- (license license:lppl))))
+ (package
+ (name "texlive-ms")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ms/" "source/latex/ms/"
+ "tex/latex/ms/")
+ (base32
+ "1cgrpx5mybiirjjdmni8kvqdg37dwfkixq3h9ami0mgxqqqfl2x3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (propagated-inputs
+ (list texlive-everyshi texlive-tools))
+ (home-page "https://ctan.org/pkg/ms")
+ (synopsis "Various LaTeX packages by Martin Schroder")
+ (description
+ "This package is the remains of a bundle of LaTeX packages by Martin
+Schroder; the collection comprises: @code{count1to}, make use of TeX counters;
+and @code{multitoc}, typeset the table of contents in multiple columns.")
+ (license license:lppl)))
(define-deprecated-package texlive-latex-ms texlive-ms)
- 208/452: gnu: texlive-pstricks: Refresh package definition., (continued)
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/09
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition.,
guix-commits <=
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/09
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/09
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09