summaryrefslogtreecommitdiff
path: root/utils/searx.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-18 17:33:56 +0200
committerAlexandre Flament <alex@al-f.net>2021-06-22 08:15:17 +0200
commitdca3bcca9e1917dd3874ba9e40e1055e32caba34 (patch)
tree3e6a0f3bbd11c32068452f395c33dd69b7efca9e /utils/searx.sh
parentd20f6a1f19a34e4c2cd872fea7c92910a59b88b0 (diff)
downloadsearxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.tar.gz
searxng-dca3bcca9e1917dd3874ba9e40e1055e32caba34.zip
[mod] simple theme: include fonts
"npm run webfont" to build the fonts directory. It requires fontforge and ttfautohint distro packages. partial revert of commit 7137d2893f33e9158e8563a21d9586119d175269
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-xutils/searx.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index 69068b914..a777eab26 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 fontforge ttfautohint
+latexmk
npm"
# pacman packages
@@ -63,7 +63,7 @@ shellcheck"
BUILD_PACKAGES_arch="\
firefox graphviz imagemagick texlive-bin extra/librsvg
-texlive-core texlive-latexextra ttf-dejavu fontforge ttfautohint
+texlive-core texlive-latexextra ttf-dejavu
npm"
# dnf packages
@@ -77,7 +77,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 fontforge ttfautohint
+dejavu-sans-mono-fonts
npm"
# yum packages