[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/418: gnu: texlive-adjustbox: Refresh package definition.
From: |
guix-commits |
Subject: |
136/418: gnu: texlive-adjustbox: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:24:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a8b5ad0dfdd9935d862a9c11f1c30434970f30ed
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 7959b0db37..789776ebc2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11425,32 +11425,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}.
@@ -11459,7 +11459,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
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., (continued)
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/02
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/02
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/02
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/06/02
- 98/418: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/02
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/02
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/02
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/02
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/02
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/02
- 136/418: gnu: texlive-adjustbox: Refresh package definition.,
guix-commits <=
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/02
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/02
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/02
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/02
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/02
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/02
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/02
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/06/02
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/02
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/02