mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: texlive-luaotfload: Refresh package definition.
* gnu/packages/tex.scm (texlive-luaotfload): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-LM.
This commit is contained in:
parent
267ffd0a04
commit
a535f29c42
1 changed files with 23 additions and 23 deletions
|
@ -4601,33 +4601,33 @@ (define-public texlive-luatexbase
|
||||||
;; TODO: We should be able to build this from the sources on Github with
|
;; TODO: We should be able to build this from the sources on Github with
|
||||||
;; texlive-l3build, but I haven't been able to get it to work.
|
;; texlive-l3build, but I haven't been able to get it to work.
|
||||||
(define-public texlive-luaotfload
|
(define-public texlive-luaotfload
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-luaotfload"
|
(name "texlive-luaotfload")
|
||||||
(list "/doc/luatex/luaotfload/"
|
(version (number->string %texlive-revision))
|
||||||
"/doc/man/man1/luaotfload-tool.1"
|
(source (texlive-origin
|
||||||
"/doc/man/man5/luaotfload.conf.5"
|
name version
|
||||||
"/source/luatex/luaotfload/fontloader-reference-load-order.lua"
|
(list "doc/luatex/luaotfload/"
|
||||||
"/source/luatex/luaotfload/fontloader-reference-load-order.tex"
|
"doc/man/man1/luaotfload-tool.1"
|
||||||
"/scripts/luaotfload/luaotfload-tool.lua"
|
"doc/man/man1/luaotfload-tool.man1.pdf"
|
||||||
"/tex/luatex/luaotfload/")
|
"doc/man/man5/luaotfload.conf.5"
|
||||||
(base32
|
"doc/man/man5/luaotfload.conf.man5.pdf"
|
||||||
"10wznvxx3qsl88n560py5vyx5r3a3914anbqfhwcmhmwg097xxl4")
|
"scripts/luaotfload/"
|
||||||
#:trivial? #t)))
|
"source/luatex/luaotfload/"
|
||||||
(package
|
"tex/luatex/luaotfload/")
|
||||||
(inherit template)
|
(base32
|
||||||
(propagated-inputs
|
"15xhnb4kyzmr11lj0md1d502cqrxyq6zdcq738z9394k6bas377f")))
|
||||||
(list texlive-lua-alt-getopt ;for luaotfload-tool
|
(outputs '("out" "doc"))
|
||||||
texlive-lualibs))
|
(build-system texlive-build-system)
|
||||||
(home-page "https://github.com/lualatex/luaotfload")
|
(propagated-inputs (list texlive-lm texlive-lua-alt-getopt texlive-lualibs))
|
||||||
(synopsis "OpenType font loader for LuaTeX")
|
(home-page "https://ctan.org/pkg/luaotfload")
|
||||||
(description
|
(synopsis "OpenType font loader for LuaTeX")
|
||||||
"Luaotfload is an adaptation of the ConTeXt font loading system for the
|
(description
|
||||||
|
"Luaotfload is an adaptation of the ConTeXt font loading system for the
|
||||||
Plain and LaTeX formats. It allows OpenType fonts to be loaded with font
|
Plain and LaTeX formats. It allows OpenType fonts to be loaded with font
|
||||||
features accessible using an extended font request syntax while providing
|
features accessible using an extended font request syntax while providing
|
||||||
compatibilitywith XeTeX. By indexing metadata in a database it facilitates
|
compatibilitywith XeTeX. By indexing metadata in a database it facilitates
|
||||||
loading fonts by their proper names instead of file names.")
|
loading fonts by their proper names instead of file names.")
|
||||||
;; GPL version 2 only
|
(license license:gpl2)))
|
||||||
(license license:gpl2))))
|
|
||||||
|
|
||||||
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
|
(define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue