noto-fonts-emoji: remove conflict with google-fonts-ttf
The emoji font is not provided by google-fonts, so no conflict should be set here. closes #9929
This commit is contained in:
parent
96e163af61
commit
2caf26e32b
|
@ -1,19 +1,19 @@
|
|||
# Template build file for 'noto-fonts-emoji'.
|
||||
# Template file for 'noto-fonts-emoji'
|
||||
pkgname=noto-fonts-emoji
|
||||
version=20180810
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
_githash=07ad7f0f4dc1bfb03221c2004c7cc60c6b79b25e
|
||||
wrksrc="noto-emoji-${_githash}"
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/noto"
|
||||
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
|
||||
conflicts="google-fonts-ttf>=0"
|
||||
|
||||
font_dirs="/usr/share/fonts/noto"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/noto
|
||||
|
|
Loading…
Reference in New Issue