[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/435: gnu: texlive-etoolbox: Refresh package definition.
From: |
guix-commits |
Subject: |
301/435: gnu: texlive-etoolbox: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8016154418c3be6ee4d5b1130af041ee277ec40b
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 560e811a5e..019bbf441a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6190,24 +6190,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)
- 280/435: gnu: texlive-graphics: Refresh package definition., (continued)
- 280/435: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/06
- 283/435: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/06
- 285/435: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/06
- 290/435: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/06
- 289/435: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/06
- 294/435: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/06
- 292/435: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/06
- 298/435: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/06
- 300/435: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/06
- 297/435: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/06
- 301/435: gnu: texlive-etoolbox: Refresh package definition.,
guix-commits <=
- 302/435: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/06
- 320/435: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/06
- 321/435: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/06
- 325/435: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/06
- 328/435: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/06
- 330/435: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/06
- 331/435: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/06
- 332/435: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/06
- 337/435: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/06
- 339/435: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/06