[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Tue, 6 Jun 2023 11:40:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1dea279804d52d74c3f0a7b6bc08d538c0579bcb
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 30b54c9e6d..475f6ca50c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10982,35 +10982,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
- 331/435: gnu: texlive-hardwrap: Refresh package definition., (continued)
- 331/435: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/06
- 332/435: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/06
- 337/435: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/06
- 339/435: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/06
- 342/435: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/06
- 343/435: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/06
- 350/435: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/06
- 344/435: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/06
- 353/435: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/06
- 357/435: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/06
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 376/435: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 382/435: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 391/435: gnu: texlive-cm: Fix build., guix-commits, 2023/06/06
- 392/435: gnu: texlive-etex: Fix build., guix-commits, 2023/06/06
- 398/435: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/06
- 404/435: gnu: texlive-cs: Fix build., guix-commits, 2023/06/06
- 406/435: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/06
- 408/435: gnu: Add texlive-semaphor., guix-commits, 2023/06/06
- 411/435: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/06