[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: |
Mon, 29 May 2023 17:39:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 048d623e295a59c58d98db48da2d7cbda3ec6806
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
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., (continued)
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition.,
guix-commits <=
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29