[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/452: gnu: texlive-everysel: Refresh package definition.
From: |
guix-commits |
Subject: |
151/452: gnu: texlive-everysel: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bf7e422baa79a26e498f82063ced9e7e32ffacb0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:26:15 2023 +0200
gnu: texlive-everysel: Refresh package definition.
* gnu/packages/tex.scm (texlive-everysel): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:tex-format>: Set to "latex".
---
gnu/packages/tex.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 525748e11f..c8b085da35 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12526,24 +12526,27 @@ layout, etc.")
(define-public texlive-everysel
(package
- (inherit
- (simple-texlive-package
- "texlive-everysel"
- (list "doc/latex/everysel/"
- "source/latex/everysel/"
- "tex/latex/everysel/")
- (base32 "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5")
- #:trivial? #t))
+ (name "texlive-everysel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/everysel/" "source/latex/everysel/"
+ "tex/latex/everysel/")
+ (base32
+ "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/everysel")
(synopsis "Provides hooks into @code{\\selectfont}")
(description
- "The @code{everysel} package provided hooks whose arguments are executed
just
-after LaTeX has loaded a new font by means of @code{\\selectfont}. It has
-become obsolete with LaTeX versions 2021/01/05 or newer, since LaTeX now
+ "The @code{everysel} package provided hooks whose arguments are executed
+just after LaTeX has loaded a new font by means of @code{\\selectfont}. It
+has become obsolete with LaTeX versions 2021/01/05 or newer, since LaTeX now
provides its own hooks to fulfill this task. For newer versions of LaTeX
@code{everysel} only provides macros using LaTeX's hook management due to
-compatibility reasons. See @code{lthooks-doc.pdf} for instructions how to use
-@code{lthooks} instead of @code{everysel}.")
+compatibility reasons.")
(license license:lppl1.3c)))
(define-public texlive-everyshi
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., (continued)
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition.,
guix-commits <=
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09