[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox.
From: |
guix-commits |
Subject: |
14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox. |
Date: |
Fri, 9 Jun 2023 13:42:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7cf0e3ab4b4b348822901e20aa20cdb6e14e04c8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:41:37 2023 +0200
gnu: texlive-latex-eqparbox -> texlive-eqparbox.
* gnu/packages/tex.scm (texlive-eqparbox): New variable.
(texlive-latex-eqparbox): Deprecate variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4b52f1a40a..2a94d6d226 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4903,20 +4903,22 @@ define a new author interface to creating new
environments.")
(define-deprecated-package texlive-latex-environ texlive-environ)
-(define-public texlive-latex-eqparbox
+(define-public texlive-eqparbox
(package
- (name "texlive-latex-eqparbox")
+ (name "texlive-eqparbox")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "eqparbox"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1ib5xdwcj5wk23wgk41m2hdcjr1dzrs4l3wwnpink9mlapz12wjs"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eqparbox/"
+ "source/latex/eqparbox/"
+ "tex/latex/eqparbox/")
+ (base32
+ "16c5dyd4bz45a2c1ppbq05h9ixg15srk5az5pld5gpv4j0zwzrqw")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/eqparbox"))
- (home-page "https://www.ctan.org/pkg/eqparbox")
+ (propagated-inputs
+ (list texlive-environ texlive-tools))
+ (home-page "https://ctan.org/pkg/eqparbox")
(synopsis "Create equal-widthed parboxes")
(description
"LaTeX users sometimes need to ensure that two or more blocks of text
@@ -4929,7 +4931,9 @@ where they are in the document---will stretch to fit the
widest
for a variety of alignment purposes, as is evidenced by the examples in
@code{eqparbox}'s documentation. Various derivatives of @code{\\eqparbox} are
also provided.")
- (license license:lppl1.3+)))
+ (license license:lppl1.3c)))
+
+(define-deprecated-package texlive-latex-eqparbox texlive-eqparbox)
(define-public texlive-latex-etoc
(package
- 06/452: guix: import: Fix multiple licenses output in texlive importer., (continued)
- 06/452: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/06/09
- 01/452: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/06/09
- 05/452: guix: import: texlive use full file names for generic directories., guix-commits, 2023/06/09
- 08/452: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/09
- 09/452: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/06/09
- 12/452: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/09
- 10/452: gnu: Add texlive-everypage., guix-commits, 2023/06/09
- 11/452: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/09
- 07/452: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/09
- 03/452: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/09
- 14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox.,
guix-commits <=
- 23/452: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/09
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09