[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
276/458: gnu: texlive-atveryend: Refresh package definition.
From: |
guix-commits |
Subject: |
276/458: gnu: texlive-atveryend: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:56 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e8eb2750ab6af4619afdae3151626b7d4fe50be5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:17:54 2023 +0200
gnu: texlive-atveryend: Refresh package definition.
* gnu/packages/tex.scm (texlive-atveryend): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3207c2df71..3267a89a2a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3379,29 +3379,28 @@ customize their appearance in the enclosing document.")
(license license:lppl1.3+)))
(define-public texlive-atveryend
- (let ((template (simple-texlive-package
- "texlive-atveryend"
- (list "doc/latex/atveryend/"
- "source/latex/atveryend/"
- "tex/latex/atveryend/")
- (base32
"1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:build-targets _ #t)
- #~(list "atveryend.dtx"))))
- (home-page "https://ctan.org/macros/latex/contrib/atveryend")
- (synopsis "Hooks at the very end of a document")
- (description
- "This LaTeX packages provides two hooks for @code{\\end{document}} that
+ (package
+ (name "texlive-atveryend")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/atveryend/"
+ "source/latex/atveryend/"
+ "tex/latex/atveryend/")
+ (base32
+ "1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/atveryend")
+ (synopsis "Hooks at the very end of a document")
+ (description
+ "This LaTeX packages provides two hooks for @code{\\end{document}} that
are executed after the hook of @code{\\AtEndDocument}:
@code{\\AfterLastShipout} can be used for code that is to be executed right
after the last @code{\\clearpage} before the @file{.aux} file is closed.
@code{\\AtVeryEndDocument} is used for code after closing and final reading of
the @file{.aux} file.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-atveryend texlive-atveryend)
- 233/458: gnu: texlive-mathdots: Refresh package definition., (continued)
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/14
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/14
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition.,
guix-commits <=
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14
- 307/458: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/14
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/14
- 311/458: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/14
- 316/458: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/14
- 312/458: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/14
- 317/458: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/14
- 319/458: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/14