[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/418: gnu: texlive-latex-pbox -> texlive-pbox.
From: |
guix-commits |
Subject: |
86/418: gnu: texlive-latex-pbox -> texlive-pbox. |
Date: |
Fri, 2 Jun 2023 17:24:07 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3aaf9546808f4869a5f31a844bfc4115f772a8ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:47:54 2023 +0200
gnu: texlive-latex-pbox -> texlive-pbox.
* gnu/packages/tex.scm (texlive-pbox): New variable.
(texlive-latex-pbox): Deprecate variable.
---
gnu/packages/tex.scm | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd17c8f89f..b2714e11e4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7448,23 +7448,31 @@ designed class) helps alleviate this untidiness.")
(define-deprecated-package texlive-latex-parskip texlive-parskip)
-(define-public texlive-latex-pbox
+(define-public texlive-pbox
(package
- (inherit (simple-texlive-package
- "texlive-latex-pbox"
- (list "doc/latex/pbox/"
- "tex/latex/pbox/")
- (base32 "0902snjidmhjml01zcppcpp4j6pidin1sdvfi7gnbb5v86zd5f0n")
- #:trivial? #t))
+ (name "texlive-pbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pbox/"
+ "source/latex/pbox/"
+ "tex/latex/pbox/")
+ (base32
+ "104x4y22msgxhnlz2x331zq7rw28v129s5ym1jqhsk685izb3hcl")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-tools))
(home-page "https://ctan.org/pkg/pbox")
- (synopsis "\\parbox with a variable width")
+ (synopsis "@code{\\parbox} with a variable width")
(description
- "@code{pbox} defines a \\pbox{<max width>}{<text>} command which adjusts
-the box width to that of the enclosed text, up to the maximum width given. The
-package also defines some associated length commands.")
+ "@code{pbox} defines a @code{\\pbox} command which adjusts the box width
+to that of the enclosed text, up to the maximum width given. The package also
+defines some associated length commands.")
(license license:gpl3+)))
+(define-deprecated-package texlive-latex-pbox texlive-pbox)
+
(define-public texlive-pdfpages
(let ((template (simple-texlive-package
"texlive-pdfpages"
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., (continued)
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/02
- 58/418: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/02
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/02
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/02
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/02
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/02
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/06/02
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/06/02
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/02
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/02
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox.,
guix-commits <=
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02
- 54/418: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/02
- 59/418: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/02
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/02
- 68/418: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/02
- 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