Add some fonts. Update mbase.

This commit is contained in:
Mid Favila 2021-11-17 01:33:07 -04:00
parent c12581da90
commit 2e4d2f445b
22 changed files with 39 additions and 6 deletions

0
mbase/gnu-unifont-font Normal file
View File

7
ports/gentium-fonts/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
tar xf Gentium-Basic
for ttf in *.ttf
do
install -Dm644 $ttf "$1/usr/share/fonts/TTF/$ttf"
done

View File

@ -0,0 +1 @@
47c9e57c026e20d89dc72a393874adebd8987b92494f299b84ae67954e2bfe43

View File

@ -0,0 +1 @@
https://www.fontsquirrel.com/fonts/download/Gentium-Basic

View File

@ -0,0 +1 @@
7.040 1

8
ports/gnu-freefont-fonts/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
cd *
for ttf in *.ttf
do
install -Dm644 $ttf "$1/usr/share/fonts/TTF/$ttf"
done

View File

@ -0,0 +1 @@
7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af

View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/freefont/freefont-ttf-20120503.zip

View File

@ -0,0 +1 @@
7.040 1

View File

@ -2,10 +2,8 @@
# Work around the fact that we're working with a ZIP until the package manager
# can handle them.
for font in ./*.ttf
do
install -Dm644 "${font}" "${1}/usr/share/fonts/TTF/${font}"
done
install -Dm644 iosevka.ttc "$1/usr/share/fonts/TTF/iosevka.ttc"
printf "\n#############################################################################\n##"
printf "Remember to run fc-cache, chief! Otherwise X programs can't use the font!##\n"
printf "#############################################################################\n\n"

View File

@ -1 +1 @@
1e47423bd13cfbc04414f1418fb8d8e7f75ebf24f7b44817b6283588ac2097ff
48a888741ab0dcce72ca61195fe38a6671190fb8b53fa1403ab467935ea34006

View File

@ -0,0 +1,3 @@
#!/bin/sh -e
fc-cache

View File

@ -1 +1 @@
https://github.com/be5invis/Iosevka/releases/download/v7.2.8/ttf-iosevka-7.2.8.zip
https://github.com/be5invis/Iosevka/releases/download/v11.0.1/super-ttc-iosevka-11.0.1.zip

8
ports/libertinus-fonts/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
cd static/OTF/
for otf in *
do
install -Dm644 $otf "$1/usr/share/fonts/TTF/$(printf $otf|sed 's/.otf/.ttf/')"
done

View File

@ -0,0 +1 @@
7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850

View File

@ -0,0 +1 @@
https://github.com/alerque/libertinus/releases/download/v7.040/Libertinus-7.040.tar.xz

View File

@ -0,0 +1 @@
7.040 1