[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
247/418: gnu: texlive-listings: Refresh package definition.
From: |
guix-commits |
Subject: |
247/418: gnu: texlive-listings: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0c8e16407feca1f506235457b2c20e59524faa9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:27:01 2023 +0200
gnu: texlive-listings: Refresh package definition.
* gnu/packages/tex.scm (texlive-listings): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-FANCYVRB, TEXLIVE-HYPERREF, TEXLIVE-URL.
---
gnu/packages/tex.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d58e364265..bf4a01f2e1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7003,30 +7003,30 @@ TeX-paragraphs. All the paragraphs are taken with
permission from
(license license:lppl1.3+)))
(define-public texlive-listings
- (let ((template
- (simple-texlive-package
- "texlive-listings"
- (list "doc/latex/listings/"
- "source/latex/listings/"
- "tex/latex/listings/")
- (base32 "15dnm0j86305x84ss3ymhhcczcw45b2liq01vrab6fj204wzsahk"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/listings")
- ((#:build-targets _ '())
- #~(list "listings.ins"))))
- (home-page "https://www.ctan.org/pkg/listings")
- (synopsis "Typeset source code listings using LaTeX")
- (description
- "The package enables the user to typeset programs (programming code)
+ (package
+ (name "texlive-listings")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/listings/" "source/latex/listings/"
+ "tex/latex/listings/")
+ (base32
+ "15dnm0j86305x84ss3ymhhcczcw45b2liq01vrab6fj204wzsahk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ ;; Do not build intermediate "lstdrvrs.ins".
+ (list #:build-targets '(list "listings.ins")))
+ (propagated-inputs
+ (list texlive-fancyvrb texlive-hyperref texlive-url))
+ (home-page "https://ctan.org/pkg/listings")
+ (synopsis "Typeset source code listings using LaTeX")
+ (description
+ "The package enables the user to typeset programs (programming code)
within LaTeX; the source code is read directly by TeX---no front-end processor
is needed. Keywords, comments and strings can be typeset using different
styles. Support for @code{hyperref} is provided.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-public texlive-listingsutf8
(package
- 228/418: gnu: texlive-psnfss: Refresh package definition., (continued)
- 228/418: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/29
- 215/418: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/29
- 217/418: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/29
- 225/418: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/29
- 235/418: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/29
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/29
- 232/418: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/29
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/29
- 243/418: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/05/29
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition.,
guix-commits <=
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29