[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/418: gnu: texlive-tracklang: Refresh package definition.
From: |
guix-commits |
Subject: |
155/418: gnu: texlive-tracklang: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit da27ef4b9285d5225c6ca9ece7a7e6550b1c377c
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 9babc497a8..9b10ae6c34 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12407,23 +12407,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+)))
- 132/418: gnu: texlive-kastrup: Refresh package definition., (continued)
- 132/418: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/29
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition.,
guix-commits <=
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/05/29
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/29
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/29
- 169/418: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/29
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/29