[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
285/421: gnu: texlive-filecontents: Refresh package definition.
From: |
guix-commits |
Subject: |
285/421: gnu: texlive-filecontents: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8e7b35381de4553ea9a3280774c57ade94d92eac
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:20:02 2023 +0200
gnu: texlive-filecontents: Refresh package definition.
* gnu/packages/tex.scm (texlive-filecontents): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bdb89809e5..91d3d4e60d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3458,29 +3458,29 @@ a process to convert the EPS to PDF, using the script
@command{epstopdf}.")
(define-deprecated-package texlive-latex-epstopdf-pkg texlive-epstopdf-pkg)
(define-public texlive-filecontents
- (let ((template (simple-texlive-package
- "texlive-filecontents"
- (list "doc/latex/filecontents/"
- "source/latex/filecontents/"
- "tex/latex/filecontents/")
- (base32
- "0ifhqfdzx91hrmndhg5441rpmv9k4lxrql02kd5yx75xpplxryzw"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '()) "latex/filecontents")))
- (home-page "https://ctan.org/pkg/filecontents")
- (synopsis "Create an external file from within a LaTeX document")
- (description
- "LaTeX2e's @code{filecontents} and @code{filecontents*} environments
+ (package
+ (name "texlive-filecontents")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/filecontents/"
+ "source/latex/filecontents/"
+ "tex/latex/filecontents/")
+ (base32
+ "0ifhqfdzx91hrmndhg5441rpmv9k4lxrql02kd5yx75xpplxryzw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/filecontents")
+ (synopsis "Create an external file from within a LaTeX document")
+ (description
+ "LaTeX2e's @code{filecontents} and @code{filecontents*} environments
enable a LaTeX source file to generate external files as it runs through
LaTeX. However, there are two limitations of these environments: they refuse
to overwrite existing files, and they can only be used in the preamble of
a document. The filecontents package removes these limitations, letting you
overwrite existing files and letting you use @code{filecontents}
@code{filecontents*} anywhere.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-filecontents texlive-filecontents)
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 404/421: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 384/421: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 382/421: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 399/421: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 418/421: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/05/28
- 259/421: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 255/421: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/28
- 262/421: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 266/421: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/28
- 285/421: gnu: texlive-filecontents: Refresh package definition.,
guix-commits <=
- 290/421: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/28
- 294/421: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 303/421: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 307/421: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 308/421: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 310/421: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28
- 318/421: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/28
- 320/421: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/28
- 322/421: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/28
- 323/421: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/28