gnu: texlive-translator: Refresh package definition.
* gnu/packages/tex.scm (texlive-translator): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-GRAPHICS.
parent
7d20f2f976
commit
467f367920
|
@ -11774,23 +11774,27 @@ document.")
|
||||||
|
|
||||||
(define-public texlive-translator
|
(define-public texlive-translator
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-translator")
|
||||||
"texlive-translator"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/translator/"
|
(source (texlive-origin
|
||||||
"tex/latex/translator/")
|
name version
|
||||||
(base32 "13rxdqhvgwc5lz2wsw4jwsb92614wlxsa90rmzxyrc6xjz1jypnk")
|
(list "doc/latex/translator/"
|
||||||
#:trivial? #t))
|
"tex/latex/translator/")
|
||||||
|
(base32
|
||||||
|
"13rxdqhvgwc5lz2wsw4jwsb92614wlxsa90rmzxyrc6xjz1jypnk")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(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")
|
(synopsis "Easy translation of strings in LaTeX")
|
||||||
(description
|
(description
|
||||||
"This LaTeX package provides a flexible mechanism for translating
|
"This LaTeX package provides a flexible mechanism for translating
|
||||||
individual words into different languages. For example, it can be used to
|
individual words into different languages. Such a translation mechanism is
|
||||||
translate a word like \"figure\" into, say, the German word \"Abbildung\".
|
useful when the author of some package would like to localize the package such
|
||||||
Such a translation mechanism is useful when the author of some package would
|
that texts are correctly translated into the language preferred by the user.
|
||||||
like to localize the package such that texts are correctly translated into the
|
This package is not intended to be used to automatically translate more than
|
||||||
language preferred by the user. This package is not intended to be used to
|
a few words.")
|
||||||
automatically translate more than a few words.")
|
|
||||||
(license (list license:lppl license:gpl1+))))
|
(license (list license:lppl license:gpl1+))))
|
||||||
|
|
||||||
(define-public texlive-textpos
|
(define-public texlive-textpos
|
||||||
|
|
Reference in New Issue