[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ccce26e03fd2d825195cafc44d6a80c441ad501b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:49:23 2023 +0200
gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-tabu!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-TOOLS.
[description]: Shorten it and use proper Texinfo syntax.
---
gnu/packages/tex.scm | 50 +++++++++++++++++++++-----------------------------
1 file changed, 21 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 550e13876c..3e303ffe41 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11008,35 +11008,27 @@ the engine in use.")
(define-deprecated-package texlive-generic-ifxetex texlive-iftex)
(define-public texlive-tabu
- (let ((template
- (simple-texlive-package
- "texlive-tabu"
- (list "doc/latex/tabu/"
- "source/latex/tabu/"
- "tex/latex/tabu/")
- (base32 "0mixyrqavipq4ni38z42x3579cdjbz54cp2qqb4q4yhfbl0a4pka"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/tabu")
- ((#:build-targets _ '())
- '(list "tabu.dtx"))))
- (propagated-inputs (list texlive-varwidth))
- (home-page "https://ctan.org/macros/latex/contrib/tabu")
- (synopsis "Flexible LaTeX tabulars")
- (description
- "The package provides an environment, tabu, which will make any sort of
-tabular, and an environment longtabu which provides the facilities of tabu in
-a modified longtable environment. The package requires array, xcolor for
-coloured rules in tables, and colortbl for coloured cells. The longtabu
-environment further requires that longtable be loaded. The package itself
-does not load any of these packages for the user. The tabu environment may be
-used in place of @code{tabular}, @code{tabular*} and @code{tabularx}
-environments, as well as the @code{array} environment in maths mode.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-tabu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tabu/"
+ "source/latex/tabu/"
+ "tex/latex/tabu/")
+ (base32 "0mixyrqavipq4ni38z42x3579cdjbz54cp2qqb4q4yhfbl0a4pka")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-tools
+ texlive-varwidth))
+ (home-page "https://ctan.org/macros/latex/contrib/tabu")
+ (synopsis "Flexible LaTeX tabulars")
+ (description
+ "The package provides an environment, @code{tabu}, which will make any
+sort of tabular, and an environment @code{longtabu} which provides the
+facilities of @code{tabu} in a modified @code{longtable} environment.")
+ (license license:lppl1.3+)))
(define-public texlive-xkeyval
(package
- 343/409: gnu: texlive-cbfonts-fd: Refresh package definition., (continued)
- 343/409: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/20
- 346/409: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/20
- 349/409: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/20
- 350/409: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/20
- 353/409: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/20
- 358/409: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 356/409: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/20
- 360/409: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/20
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 368/409: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 370/409: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 377/409: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 382/409: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 384/409: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 387/409: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 386/409: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 392/409: gnu: texlive-etex: Fix build., guix-commits, 2023/05/20