[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/452: gnu: texlive-storebox: Refresh package definition.
From: |
guix-commits |
Subject: |
135/452: gnu: texlive-storebox: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9dce41f36f320ac8e6ee49eb6148e4781f3b2400
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 31e6e36980..90c90235d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11338,29 +11338,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
- 81/452: gnu: texlive-latex-translations -> texlive-translations., (continued)
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition.,
guix-commits <=
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09