[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
266/458: gnu: texlive-ltxcmds: Refresh package definition.
From: |
guix-commits |
Subject: |
266/458: gnu: texlive-ltxcmds: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e45e9bb69b543302d9a3a7d422b8f9ba6ac6e164
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 3cf8a89a77..eab5eea134 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9735,29 +9735,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)
- 285/458: gnu: texlive-oberdiek: Refresh package definition., (continued)
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14
- 298/458: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/14
- 323/458: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/14
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14
- 178/458: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/14
- 215/458: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/14
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/14
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition.,
guix-commits <=
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/14
- 341/458: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/14
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14