[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/452: gnu: texlive-latex-pbox -> texlive-pbox.
From: |
guix-commits |
Subject: |
86/452: gnu: texlive-latex-pbox -> texlive-pbox. |
Date: |
Fri, 9 Jun 2023 13:43:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8fab00760017dd9439d5e29ef83afbfa6bce53a1
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 0e6665c7ae..be296009bf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7440,23 +7440,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"
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., (continued)
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox.,
guix-commits <=
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/09
- 29/452: gnu: Add texlive-euenc., guix-commits, 2023/06/09
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/09