[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/416: gnu: texlive-storebox: Refresh package definition.
From: |
guix-commits |
Subject: |
135/416: gnu: texlive-storebox: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f3fcb4f64952309c75ce87983d74b7ce17f749ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 23:04:13 2023 +0200
gnu: texlive-storebox: Refresh package definition.
* gnu/packages/tex.scm (texlive-storebox): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 48 +++++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be0f0d7792..7959b0db37 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11346,29 +11346,31 @@ mode where all pages use the odd page layout.")
(license license:lppl1.3)))
(define-public texlive-storebox
- (let ((template (simple-texlive-package
- "texlive-storebox"
- (list "/source/latex/storebox/")
- (base32
- "1ybpjfrria57fwvr9kriiw6y76ivwvsyb6ayp0bi750smsv8k5n1"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/storebox")
- ((#:build-targets _ '())
- ''("storebox.ins"))))
- (native-inputs
- (list texlive-ydoc))
- (home-page "https://www.ctan.org/pkg/storebox")
- (synopsis "Storing information for reuse")
- (description "The package provides \"store boxes\" whose user interface
-matches that of normal LaTeX \"save boxes\", except that the content of a
-store box appears at most once in the output PDF file, however often it is
-used. The present version of the package supports pdfLaTeX and LuaLaTeX; when
-DVI is output, store boxes behave the same as save boxes.")
- (license license:lppl1.3))))
+ (package
+ (name "texlive-storebox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/storebox/" "source/latex/storebox/"
+ "tex/latex/storebox/")
+ (base32
+ "1vbjq9aq2kbncq1dn4rk7jspfb6kcxk66h49z0xz1qix5yg94gmx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (propagated-inputs
+ (list texlive-collectbox
+ texlive-iftex))
+ (home-page "https://ctan.org/pkg/storebox")
+ (synopsis "Storing information for reuse")
+ (description
+ "The package provides store boxes whose user interface matches that of
+normal LaTeX save boxes, except that the content of a store box appears at
+most once in the output PDF file, however often it is used. The present
+version of the package supports pdfLaTeX and LuaLaTeX; when DVI is output,
+store boxes behave the same as save boxes.")
+ (license license:lppl1.3+)))
(define-public texlive-collectbox
(package
- 90/416: gnu: texlive-latex-type1cm -> texlive-type1cm., (continued)
- 90/416: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/28
- 121/416: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/28
- 116/416: gnu: Add texlive-regexpatch., guix-commits, 2023/05/28
- 119/416: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 118/416: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/28
- 126/416: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/28
- 134/416: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/28
- 142/416: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/28
- 133/416: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/28
- 131/416: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/28
- 135/416: gnu: texlive-storebox: Refresh package definition.,
guix-commits <=
- 130/416: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/28
- 141/416: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/28
- 147/416: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 145/416: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/28
- 138/416: gnu: Add texlive-modes., guix-commits, 2023/05/28
- 136/416: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 151/416: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/28
- 146/416: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/28
- 137/416: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/28
- 157/416: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/28