[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/409: gnu: texlive-ncctools: Refresh package definition.
From: |
guix-commits |
Subject: |
255/409: gnu: texlive-ncctools: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 69ddc4ddb8b74426a8dffffb6bde6e4c0bc90945
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:40:49 2023 +0200
gnu: texlive-ncctools: Refresh package definition.
* gnu/packages/tex.scm (texlive-ncctools): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e7823c8da..f2e856a64a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9203,26 +9203,23 @@ and @code{multitoc}, typeset the table of contents in
multiple columns.")
(define-deprecated-package texlive-latex-ms texlive-ms)
(define-public texlive-ncctools
- (let ((template (simple-texlive-package
- "texlive-ncctools"
- (list "doc/latex/ncctools/"
- "source/latex/ncctools/"
- "tex/latex/ncctools/")
- (base32
- "1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/ncctools")
- ((#:build-targets _ '()) '(list "ncctools.ins"))))
- (propagated-inputs
- (list texlive-amsmath texlive-graphics))
- (home-page "https://ctan.org/pkg/ncctools")
- (synopsis "Collection of general packages for LaTeX")
- (description
- "The NCCtools bundle contains many packages for general use under LaTeX;
+ (package
+ (name "texlive-ncctools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ncctools/" "source/latex/ncctools/"
+ "tex/latex/ncctools/")
+ (base32
+ "1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath texlive-graphics))
+ (home-page "https://ctan.org/pkg/ncctools")
+ (synopsis "A collection of general packages for LaTeX")
+ (description
+ "The NCCtools bundle contains many packages for general use under LaTeX;
many are also used by NCC LaTeX. The bundle includes tools for:
@itemize
@item executing commands after a package is loaded;
@@ -9251,7 +9248,7 @@ toc-entries;
@item centered page layouts;
@item un-numbered top-level section.
@end itemize")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-numprint
(let ((template
- 192/409: gnu: texlive-arev: Refresh package definition., (continued)
- 192/409: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/20
- 194/409: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/20
- 197/409: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/20
- 199/409: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/20
- 201/409: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/20
- 207/409: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/20
- 210/409: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/20
- 213/409: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/20
- 214/409: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/20
- 217/409: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/20
- 255/409: gnu: texlive-ncctools: Refresh package definition.,
guix-commits <=
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20