[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/452: gnu: texlive-datetime2: Refresh package definition.
From: |
guix-commits |
Subject: |
156/452: gnu: texlive-datetime2: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3b57fccc6faeee5c3309c003d496bfaca9cb226b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:36:18 2023 +0200
gnu: texlive-datetime2: Refresh package definition.
* gnu/packages/tex.scm (texlive-datetime2): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-PGF, TEXLIVE-TRACKLANG,
and
TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 68 +++++++++++++++++++++++++++-------------------------
1 file changed, 36 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 27afccf3c8..76357cfe90 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12370,57 +12370,61 @@ orientation by conforming PDF viewers.")
(define-public texlive-datetime2
(package
- (inherit
- (simple-texlive-package
- "texlive-datetime2"
- (list "doc/latex/datetime2/"
- "source/latex/datetime2/"
- "tex/latex/datetime2/")
- (base32 "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")
- #:trivial? #t))
+ (name "texlive-datetime2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/datetime2/"
+ "source/latex/datetime2/"
+ "tex/latex/datetime2/")
+ (base32
+ "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(propagated-inputs
(list texlive-etoolbox
- texlive-latex-xkeyval
- texlive-tracklang))
+ texlive-pgf
+ texlive-tracklang
+ texlive-xkeyval))
(home-page "https://ctan.org/pkg/datetime2")
(synopsis "Formats for dates, times and time zones")
(description
- "The @code{datetime2} package provides commands for formatting dates,
times
-and time zones and redefines @code{\\today} to use the same formatting style.
-In addition to @code{\\today}, you can also use
+ "The @code{datetime2} package provides commands for formatting dates,
+times and time zones and redefines @code{\\today} to use the same formatting
+style. In addition to @code{\\today}, you can also use
@code{\\DTMcurrenttime} (current time) or @code{\\DTMnow} (current date and
time). Dates and times can be saved for later use. The accompanying
@code{datetime2-calc} package can be used to convert date-times to UTC+00:00.
Language and regional support is provided by independently maintained and
installed modules. The @code{datetime2-calc} package uses the
@code{pgfcalendar} package (part of the PGF/TikZ bundle). This package
-replaces @code{datetime.sty} which is now obsolete.")
+replaces @code{datetime.sty}, which is now obsolete.")
(license license:lppl1.3+)))
(define-public texlive-tracklang
- (package
- (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
+(package
+ (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
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 @file{tracklang.tex} for
non-LaTeX users.")
- (license license:lppl1.3+)))
+ (license license:lppl1.3+)))
(define-public texlive-ltablex
(package
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., (continued)
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition.,
guix-commits <=
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09