[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
248/458: gnu: texlive-kvoptions: Refresh package definition.
From: |
guix-commits |
Subject: |
248/458: gnu: texlive-kvoptions: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2f4c5efdde38706f1690eab9dea3c94009e87cb1
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 9eb2ddad80..6a26537290 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7058,30 +7058,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)
- 187/458: gnu: texlive-mweights: Refresh package definition., (continued)
- 187/458: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/14
- 188/458: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/14
- 201/458: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/14
- 210/458: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/14
- 216/458: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/14
- 218/458: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/14
- 137/458: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/14
- 139/458: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/14
- 234/458: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/14
- 241/458: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/14
- 248/458: gnu: texlive-kvoptions: Refresh package definition.,
guix-commits <=
- 250/458: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/14
- 82/458: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/14
- 146/458: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/14
- 161/458: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/14
- 169/458: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/14
- 179/458: gnu: Add texlive-incgraph., guix-commits, 2023/06/14
- 182/458: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/14
- 196/458: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/14
- 198/458: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/14
- 203/458: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/14