diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-16 13:28:08 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 14:30:09 +0200 |
commit | 7137d2893f33e9158e8563a21d9586119d175269 (patch) | |
tree | e204cc396e73525bbe490bb4f3315198ef317245 /utils | |
parent | e3ebfd41d7379384186fd74a7db430247eef8c84 (diff) | |
download | searxng-7137d2893f33e9158e8563a21d9586119d175269.tar.gz searxng-7137d2893f33e9158e8563a21d9586119d175269.zip |
[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
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/searx.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index a5345c075..e1ff4beb0 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -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) |