gnu: texlive-caption: Refresh package definition.

* gnu/packages/tex.scm (texlive-caption): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
This commit is contained in:
Nicolas Goaziou 2023-05-15 19:30:39 +02:00
parent 6886a807b6
commit cf6baca1f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10978,28 +10978,30 @@ (define-public texlive-minted
(license license:lppl1.3+)))) (license license:lppl1.3+))))
(define-public texlive-caption (define-public texlive-caption
(let ((template (simple-texlive-package
"texlive-caption"
(list "/doc/latex/caption/"
"/tex/latex/caption/")
(base32
"1isnn375d14xsx398j3m8rbb0pdk12kijw4xcgl82xici170klwq")
#:trivial? #t)))
(package (package
(inherit template) (name "texlive-caption")
(home-page "http://www.ctan.org/pkg/caption") (version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/caption/" "source/latex/caption/"
"tex/latex/caption/")
(base32
"1fg3zfgi54zqx911wbqfb1y24d9ihm6wg59npng4clnqz45lla2i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-graphics))
(home-page "https://ctan.org/pkg/caption")
(synopsis "Customising captions in floating environments") (synopsis "Customising captions in floating environments")
(description "The @code{caption} package provides many ways to (description
customise the captions in floating environments like figure and table. "The @code{caption} package provides many ways to customise the captions
Facilities include rotating captions, sideways captions and continued in floating environments like figure and table, and cooperates with many other
captions (for tables or figures that come in several parts). A list packages. Facilities include rotating captions, sideways captions, continued
of compatibility notes, for other packages, is provided in the captions (for tables or figures that come in several parts). A list of
documentation. The package also provides the \"caption outside compatibility notes, for other packages, is provided in the documentation.
float\" facility, in the same way that simpler packages like The package also provides the caption outside float facility, in the same way
@code{capt-ofcapt-of} do. The package supersedes @code{caption2}. that simpler packages like capt-of do.")
Packages @code{bicaption}, @code{ltcaption} and @code{subcaption} are (license license:lppl1.3+)))
included in the bundle.")
(license license:lppl1.3+))))
(define-public texlive-symbol (define-public texlive-symbol
(package (package