[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/418: gnu: texlive-etoolbox: Refresh package definition.
From: |
guix-commits |
Subject: |
301/418: gnu: texlive-etoolbox: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f7432ce6dc202eb425abe054ae3f3f61c568b610
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 9dde36f824..45a612b8f4 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)
- 281/418: gnu: Add texlive-hopatch., (continued)
- 281/418: gnu: Add texlive-hopatch., guix-commits, 2023/06/02
- 285/418: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/02
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/02
- 290/418: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/02
- 291/418: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/02
- 283/418: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/02
- 294/418: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/02
- 295/418: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/02
- 300/418: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/02
- 299/418: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/02
- 301/418: gnu: texlive-etoolbox: Refresh package definition.,
guix-commits <=
- 304/418: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/02
- 298/418: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/02
- 302/418: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/02
- 307/418: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/02
- 308/418: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/02
- 309/418: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/02
- 314/418: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/02
- 312/418: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/02
- 315/418: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/02
- 316/418: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/02