[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
248/418: gnu: texlive-kvoptions: Refresh package definition.
From: |
guix-commits |
Subject: |
248/418: gnu: texlive-kvoptions: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 73dd6c608f94ad21c4f8065cc92d0502bc449405
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:28:54 2023 +0200
gnu: texlive-kvoptions: Refresh package definition.
* gnu/packages/tex.scm (texlive-kvoptions): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf4a01f2e1..7f2c37e3ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7088,30 +7088,26 @@ in SGML; use maths minus in text as appropriate; simple
Young tableaux.")
(define-deprecated-package texlive-jknappen texlive-jknapltx)
(define-public texlive-kvoptions
- (let ((template (simple-texlive-package
- "texlive-kvoptions"
- (list "doc/latex/kvoptions/"
- "source/latex/kvoptions/"
- "tex/latex/kvoptions/")
- (base32
- "1b8q93l54160b8gn3fq484n15n6cylrhmf2xk7p42czg2rqw7w3l"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/kvoptions")
- ((#:build-targets _ '())
- #~(list "kvoptions.dtx"))))
- (propagated-inputs
- (list texlive-kvsetkeys texlive-ltxcmds))
- (home-page "https://www.ctan.org/pkg/kvoptions")
- (synopsis "Key/value format for package options")
- (description
- "This package provides facilities for using key-value format in
+ (package
+ (name "texlive-kvoptions")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kvoptions/"
+ "source/latex/kvoptions/"
+ "tex/latex/kvoptions/")
+ (base32
+ "1b8q93l54160b8gn3fq484n15n6cylrhmf2xk7p42czg2rqw7w3l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-kvsetkeys texlive-ltxcmds))
+ (home-page "https://www.ctan.org/pkg/kvoptions")
+ (synopsis "Key/value format for package options")
+ (description
+ "This package provides facilities for using key-value format in
package options.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-kvoptions texlive-kvoptions)
- 188/418: gnu: texlive-utopia: Refresh package definition., (continued)
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/02
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/02
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/02
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/02
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/02
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/02
- 233/418: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/02
- 238/418: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/02
- 236/418: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/02
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/02
- 248/418: gnu: texlive-kvoptions: Refresh package definition.,
guix-commits <=
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/02
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/02
- 276/418: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/02
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/02
- 279/418: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/02
- 282/418: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/02
- 288/418: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/02
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/02
- 292/418: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/02
- 289/418: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/02