[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/452: gnu: texlive-latex-supertabular -> texlive-supertabular.
From: |
guix-commits |
Subject: |
62/452: gnu: texlive-latex-supertabular -> texlive-supertabular. |
Date: |
Fri, 9 Jun 2023 13:42:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3fc825f5a224eb8643e7ee9ecc3d2e74d8d215fe
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 6f30c4754a..9471e5d54c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6326,28 +6326,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")
- 294/452: gnu: texlive-zhspacing: Refresh package definition., (continued)
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/09
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/09
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular.,
guix-commits <=
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09