[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/458: gnu: texlive-etoolbox: Refresh package definition.
From: |
guix-commits |
Subject: |
301/458: gnu: texlive-etoolbox: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b91e5d9965eed2e5aa308468e2b18721c9971804
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:31:53 2023 +0200
gnu: texlive-etoolbox: Refresh package definition.
* gnu/packages/tex.scm (texlive-etoolbox): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETEX.
---
gnu/packages/tex.scm | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 28706995ab..87a1e225ed 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6182,24 +6182,28 @@ hyperlink to the target of the DOI.")
(define-public texlive-etoolbox
(package
- (inherit (simple-texlive-package
- "texlive-etoolbox"
- (list "/doc/latex/etoolbox/"
- "/tex/latex/etoolbox/")
- (base32
- "070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/etoolbox")
+ (name "texlive-etoolbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etoolbox/" "tex/latex/etoolbox/")
+ (base32
+ "070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etex))
+ (home-page "https://ctan.org/pkg/etoolbox")
(synopsis "e-TeX tools for LaTeX")
(description
- "This package is a toolbox of programming facilities geared primarily
+ "The package is a toolbox of programming facilities geared primarily
towards LaTeX class and package authors. It provides LaTeX frontends to some
of the new primitives provided by e-TeX as well as some generic tools which
are not strictly related to e-TeX but match the profile of this package. The
package provides functions that seem to offer alternative ways of implementing
some LaTeX kernel commands; nevertheless, the package will not modify any part
of the LaTeX kernel.")
- (license license:lppl1.3+)))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-etoolbox texlive-etoolbox)
- 239/458: gnu: texlive-capt-of: Refresh package definition., (continued)
- 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, 2023/06/14
- 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 <=
- 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
- 316/458: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/14
- 312/458: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/14
- 317/458: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/14
- 319/458: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/14
- 325/458: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/14
- 337/458: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/14
- 339/458: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/14