fonts-roboto-ttf: update to 3.012.
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
41692620d3
commit
98a06edbdc
@@ -1,18 +1,20 @@
|
||||
# Template file for 'fonts-roboto-ttf'
|
||||
pkgname=fonts-roboto-ttf
|
||||
version=2.138
|
||||
revision=3
|
||||
version=3.012
|
||||
revision=1
|
||||
depends="font-util"
|
||||
short_desc="Google's signature family of fonts"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://fonts.google.com/specimen/Roboto"
|
||||
distfiles="https://github.com/google/roboto/archive/v${version}.tar.gz"
|
||||
checksum=5427a734ba778333956093f85f5a67b7134ea925ef9dea236a2c5bd0d200341b
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
conflicts="google-fonts-ttf<=20190605_2"
|
||||
distfiles="https://github.com/googlefonts/roboto-3-classic/releases/download/v${version}/Roboto_v${version}.zip
|
||||
https://github.com/googlefonts/RobotoMono/archive/refs/tags/v3.001.tar.gz"
|
||||
checksum="fda623da606ee230c84dab1c79e534341557510663c81b56ba57a320d36cbc2d
|
||||
677d8513918572700531a3115f721a416557a5c701b150abc4d118a7177c8bdc"
|
||||
font_dirs="/usr/share/fonts/roboto"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
find . -type f -name '*.ttf' -exec install -Dm644 '{}' ${DESTDIR}/usr/share/fonts/TTF \;
|
||||
vmkdir usr/share/fonts/roboto
|
||||
vcopy hinted/*.ttf usr/share/fonts/roboto
|
||||
vcopy RobotoMono*/fonts/otf/*.otf usr/share/fonts/roboto
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user