[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/418: gnu: texlive-latex-supertabular -> texlive-supertabular.
From: |
guix-commits |
Subject: |
62/418: gnu: texlive-latex-supertabular -> texlive-supertabular. |
Date: |
Fri, 2 Jun 2023 17:23:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 68f12e92610e655ba4f1da7892b680474b8a7f1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 12:06:35 2023 +0200
gnu: texlive-latex-supertabular -> texlive-supertabular.
* gnu/packages/tex.scm (texlive-supertabular): New variable.
(texlive-latex-supertabular): Deprecate variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0454e3ee83..2976e3db1e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6334,28 +6334,30 @@ separately).
(define-deprecated-package texlive-latex-polyglossia texlive-polyglossia)
-(define-public texlive-latex-supertabular
+(define-public texlive-supertabular
(package
- (name "texlive-latex-supertabular")
+ (name "texlive-supertabular")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "supertabular"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "19fd0bqxjkzc16bza3w20pnsc90gbhbllm244b3h6sink4dlnn54"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/supertabular/"
+ "source/latex/supertabular/"
+ "tex/latex/supertabular/")
+ (base32
+ "1z4kyx20w2zvn6c5a7p702pxj254f2pwlk7x815gzlcc6563js6a")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/supertabular"))
(home-page "https://www.ctan.org/pkg/supertabular")
(synopsis "Multi-page tables package")
(description
"This package was a predecessor of @code{longtable}; the newer
package (designed on quite different principles) is easier to use and more
-flexible, in many cases, but supertabular retains its usefulness in a few
-situations where longtable has problems.")
+flexible, in many cases, but @code{supertabular} retains its usefulness in
+a few situations where longtable has problems.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-supertabular texlive-supertabular)
+
(define-public texlive-tex-texinfo
(package
(name "texlive-tex-texinfo")
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., (continued)
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/02
- 74/418: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/02
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/02
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/02
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/02
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/02
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/02
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/02
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/02
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular.,
guix-commits <=
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02