[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/452: gnu: texlive-latex-eukdate -> texlive-eukdate.
From: |
guix-commits |
Subject: |
106/452: gnu: texlive-latex-eukdate -> texlive-eukdate. |
Date: |
Fri, 9 Jun 2023 13:43:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5f5d9e0ce00be213cd3dbb26ed8a45c5c0bbbb92
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:31:36 2023 +0200
gnu: texlive-latex-eukdate -> texlive-eukdate.
* gnu/packages/tex.scm (texlive-eukdate): New variable.
(texlive-latex-eukdate): Deprecate variable.
(texlive-metalogo)[native-inputs]: Use new name.
---
gnu/packages/tex.scm | 48 ++++++++++++++++++------------------------------
1 file changed, 18 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b07cd981ea..6983c409db 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6305,10 +6305,10 @@ output routine.")
(native-inputs (list fontconfig ;for XDG_DATA_DIRS, to locate OTF fonts
texlive-booktabs
texlive-cm
+ texlive-eukdate
texlive-fontspec
texlive-iftex
texlive-latex-base
- texlive-latex-eukdate
texlive-graphics
texlive-multirow
texlive-lm ;for lmroman10-regular
@@ -9269,42 +9269,30 @@ package, which is distributed with the package.")
(define-deprecated-package texlive-latex-changepage texlive-changepage)
-(define-public texlive-latex-eukdate
+(define-public texlive-eukdate
(package
- (name "texlive-latex-eukdate")
+ (name "texlive-eukdate")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/eukdate"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "18xan116l8w47v560bkw6nbhkrml7g04xrlzk3jrpc7qsyf3n5fz"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/eukdate")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/eukdate")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eukdate/" "source/latex/eukdate/"
+ "tex/latex/eukdate/")
+ (base32
+ "1bz32l4500y4sx7ighpcvzfh0z45lzyyxm1dq1knmhdsv46gqaxi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eukdate")
(synopsis "UK format dates, with weekday")
(description
"The package is used to change the format of @code{\\today}’s date,
-including the weekday, e.g., \"Saturday, 26 June 2008\", the 'UK format', which
-is preferred in many parts of the world, as distinct from that which is used in
-@code{\\maketitle} of the article class, \"June 26, 2008\", the 'US format'.")
+including the weekday, e.g., @samp{Saturday, 26 June 2008}, the UK format,
+which is preferred in many parts of the world, as distinct from that which is
+used in @code{\\maketitle} of the article class, @samp{June 26, 2008}, the US
+format.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-eukdate texlive-eukdate)
+
(define-public texlive-ulem
(package
(inherit (simple-texlive-package
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., (continued)
- 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
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate.,
guix-commits <=
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/09
- 29/452: gnu: Add texlive-euenc., guix-commits, 2023/06/09
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/09
- 39/452: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/09
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/09