[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/409: gnu: texlive-translator: Refresh package definition.
From: |
guix-commits |
Subject: |
177/409: gnu: texlive-translator: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2a5362497490bbf6aa060f31a03e0e364c06b192
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:24:37 2023 +0200
gnu: texlive-translator: Refresh package definition.
* gnu/packages/tex.scm (texlive-translator): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4c38cba9ab..2e7ab76ba8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11782,23 +11782,27 @@ document.")
(define-public texlive-translator
(package
- (inherit (simple-texlive-package
- "texlive-translator"
- (list "doc/latex/translator/"
- "tex/latex/translator/")
- (base32 "13rxdqhvgwc5lz2wsw4jwsb92614wlxsa90rmzxyrc6xjz1jypnk")
- #:trivial? #t))
+ (name "texlive-translator")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/translator/"
+ "tex/latex/translator/")
+ (base32
+ "13rxdqhvgwc5lz2wsw4jwsb92614wlxsa90rmzxyrc6xjz1jypnk")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (home-page "https://ctan.org/macros/latex/contrib/translator")
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/translator")
(synopsis "Easy translation of strings in LaTeX")
(description
"This LaTeX package provides a flexible mechanism for translating
-individual words into different languages. For example, it can be used to
-translate a word like \"figure\" into, say, the German word \"Abbildung\".
-Such a translation mechanism is useful when the author of some package would
-like to localize the package such that texts are correctly translated into the
-language preferred by the user. This package is not intended to be used to
-automatically translate more than a few words.")
+individual words into different languages. Such a translation mechanism is
+useful when the author of some package would like to localize the package such
+that texts are correctly translated into the language preferred by the user.
+This package is not intended to be used to automatically translate more than
+a few words.")
(license (list license:lppl license:gpl1+))))
(define-public texlive-textpos
- 136/409: gnu: texlive-adjustbox: Refresh package definition., (continued)
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/20
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20
- 177/409: gnu: texlive-translator: Refresh package definition.,
guix-commits <=
- 184/409: gnu: Add texlive-etextools., guix-commits, 2023/05/20
- 182/409: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/20
- 188/409: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/20
- 190/409: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/20
- 192/409: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/20
- 194/409: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/20
- 197/409: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/20
- 199/409: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/20
- 201/409: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/20
- 207/409: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/20