diff --git a/srcpkgs/twemoji/template b/srcpkgs/twemoji/template index 5c3202f6e21..5d9f1ebdbb6 100644 --- a/srcpkgs/twemoji/template +++ b/srcpkgs/twemoji/template @@ -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/ }