Re: [PATCH] scripts/sphinx-pre-install: fix Arch xelatex dependency

From: Jonathan Corbet
Date: Tue Apr 02 2024 - 11:29:09 EST


Li Hua <lihua@xxxxxxxxx> writes:

> On Arch Linux, xelatex is installed in the texlive-xetex package.
>
> Signed-off-by: Li Hua <lihua@xxxxxxxxx>
> ---
> scripts/sphinx-pre-install | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
> index 4c781617f..c559e43b2 100755
> --- a/scripts/sphinx-pre-install
> +++ b/scripts/sphinx-pre-install
> @@ -560,7 +560,7 @@ sub give_arch_linux_hints()
> "virtualenv" => "python-virtualenv",
> "dot" => "graphviz",
> "convert" => "imagemagick",
> - "xelatex" => "texlive-bin",
> + "xelatex" => "texlive-xetex",
> "latexmk" => "texlive-core",
> "rsvg-convert" => "extra/librsvg",
> );

This email shows as having been copied to the mailing lists, but does
not appear to have actually arrived there. It's trivial, so I'll apply
it anyway, but you will want to get a handle on what is keeping your
emails off the lists.

Thanks,

jon