noto-fonts-emoji: update to 2.038.

This commit is contained in:
classabbyamp 2022-09-27 16:19:23 -04:00
parent 25ab787ada
commit e213f97802
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgname=noto-fonts-emoji pkgname=noto-fonts-emoji
reverts="20200916_1 20200722_2 20200722_1 20191016_1 20180810_2 20180810_1 reverts="20200916_1 20200722_2 20200722_1 20191016_1 20180810_2 20180810_1
20180301_1 20170311_1 20161020_1" 20180301_1 20170311_1 20161020_1"
version=2.034 version=2.038
revision=1 revision=1
wrksrc=noto-emoji-${version} wrksrc=noto-emoji-${version}
depends="font-util" depends="font-util"
@ -11,10 +11,12 @@ maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
license="OFL-1.1" license="OFL-1.1"
homepage="https://www.google.com/get/noto/" homepage="https://www.google.com/get/noto/"
distfiles="https://github.com/googlefonts/noto-emoji/archive/v${version}.tar.gz" distfiles="https://github.com/googlefonts/noto-emoji/archive/v${version}.tar.gz"
checksum=a5af92ba8e297e447562d7bdb11453fa40be6d88655e4a647976f0c9be4245ab checksum=47d8b39733a1e82efced7dee96e30cb31d205b150dc3ca44d59abbb22d027195
font_dirs="/usr/share/fonts/noto" font_dirs="/usr/share/fonts/noto"
do_install() { do_install() {
install -Dm644 fonts/Noto* -t ${DESTDIR}/usr/share/fonts/noto vmkdir usr/share/fonts/noto
# don't install COLRv1 fonts for now
vcopy "fonts/NotoColorEmoji*" usr/share/fonts/noto
vlicense fonts/LICENSE vlicense fonts/LICENSE
} }