[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/458: gnu: texlive-ms: Refresh package definition.
From: |
guix-commits |
Subject: |
254/458: gnu: texlive-ms: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e7f5b36bc6991531d27351ab951f5c3430ba109d
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)
- 405/458: gnu: texlive-lh: Fix build., (continued)
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/14
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition.,
guix-commits <=
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/14
- 274/458: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/14
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14
- 298/458: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/14
- 323/458: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/14
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14
- 178/458: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/14
- 215/458: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/14