[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
279/435: gnu: texlive-filecontents: Refresh package definition.
From: |
guix-commits |
Subject: |
279/435: gnu: texlive-filecontents: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3842d549e90d770c30225f6a766679f470236ace
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 e738167c4b..096b58e4db 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)
- 248/435: gnu: texlive-kvoptions: Refresh package definition., (continued)
- 248/435: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/06
- 252/435: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/06
- 255/435: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/06
- 259/435: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/06
- 262/435: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/06
- 269/435: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/06
- 270/435: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/06
- 275/435: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/06
- 276/435: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/06
- 278/435: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/06
- 279/435: gnu: texlive-filecontents: Refresh package definition.,
guix-commits <=
- 281/435: gnu: Add texlive-hopatch., guix-commits, 2023/06/06
- 287/435: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/06
- 288/435: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/06
- 291/435: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/06
- 296/435: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/06
- 293/435: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/06
- 299/435: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/06
- 304/435: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/06
- 305/435: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/06
- 309/435: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/06