[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/409: gnu: texlive-tracklang: Refresh package definition.
From: |
guix-commits |
Subject: |
155/409: gnu: texlive-tracklang: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4d20d47a7ddc4355b18600a1aff26eee022230d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:33:59 2023 +0200
gnu: texlive-tracklang: Refresh package definition.
* gnu/packages/tex.scm (texlive-tracklang): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
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 338b95ce80..cd77338315 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12403,23 +12403,26 @@ replaces @code{datetime.sty} which is now obsolete.")
(define-public texlive-tracklang
(package
- (inherit
- (simple-texlive-package
- "texlive-tracklang"
- (list "doc/generic/tracklang/"
- "source/latex/tracklang/"
- "tex/generic/tracklang/"
- "tex/latex/tracklang/")
- (base32 "1386sg25y6zb4ixvrbdv6n1gp54h18mjd984bnwwqda6jafxx4zr")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/generic/tracklang")
+ (name "texlive-tracklang")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/tracklang/"
+ "source/latex/tracklang/"
+ "tex/generic/tracklang/"
+ "tex/latex/tracklang/")
+ (base32
+ "1386sg25y6zb4ixvrbdv6n1gp54h18mjd984bnwwqda6jafxx4zr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tracklang")
(synopsis "Language and dialect tracker")
(description
- "The @code{tracklang} package is provided for package developers who want
a
-simple interface to find out which languages the user has requested through
+ "The @code{tracklang} package is provided for package developers who want
+a simple interface to find out which languages the user has requested through
packages such as @code{babel} or @code{polyglossia}. This package does not
provide any translations! Its purpose is simply to track which languages have
-been requested by the user. Generic TeX code is in @code{tracklang.tex} for
+been requested by the user. Generic TeX code is in @file{tracklang.tex} for
non-LaTeX users.")
(license license:lppl1.3+)))
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., (continued)
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition.,
guix-commits <=
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20