[mod] simple theme: remove src/less/ion.less

This file is generated by webfont.
* It is now generated as searx/static/themes/simple/ion.less
* It is generated before the .less compilation.
* .gitignore includes this file

Add two new package depedencies: fontforge ttfautohint
See utils/searx.sh
This commit is contained in:
Alexandre Flament 2021-06-16 13:28:08 +02:00
parent e3ebfd41d7
commit 7137d2893f
7 changed files with 40 additions and 219 deletions

View file

@ -51,7 +51,7 @@ shellcheck"
BUILD_PACKAGES_debian="\
firefox graphviz imagemagick texlive-xetex librsvg2-bin
texlive-latex-recommended texlive-extra-utils fonts-dejavu
latexmk"
latexmk fontforge ttfautohint"
# pacman packages
SEARX_PACKAGES_arch="\
@ -62,7 +62,7 @@ shellcheck"
BUILD_PACKAGES_arch="\
firefox graphviz imagemagick texlive-bin extra/librsvg
texlive-core texlive-latexextra ttf-dejavu"
texlive-core texlive-latexextra ttf-dejavu fontforge ttfautohint"
# dnf packages
SEARX_PACKAGES_fedora="\
@ -75,7 +75,7 @@ BUILD_PACKAGES_fedora="\
firefox graphviz graphviz-gd ImageMagick librsvg2-tools
texlive-xetex-bin texlive-collection-fontsrecommended
texlive-collection-latex dejavu-sans-fonts dejavu-serif-fonts
dejavu-sans-mono-fonts"
dejavu-sans-mono-fonts fontforge ttfautohint"
# yum packages
SEARX_PACKAGES_centos="\
@ -88,7 +88,7 @@ BUILD_PACKAGES_centos="\
firefox graphviz graphviz-gd ImageMagick librsvg2-tools
texlive-xetex-bin texlive-collection-fontsrecommended
texlive-collection-latex dejavu-sans-fonts dejavu-serif-fonts
dejavu-sans-mono-fonts"
dejavu-sans-mono-fonts fontforge ttfautohint"
case $DIST_ID-$DIST_VERS in
ubuntu-16.04|ubuntu-18.04)