[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/452: gnu: texlive-adjustbox: Refresh package definition.
From: |
guix-commits |
Subject: |
136/452: gnu: texlive-adjustbox: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e809eb297f98c6cd87563f45ceac4774972f5750
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:07:37 2023 +0200
gnu: texlive-adjustbox: Refresh package definition.
* gnu/packages/tex.scm (texlive-adjustbox): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS, TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 54 ++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90c90235d2..18b0cbac11 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11417,32 +11417,32 @@ the list of graphics file extensions recognised by
package graphics.")
(license license:lppl1.3c+))))
(define-public texlive-adjustbox
- (let ((template (simple-texlive-package
- "texlive-adjustbox"
- (list "/doc/latex/adjustbox/"
- "/source/latex/adjustbox/")
- (base32
- "074nxbnl184b6iwhis5n85pilq3b2pld3bbrq0wc30hw462m898k"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/adjustbox")
- ((#:build-targets _ '())
- ''("adjustbox.ins"))))
- (native-inputs
- (list texlive-ydoc))
- (propagated-inputs
- (list texlive-collectbox
- texlive-ifoddpage
- texlive-pgf
- texlive-storebox
- texlive-varwidth
- texlive-xkeyval))
- (home-page "https://www.ctan.org/pkg/adjustbox")
- (synopsis "Graphics package-alike macros for “general” boxes")
- (description "The package provides several macros to adjust boxed
+ (package
+ (name "texlive-adjustbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/adjustbox/"
+ "source/latex/adjustbox/"
+ "tex/latex/adjustbox/")
+ (base32
+ "01r6cb8aadbgsfcqhqnwaig3xwzgr0nfxci3mzb8ln3k4dghmq97")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (propagated-inputs
+ (list texlive-collectbox
+ texlive-graphics
+ texlive-ifoddpage
+ texlive-pgf
+ texlive-storebox
+ texlive-tools
+ texlive-varwidth
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/adjustbox")
+ (synopsis "Graphics package-alike macros for general boxes")
+ (description "The package provides several macros to adjust boxed
content. One purpose is to supplement the standard @code{graphics} package,
which defines the macros @code{\\resizebox}, @code{\\scalebox} and
@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
provided box macros are @code{\\lapbox}, @code{\\marginbox},
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
- (license license:lppl1.3))))
+ (license license:lppl1.3+)))
(define-public texlive-qrcode
(package
- 19/452: gnu: Add texlive-xfor., (continued)
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition.,
guix-commits <=
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 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