[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/409: gnu: texlive-latex-pbox -> texlive-pbox.
From: |
guix-commits |
Subject: |
86/409: gnu: texlive-latex-pbox -> texlive-pbox. |
Date: |
Sat, 20 May 2023 04:02:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 771271ecb51f7121685336061d6eb902d903c9f3
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 f726d088d4..7445f8421a 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"
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., (continued)
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20
- 63/409: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/20
- 65/409: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/20
- 46/409: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/20
- 56/409: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/20
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/20
- 76/409: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/20
- 77/409: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/20
- 85/409: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/20
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox.,
guix-commits <=
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20