Skip to content

Commit eed2fe7

Browse files
committed
fonts-roboto-ttf: Make Roboto static and update license.
1 parent d07d3fa commit eed2fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

srcpkgs/fonts-roboto-ttf/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Template file for 'fonts-roboto-ttf'
22
pkgname=fonts-roboto-ttf
33
version=3.012
4-
revision=1
4+
revision=2
55
depends="font-util"
66
short_desc="Google's signature family of fonts"
77
maintainer="travankor <travankor@tuta.io>"
8-
license="Apache-2.0"
8+
license="OFL-1.1"
99
homepage="https://fonts.google.com/specimen/Roboto"
1010
distfiles="https://github.com/googlefonts/roboto-3-classic/releases/download/v${version}/Roboto_v${version}.zip
1111
https://github.com/googlefonts/RobotoMono/archive/refs/tags/v3.001.tar.gz"
@@ -15,6 +15,6 @@ font_dirs="/usr/share/fonts/roboto"
1515

1616
do_install() {
1717
vmkdir usr/share/fonts/roboto
18-
vcopy hinted/*.ttf usr/share/fonts/roboto
18+
vcopy hinted/static/*.ttf usr/share/fonts/roboto
1919
vcopy RobotoMono*/fonts/otf/*.otf usr/share/fonts/roboto
2020
}

0 commit comments

Comments
 (0)