Archived
1
0
Fork 0

gnu: texlive-adjustbox: Refresh package definition.

* gnu/packages/tex.scm (texlive-adjustbox): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS, TEXLIVE-TOOLS.
This commit is contained in:
Nicolas Goaziou 2023-05-14 23:07:37 +02:00
parent 2a9e104969
commit 2682be0aa7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11417,32 +11417,32 @@ the list of graphics file extensions recognised by package graphics.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+))))
(define-public texlive-adjustbox (define-public texlive-adjustbox
(let ((template (simple-texlive-package (package
"texlive-adjustbox" (name "texlive-adjustbox")
(list "/doc/latex/adjustbox/" (version (number->string %texlive-revision))
"/source/latex/adjustbox/") (source (texlive-origin
(base32 name version
"074nxbnl184b6iwhis5n85pilq3b2pld3bbrq0wc30hw462m898k")))) (list "doc/latex/adjustbox/"
(package "source/latex/adjustbox/"
(inherit template) "tex/latex/adjustbox/")
(arguments (base32
(substitute-keyword-arguments (package-arguments template) "01r6cb8aadbgsfcqhqnwaig3xwzgr0nfxci3mzb8ln3k4dghmq97")))
((#:tex-directory _ '()) (outputs '("out" "doc"))
"latex/adjustbox") (build-system texlive-build-system)
((#:build-targets _ '()) (native-inputs
''("adjustbox.ins")))) (list texlive-ydoc))
(native-inputs (propagated-inputs
(list texlive-ydoc)) (list texlive-collectbox
(propagated-inputs texlive-graphics
(list texlive-collectbox texlive-ifoddpage
texlive-ifoddpage texlive-pgf
texlive-pgf texlive-storebox
texlive-storebox texlive-tools
texlive-varwidth texlive-varwidth
texlive-xkeyval)) texlive-xkeyval))
(home-page "https://www.ctan.org/pkg/adjustbox") (home-page "https://ctan.org/pkg/adjustbox")
(synopsis "Graphics package-alike macros for general boxes") (synopsis "Graphics package-alike macros for general boxes")
(description "The package provides several macros to adjust boxed (description "The package provides several macros to adjust boxed
content. One purpose is to supplement the standard @code{graphics} package, content. One purpose is to supplement the standard @code{graphics} package,
which defines the macros @code{\\resizebox}, @code{\\scalebox} and which defines the macros @code{\\resizebox}, @code{\\scalebox} and
@code{\\rotatebox} , with the macros @code{\\trimbox} and @code{\\clipbox}. @code{\\rotatebox} , with the macros @code{\\trimbox} and @code{\\clipbox}.
@ -11451,7 +11451,7 @@ The main feature is the general @code{\\adjustbox} macro which extends the
@code{graphics} package and applies it to general text content. Additional @code{graphics} package and applies it to general text content. Additional
provided box macros are @code{\\lapbox}, @code{\\marginbox}, provided box macros are @code{\\lapbox}, @code{\\marginbox},
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.") @code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
(license license:lppl1.3)))) (license license:lppl1.3+)))
(define-public texlive-qrcode (define-public texlive-qrcode
(package (package