noto-fonts-ttf: update to 20161206
This commit is contained in:
parent
af02ac3f50
commit
0ff5257d8e
1 changed files with 7 additions and 7 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template build file for 'noto-fonts-ttf'.
|
||||
pkgname=noto-fonts-ttf
|
||||
version=20161003
|
||||
version=20161206
|
||||
revision=1
|
||||
noarch="yes"
|
||||
_githash=3dfd3e923e661c1bdd95ecacc04394c3e35d119e
|
||||
_githash=8aaee12142a4e78511e2aa9a1f65f90b38384429
|
||||
wrksrc="noto-fonts-${_githash}"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
short_desc="TrueType fonts from Google Noto project"
|
||||
font_dirs="/usr/share/fonts/noto"
|
||||
short_desc="Google Noto TTF Fonts"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="OFL-1.1"
|
||||
homepage="https://www.google.com/get/noto/"
|
||||
distfiles="https://github.com/googlei18n/noto-fonts/archive/${_githash}.tar.gz"
|
||||
checksum=02075aaee1f83c876f0d9ef66563218be9871980e642aaf3beb037bee22005d2
|
||||
checksum=6d773c43d0f86ea6e140acd7b0b78cc16c689607b2e3ea2860986143b181210b
|
||||
conflicts="google-fonts-ttf>=0"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
install -m644 hinted/Noto*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||
vmkdir usr/share/fonts/noto
|
||||
install -m644 hinted/Noto*.ttf ${DESTDIR}/usr/share/fonts/noto
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue