noto-fonts-ttf: install and split variable fonts

This commit is contained in:
classabbyamp 2024-08-08 06:07:37 -04:00 committed by classabbyamp
parent e522487a8c
commit 696ad31d67
2 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1 @@
noto-fonts-ttf

View File

@ -2,7 +2,7 @@
pkgname=noto-fonts-ttf
reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
version=24.8.1
revision=1
revision=2
depends="font-util"
short_desc="Google Noto TTF Fonts"
maintainer="classabbyamp <void@placeviolette.net>"
@ -14,9 +14,9 @@ font_dirs="/usr/share/fonts/noto"
nostrip=yes # just font files
do_install() {
vlicense fonts/LICENSE
vmkdir usr/share/fonts/noto
vcopy "fonts/Noto*/hinted/ttf/*.ttf" usr/share/fonts/noto
vlicense fonts/LICENSE
}
noto-fonts-ttf-extra_package() {
@ -36,3 +36,14 @@ noto-fonts-ttf-extra_package() {
vmove "usr/share/fonts/noto/Noto*-*Black*.ttf"
}
}
noto-fonts-ttf-variable_package() {
short_desc+=" - variable weight fonts"
depends="font-util"
nostrip=yes # just font files
pkg_install() {
vmkdir usr/share/fonts/noto
vcopy "fonts/Noto*/unhinted/slim-variable-ttf/Noto*.ttf" usr/share/fonts/noto
vlicense fonts/LICENSE
}
}