font-awesome: reverts to 4.7.0 (closes #14361).

This commit is contained in:
cr6git 2018-05-13 13:45:22 +02:00 committed by lemmi
parent c77b41f17a
commit 7886107853

View file

@ -1,6 +1,7 @@
# Template file for 'font-awesome'
pkgname=font-awesome
version=5.0.10
reverts="5.0.8_1 5.0.9_1 5.0.10_1"
version=4.7.0
revision=1
noarch=yes
wrksrc=Font-Awesome-${version}
@ -8,11 +9,11 @@ depends="font-util"
font_dirs="/usr/share/fonts/OTF"
short_desc="An iconic font"
maintainer="Yann Bordenave <meow@meo.wf>"
homepage="https://fontawesome.com/"
license="OFL-1.1"
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
checksum=a2588298f516d6f894b31d1990819d0af70f4beccc3e2c364d30d813f8af4193
homepage="https://fontawesome.com/v4.7.0/"
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/v${version}.tar.gz"
checksum=de512ba0e1dead382bbfce372cde74b3f18971d876fffb635ee9333f0db05d43
do_install() {
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
install -Dm644 fonts/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}