[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/409: gnu: texlive-collectbox: Refresh package definition.
From: |
guix-commits |
Subject: |
133/409: gnu: texlive-collectbox: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f0d01bcd6785c359d6bdf26b29cd0ebd65ed1847
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:00:15 2023 +0200
gnu: texlive-collectbox: Refresh package definition.
* gnu/packages/tex.scm (texlive-collectbox): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 53a86a4e68..2e44b34361 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11371,24 +11371,24 @@ DVI is output, store boxes behave the same as save
boxes.")
(license license:lppl1.3))))
(define-public texlive-collectbox
- (let ((template (simple-texlive-package
- "texlive-collectbox"
- (list "/source/latex/collectbox/")
- (base32
- "1k0bbphvr20k9hgpr3dv869h9ygxx3g8vjapkc63nq8i13crpsvz"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/collectbox")
- ((#:build-targets _ '())
- ''("collectbox.ins"))))
- (native-inputs
- (list texlive-ydoc))
- (home-page "https://www.ctan.org/pkg/collectbox")
- (synopsis "Collect and process macro arguments as boxes")
- (description "The package provides macros to collect and process a macro
+ (package
+ (name "texlive-collectbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/collectbox/"
+ "source/latex/collectbox/"
+ "tex/latex/collectbox/")
+ (base32
+ "106k01lgnvikndk48r5ms9xj3gmynv2xy20090frr7sa3g9k42za")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (home-page "https://ctan.org/pkg/collectbox")
+ (synopsis "Collect and process macro arguments as boxes")
+ (description
+ "The package provides macros to collect and process a macro
argument (i.e., something which looks like a macro argument) as a horizontal
box rather than as a real macro argument. The \"arguments\" are stored as if
they had been saved by @code{\\savebox} or by the @code{lrbox} environment.
@@ -11397,7 +11397,7 @@ the user to have the beginning and end of a group in
different macro
invocations, or to place them in the begin and end code of an environment.
Arguments may contain verbatim material or other special use of characters.
The macros were designed for use within other macros.")
- (license license:lppl1.3))))
+ (license license:lppl1.3)))
(define-public texlive-grfext
(let ((template (simple-texlive-package
- 67/409: gnu: texlive-stringenc: Fix build., (continued)
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition.,
guix-commits <=
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20