fontawesome: version bump (#7264)

* FontAwesome: version bump

* Delete fontawesome-4.7.0.recipe

* Delete fontawesome-5.6.3.recipe
This commit is contained in:
kenmays
2022-10-08 23:55:32 -07:00
committed by GitHub
parent f8015a9ef3
commit 7cf43be6ce
2 changed files with 5 additions and 37 deletions

View File

@@ -1,32 +0,0 @@
SUMMARY="A font containing scalable vector icons"
DESCRIPTION="FontAwesome contains over 600 icons and is most widely used on \
the internet to depict certain actions. Haiku's discussion forum at \
https://discuss.haiku-os.org uses it as well.
As long as Haiku doesn't support loading a font that's not installed, you \
should install this webfont to see all the icons on the discussion forum."
HOMEPAGE="http://fontawesome.io"
COPYRIGHT="2013-2016 Dave Gandy"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/FortAwesome/Font-Awesome/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="de512ba0e1dead382bbfce372cde74b3f18971d876fffb635ee9333f0db05d43"
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
fontawesome = $portVersion
"
BUILD_PREREQUIRES="
coreutils
"
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cd Font-Awesome-$portVersion
cp -a fonts/fontawesome-webfont.ttf ${FONTDIR}
}

View File

@@ -1,15 +1,15 @@
SUMMARY="A font containing scalable vector icons"
DESCRIPTION="FontAwesome contains over 600 icons and is most widely used on \
the internet to depict certain actions. Haiku's discussion forum at \
SUMMARY="Iconic scalable vector icon set"
DESCRIPTION="FontAwesome provides a library of over 2,016 free icons used \
on over 200 million websites. Haiku's discussion forum at \
https://discuss.haiku-os.org uses it as well.
As long as Haiku doesn't support loading a font that's not installed, you \
should install this webfont to see all the icons on the discussion forum."
HOMEPAGE="https://fontawesome.com/"
COPYRIGHT="2013-2018 Dave Gandy"
COPYRIGHT="2022 Fonticons"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://use.fontawesome.com/releases/v$portVersion/fontawesome-free-$portVersion-web.zip"
CHECKSUM_SHA256="77923c846cc325f2a491909d7f94954dd56557f10b7cd3c47e95fb6765209884"
CHECKSUM_SHA256="923687e03f83b68e074d2f4c8871524cad5e1fe0952ba2d89e85b23403c1183a"
SOURCE_DIR="fontawesome-free-$portVersion-web"
ARCHITECTURES="any"