noto-fonts-cjk: update to 20190416.

This commit is contained in:
k4leg 2019-10-25 18:56:21 +03:00 committed by Helmut Pozimski
parent 753e21b87d
commit dcdf9c9fcb
1 changed files with 11 additions and 11 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'noto-fonts-cjk'
pkgname=noto-fonts-cjk
version=20170601
revision=3
version=20190416
revision=1
archs=noarch
_githash=32a5844539f2e348ed36b44e990f9b06d7fb89fe
_githash=be6c059ac1587e556e2412b27f5155c8eb3ddbe6
wrksrc="noto-cjk-${_githash}"
depends="font-util xbps-triggers"
depends="font-util"
short_desc="Google Noto CJK Fonts"
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
license="OFL-1.1"
homepage="https://www.google.com/get/noto/"
#changelog="https://raw.githubusercontent.com/googlei18n/noto-cjk/master/NEWS"
distfiles="https://github.com/googlei18n/noto-cjk/archive/${_githash}.tar.gz"
checksum=dfd40932647ca15f610ee97fdff1c8bf5e2864f0db6f50ac245f2f284c92f92a
homepage="https://www.google.com/get/noto/help/cjk/"
#changelog="https://raw.githubusercontent.com/googlefonts/noto-cjk/master/NEWS"
#changelog_prior="https://raw.githubusercontent.com/googlefonts/noto-cjk/master/HISTORY"
distfiles="https://codeload.github.com/googlefonts/noto-cjk/tar.gz/${_githash}>${pkgname}-${version}.tar.gz"
checksum=2ad7fe638b1e99255c3d873dc7e0b8434a896f571abdec1a0698cfab3ef618fe
font_dirs="/usr/share/fonts/noto"
do_install() {
vmkdir usr/share/fonts/noto
install -m644 Noto*.ttc ${DESTDIR}/usr/share/fonts/noto
install -Dm644 Noto*.ttc -t ${DESTDIR}/usr/share/fonts/noto
vlicense LICENSE
}