[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/418: gnu: texlive-ms: Refresh package definition.
From: |
guix-commits |
Subject: |
254/418: gnu: texlive-ms: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ff88cbebec08c0afb5b42aa1fac1d5906224f361
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 ab6cbf8c16..7e7823c8da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9178,28 +9178,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/418: gnu: texlive-pstricks: Refresh package definition., (continued)
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29
- 222/418: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/29
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/29
- 213/418: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/29
- 211/418: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/29
- 233/418: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/05/29
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/29
- 242/418: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/29
- 248/418: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/29
- 252/418: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/29
- 254/418: gnu: texlive-ms: Refresh package definition.,
guix-commits <=
- 255/418: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/29
- 257/418: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/29
- 261/418: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/29
- 269/418: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/29
- 275/418: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/29
- 276/418: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/29
- 279/418: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/29
- 281/418: gnu: Add texlive-hopatch., guix-commits, 2023/05/29
- 285/418: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/05/29
- 286/418: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/29