mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
noto-fonts-emoji: update to 20191016.
This commit is contained in:
parent
aaca72094f
commit
e94fd9db92
1 changed files with 7 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'noto-fonts-emoji'
|
||||
pkgname=noto-fonts-emoji
|
||||
version=20180810
|
||||
revision=2
|
||||
version=20191016
|
||||
revision=1
|
||||
archs=noarch
|
||||
_githash=07ad7f0f4dc1bfb03221c2004c7cc60c6b79b25e
|
||||
_githash=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
|
||||
wrksrc="noto-emoji-${_githash}"
|
||||
depends="font-util"
|
||||
short_desc="Google Noto Emoji Fonts"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="OFL-1.1"
|
||||
homepage="https://www.google.com/get/noto/"
|
||||
distfiles="https://github.com/googlei18n/noto-emoji/archive/${_githash}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=ec53029d47743d41c5979aa180353b9ce4652d76aac5f04fedac6990bf9c40a9
|
||||
|
||||
distfiles="https://codeload.github.com/googlefonts/noto-emoji/tar.gz/${_githash}>${pkgname}-${version}.tar.gz"
|
||||
checksum=06f8f0b6e0ea7733f4be1beab005c6a039ca231fa946b4e36363cf2ef64b2eff
|
||||
font_dirs="/usr/share/fonts/noto"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/noto
|
||||
install -m644 fonts/Noto*.ttf ${DESTDIR}/usr/share/fonts/noto
|
||||
install -Dm644 fonts/Noto* -t ${DESTDIR}/usr/share/fonts/noto
|
||||
vlicense fonts/LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue