[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
136/435: gnu: texlive-adjustbox: Refresh package definition.
From: |
guix-commits |
Subject: |
136/435: gnu: texlive-adjustbox: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:32 -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
- 156/435: gnu: texlive-datetime2: Refresh package definition., (continued)
- 156/435: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/06
- 160/435: gnu: Add texlive-lipsum., guix-commits, 2023/06/06
- 152/435: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/06
- 162/435: gnu: Add texlive-selinput., guix-commits, 2023/06/06
- 189/435: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/06
- 93/435: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/06
- 111/435: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/06
- 117/435: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/06
- 127/435: gnu: Add texlive-newverbs., guix-commits, 2023/06/06
- 120/435: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/06
- 136/435: gnu: texlive-adjustbox: Refresh package definition.,
guix-commits <=
- 74/435: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/06
- 79/435: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/06
- 176/435: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/06
- 178/435: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/06
- 180/435: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/06
- 202/435: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/06
- 214/435: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/06
- 209/435: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/06
- 215/435: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/06
- 223/435: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/06