[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/458: gnu: texlive-ncctools: Refresh package definition.
From: |
guix-commits |
Subject: |
255/458: gnu: texlive-ncctools: 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 f94cf6440f35893229bb79fdf92eba4976102b6e
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 ebfd1bf491..380c018a85 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9173,26 +9173,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;
@@ -9221,7 +9218,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
- 416/458: gnu: faif: Update texlive package names., (continued)
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition.,
guix-commits <=
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14
- 160/458: gnu: Add texlive-lipsum., guix-commits, 2023/06/14
- 162/458: gnu: Add texlive-selinput., guix-commits, 2023/06/14
- 171/458: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/14
- 173/458: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/14
- 174/458: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/14