guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

81/452: gnu: texlive-latex-translations -> texlive-translations.


From: guix-commits
Subject: 81/452: gnu: texlive-latex-translations -> texlive-translations.
Date: Fri, 9 Jun 2023 13:43:00 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b4ba9ed7eaa249c349790c26a10a941a5b521541
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 460ffc7689..7ee2b33f8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11542,15 +11542,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
@@ -11565,6 +11571,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]