mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
fontawesome: version bump (#7264)
* FontAwesome: version bump * Delete fontawesome-4.7.0.recipe * Delete fontawesome-5.6.3.recipe
This commit is contained in:
@@ -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}
|
||||
}
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user