[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/421: gnu: texlive-adjustbox: Refresh package definition.
From: |
guix-commits |
Subject: |
142/421: gnu: texlive-adjustbox: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4e731dd36936ff4aaf2c0f855ab89f8a4bb27dcd
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 50cb6a112d..ef252a78bf 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
- 99/421: gnu: texlive-preprint: Fix build., (continued)
- 99/421: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/28
- 103/421: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/28
- 105/421: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/28
- 121/421: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/28
- 125/421: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 127/421: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/28
- 130/421: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 133/421: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 134/421: gnu: Add texlive-svn-prov., guix-commits, 2023/05/28
- 146/421: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 142/421: gnu: texlive-adjustbox: Refresh package definition.,
guix-commits <=
- 153/421: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 158/421: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 156/421: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 160/421: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/28
- 162/421: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 172/421: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 176/421: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/421: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 186/421: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28
- 187/421: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28