[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
264/458: gnu: texlive-kvdefinekeys: Refresh package definition.
From: |
guix-commits |
Subject: |
264/458: gnu: texlive-kvdefinekeys: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8135f68919b18261e6cc971575ea7084ccac80fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:47:59 2023 +0200
gnu: texlive-kvdefinekeys: Refresh package definition.
* gnu/packages/tex.scm (texlive-kvdefinekeys): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-LTXCMDS.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 819346e77b..25830d2ce0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9663,28 +9663,26 @@ using the e-TeX extension @code{\\numexpr} if it is
available.")
(define-deprecated-package texlive-generic-intcalc texlive-intcalc)
(define-public texlive-kvdefinekeys
- (let ((template (simple-texlive-package
- "texlive-kvdefinekeys"
- (list "doc/latex/kvdefinekeys/"
- "source/latex/kvdefinekeys/"
- "tex/generic/kvdefinekeys/")
- (base32
- "1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/kvdefinekeys")
- ((#:build-targets _ '())
- #~(list "kvdefinekeys.dtx"))))
- (home-page "https://www.ctan.org/pkg/kvdefinekeys")
- (synopsis "Define keys for use in the @code{kvsetkeys} package")
- (description
- "This package provides the @code{\\kv@@define@@key} (analogous to
+ (package
+ (name "texlive-kvdefinekeys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kvdefinekeys/"
+ "source/latex/kvdefinekeys/"
+ "tex/generic/kvdefinekeys/")
+ (base32
+ "1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ltxcmds))
+ (home-page "https://ctan.org/pkg/kvdefinekeys")
+ (synopsis "Define keys for use in the @code{kvsetkeys} package")
+ (description
+ "This package provides the @code{\\kv@@define@@key} (analogous to
keyval’s @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-generic-kvdefinekeys texlive-kvdefinekeys)
- 224/458: gnu: texlive-stmaryrd: Fix build., (continued)
- 224/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 226/458: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/14
- 227/458: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/14
- 230/458: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/14
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/14
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition.,
guix-commits <=
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/14
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14
- 307/458: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/14
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/14
- 311/458: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/14