twemoji: remove conf file

Closes: #6829 [via git-merge-pr]
This commit is contained in:
Sir_Boops 2017-06-23 16:35:51 -06:00 committed by Michael Aldridge
parent ab31b50257
commit f715d2d785

View file

@ -1,7 +1,7 @@
# Template build file for 'twemoji'.
pkgname=twemoji
version=1.3
revision=1
revision=2
depends="font-util"
font_dirs="/usr/share/fonts/twemoji"
short_desc="Twitter emoji font set in color and b&w"
@ -18,6 +18,4 @@ do_install() {
vlicense LICENSE-CC-BY.txt
vmkdir etc/fonts/conf.d/
install -Dm644 TwitterColorEmoji-SVGinOT.ttf ${DESTDIR}/usr/share/fonts/twemoji/TwitterColorEmoji-SVGinOT.ttf
install -Dm644 fontconfig/56-twemoji-color.conf ${DESTDIR}/etc/fonts/conf.avail/56-twemoji-color.conf
ln -sf /etc/fonts/conf.avail/56-twemoji-color.conf ${DESTDIR}/etc/fonts/conf.d/
}