From dcdf9c9fcb42ded026756d66c51f1f30fe625165 Mon Sep 17 00:00:00 2001 From: k4leg Date: Fri, 25 Oct 2019 18:56:21 +0300 Subject: [PATCH] noto-fonts-cjk: update to 20190416. --- srcpkgs/noto-fonts-cjk/template | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/noto-fonts-cjk/template b/srcpkgs/noto-fonts-cjk/template index 13e432da782..f318718ab81 100644 --- a/srcpkgs/noto-fonts-cjk/template +++ b/srcpkgs/noto-fonts-cjk/template @@ -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 " 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 }