# Template file for 'noto-fonts-ttf'
pkgname=noto-fonts-ttf
reverts="20220810_1 20190926_2 20190926_1 20181202_1 20181106_1"
version=24.4.1
revision=1
depends="font-util"
short_desc="Google Noto TTF Fonts"
maintainer="classabbyamp <void@placeviolette.net>"
license="OFL-1.1"
homepage="https://notofonts.github.io/"
distfiles="https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-${version}.tar.gz"
checksum=501beb5b4b930f959546790b0c51c4544cdd97bc02c7193f50774323c49167fc
font_dirs="/usr/share/fonts/noto"

do_install() {
	vlicense fonts/LICENSE
	vmkdir usr/share/fonts/noto
	vcopy "fonts/Noto*/hinted/ttf/*.ttf" usr/share/fonts/noto
}

noto-fonts-ttf-extra_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - additional variants"
	pkg_install() {
		vmove "usr/share/fonts/noto/Noto*-*Condensed*.ttf"

		vmove "usr/share/fonts/noto/Noto*-*Thin*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*Light*.ttf"
		# keep *-Regular*
		vmove "usr/share/fonts/noto/Noto*-*Medium*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*SemiBold*.ttf"
		# keep *-Bold*
		vmove "usr/share/fonts/noto/Noto*-*ExtraBold*.ttf"
		vmove "usr/share/fonts/noto/Noto*-*Black*.ttf"
	}
}
