Add some fonts. Update mbase.
This commit is contained in:
parent
c12581da90
commit
2e4d2f445b
0
mbase/gnu-unifont-font
Normal file
0
mbase/gnu-unifont-font
Normal file
7
ports/gentium-fonts/build
Executable file
7
ports/gentium-fonts/build
Executable 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
|
1
ports/gentium-fonts/checksums
Normal file
1
ports/gentium-fonts/checksums
Normal file
@ -0,0 +1 @@
|
||||
47c9e57c026e20d89dc72a393874adebd8987b92494f299b84ae67954e2bfe43
|
1
ports/gentium-fonts/sources
Normal file
1
ports/gentium-fonts/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.fontsquirrel.com/fonts/download/Gentium-Basic
|
1
ports/gentium-fonts/version
Normal file
1
ports/gentium-fonts/version
Normal file
@ -0,0 +1 @@
|
||||
7.040 1
|
8
ports/gnu-freefont-fonts/build
Executable file
8
ports/gnu-freefont-fonts/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cd *
|
||||
|
||||
for ttf in *.ttf
|
||||
do
|
||||
install -Dm644 $ttf "$1/usr/share/fonts/TTF/$ttf"
|
||||
done
|
1
ports/gnu-freefont-fonts/checksums
Normal file
1
ports/gnu-freefont-fonts/checksums
Normal file
@ -0,0 +1 @@
|
||||
7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
|
1
ports/gnu-freefont-fonts/sources
Normal file
1
ports/gnu-freefont-fonts/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/freefont/freefont-ttf-20120503.zip
|
1
ports/gnu-freefont-fonts/version
Normal file
1
ports/gnu-freefont-fonts/version
Normal file
@ -0,0 +1 @@
|
||||
7.040 1
|
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
1e47423bd13cfbc04414f1418fb8d8e7f75ebf24f7b44817b6283588ac2097ff
|
||||
48a888741ab0dcce72ca61195fe38a6671190fb8b53fa1403ab467935ea34006
|
||||
|
3
ports/iosevka-font/post-install
Executable file
3
ports/iosevka-font/post-install
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
fc-cache
|
@ -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
8
ports/libertinus-fonts/build
Executable 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
|
1
ports/libertinus-fonts/checksums
Normal file
1
ports/libertinus-fonts/checksums
Normal file
@ -0,0 +1 @@
|
||||
7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850
|
1
ports/libertinus-fonts/sources
Normal file
1
ports/libertinus-fonts/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/alerque/libertinus/releases/download/v7.040/Libertinus-7.040.tar.xz
|
1
ports/libertinus-fonts/version
Normal file
1
ports/libertinus-fonts/version
Normal file
@ -0,0 +1 @@
|
||||
7.040 1
|
Loading…
Reference in New Issue
Block a user