From 7cf43be6ce7955270872d27d60ed400fee9a3d93 Mon Sep 17 00:00:00 2001 From: kenmays Date: Sat, 8 Oct 2022 23:55:32 -0700 Subject: [PATCH] fontawesome: version bump (#7264) * FontAwesome: version bump * Delete fontawesome-4.7.0.recipe * Delete fontawesome-5.6.3.recipe --- .../fontawesome/fontawesome-4.7.0.recipe | 32 ------------------- ...-5.6.3.recipe => fontawesome-6.2.0.recipe} | 10 +++--- 2 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 media-fonts/fontawesome/fontawesome-4.7.0.recipe rename media-fonts/fontawesome/{fontawesome-5.6.3.recipe => fontawesome-6.2.0.recipe} (67%) diff --git a/media-fonts/fontawesome/fontawesome-4.7.0.recipe b/media-fonts/fontawesome/fontawesome-4.7.0.recipe deleted file mode 100644 index ce00474d4..000000000 --- a/media-fonts/fontawesome/fontawesome-4.7.0.recipe +++ /dev/null @@ -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} -} diff --git a/media-fonts/fontawesome/fontawesome-5.6.3.recipe b/media-fonts/fontawesome/fontawesome-6.2.0.recipe similarity index 67% rename from media-fonts/fontawesome/fontawesome-5.6.3.recipe rename to media-fonts/fontawesome/fontawesome-6.2.0.recipe index 59b206a69..257db094d 100644 --- a/media-fonts/fontawesome/fontawesome-5.6.3.recipe +++ b/media-fonts/fontawesome/fontawesome-6.2.0.recipe @@ -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"