[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
266/409: gnu: texlive-ltxcmds: Refresh package definition.
From: |
guix-commits |
Subject: |
266/409: gnu: texlive-ltxcmds: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:58 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 72deb1ffc2afb4ce478f12188f6e5b29576a980d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:50:28 2023 +0200
gnu: texlive-ltxcmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-ltxcmds): 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 49b46413cc..cf3ed357fa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9765,29 +9765,25 @@ interface.")
(define-deprecated-package texlive-generic-listofitems texlive-listofitems)
(define-public texlive-ltxcmds
- (let ((template (simple-texlive-package
- "texlive-ltxcmds"
- (list "doc/generic/ltxcmds/"
- "source/generic/ltxcmds/"
- "tex/generic/ltxcmds/")
- (base32
- "1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/ltxcmds")
- ((#:build-targets _ '())
- #~(list "ltxcmds.dtx"))))
- (home-page "https://www.ctan.org/pkg/ltxcmds")
- (synopsis "LaTeX kernel commands extracted for general use")
- (description
- "This package exports some utility macros from the LaTeX kernel into
-a separate namespace and also makes them available for other formats such
-as plain TeX.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-ltxcmds")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ltxcmds/"
+ "source/generic/ltxcmds/"
+ "tex/generic/ltxcmds/")
+ (base32
+ "1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ltxcmds")
+ (synopsis "Some LaTeX kernel commands for general use")
+ (description
+ "This package exports some utility macros from the LaTeX kernel into
+a separate namespace and also makes them available for other formats such as
+plain TeX.")
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-generic-ltxcmds texlive-ltxcmds)
- 234/409: gnu: texlive-bigfoot: Refresh package definition., (continued)
- 234/409: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/20
- 236/409: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/05/20
- 245/409: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/20
- 248/409: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/20
- 249/409: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/20
- 252/409: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/20
- 256/409: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/20
- 261/409: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/20
- 264/409: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/20
- 265/409: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/20
- 266/409: gnu: texlive-ltxcmds: Refresh package definition.,
guix-commits <=
- 281/409: gnu: Add texlive-hopatch., guix-commits, 2023/05/20
- 282/409: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/20
- 286/409: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/05/20
- 287/409: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/20
- 290/409: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/05/20
- 292/409: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/05/20
- 304/409: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/20
- 318/409: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/20
- 320/409: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/20
- 323/409: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/20