[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/418: gnu: texlive-latex-translations -> texlive-translations.
From: |
guix-commits |
Subject: |
81/418: gnu: texlive-latex-translations -> texlive-translations. |
Date: |
Fri, 2 Jun 2023 17:24:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 571ed3f6fa835ee7cb75112af62923ac93914133
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:34:27 2023 +0200
gnu: texlive-latex-translations -> texlive-translations.
* gnu/packages/tex.scm (texlive-translations): New variable.
(texlive-latex-translations): Deprecate variable.
---
gnu/packages/tex.scm | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6b8da434ce..fc466d0557 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11550,15 +11550,21 @@ are valid as arguments for the macros. The package
may be used under
LaTeX and plain TeX.")
(license (license:fsf-free "file:/binhex.dtx"))))
-(define-public texlive-latex-translations
+(define-public texlive-translations
(package
- (inherit (simple-texlive-package
- "texlive-latex-translations"
+ (name "texlive-translations")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
(list "doc/latex/translations/"
"tex/latex/translations/")
- (base32 "0vl7ckpbkjvz3a5snzppb96ncwgmhpwb2p6cg30grfyn421kap3v")
- #:trivial? #t))
+ (base32
+ "0vl7ckpbkjvz3a5snzppb96ncwgmhpwb2p6cg30grfyn421kap3v")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-pdftexcmds))
(home-page "https://ctan.org/pkg/translations")
(synopsis "Internationalisation of LaTeX2e packages")
(description
@@ -11573,6 +11579,8 @@ Danish and Portuguese from babel or polyglossia if
either is in use in the
document.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-latex-translations texlive-translations)
+
(define-public texlive-translator
(package
(inherit (simple-texlive-package
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., (continued)
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/06/02
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02
- 53/418: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/02
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/02
- 80/418: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/02
- 81/418: gnu: texlive-latex-translations -> texlive-translations.,
guix-commits <=
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/02
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/06/02
- 103/418: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/02
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/02
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/02
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/02
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/02
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/02
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/02
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/02