[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
279/458: gnu: texlive-filecontents: Refresh package definition.
From: |
guix-commits |
Subject: |
279/458: gnu: texlive-filecontents: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 574f8f68d85bd04900a5f7b673a40592906b9073
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 2257fe1ac4..24d00f074f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3454,29 +3454,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)
- 449/458: gnu: Add texlive-pspicture., (continued)
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14
- 225/458: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/14
- 228/458: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/14
- 232/458: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/14
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition.,
guix-commits <=
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14
- 303/458: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/14
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14