[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/409: gnu: texlive-latex-translations -> texlive-translations.
From: |
guix-commits |
Subject: |
81/409: gnu: texlive-latex-translations -> texlive-translations. |
Date: |
Sat, 20 May 2023 04:02:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 545e8b7a014f56f392d4c4bc5b585d9cda208e87
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 36d20e4737..069642dbbd 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
- 22/409: gnu: Add texlive-currfile., (continued)
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi., guix-commits, 2023/05/20
- 32/409: gnu: Add texlive-multido., guix-commits, 2023/05/20
- 34/409: gnu: Add texlive-showexpl., guix-commits, 2023/05/20
- 62/409: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/20
- 50/409: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/20
- 59/409: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/05/20
- 69/409: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/20
- 80/409: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/20
- 81/409: gnu: texlive-latex-translations -> texlive-translations.,
guix-commits <=
- 48/409: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/20
- 49/409: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/20
- 63/409: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/20
- 65/409: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/20
- 46/409: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/20
- 56/409: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/20
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/20
- 76/409: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/20
- 77/409: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/20
- 85/409: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/20