[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
248/435: gnu: texlive-kvoptions: Refresh package definition.
From: |
guix-commits |
Subject: |
248/435: gnu: texlive-kvoptions: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 888bb1d4a9dbad3bfb91511e57b423ae7ba3ca5b
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 8463d7bdc4..15e463c145 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7066,30 +7066,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)
- 241/435: gnu: texlive-metalogo: Refresh package definition., (continued)
- 241/435: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/06
- 237/435: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/06
- 243/435: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/06
- 228/435: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/06
- 244/435: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/06
- 246/435: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/06
- 236/435: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/06
- 230/435: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/06
- 242/435: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/06
- 251/435: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/06
- 248/435: gnu: texlive-kvoptions: Refresh package definition.,
guix-commits <=
- 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, 2023/06/06