cantarell: bump version.

This commit is contained in:
Jerome Duval
2017-09-19 11:25:49 +02:00
parent 4b225eca3b
commit ef77b129f3

View File

@@ -0,0 +1,37 @@
SUMMARY="The Cantarell Font Family"
DESCRIPTION="\
The Cantarell font family is a contemporary humanistic sans serif. It was \
designed by Dave Crossland for on-screen reading - in particular for reading \
web pages on the author's HTC mobile phone. Since 2010 it's the default \
typaface of Gnome, the popular graphical user interface. Currently it fully \
supports Basic Latin, Western European, Catalan, Baltic, Turkish, Central \
European, Dutch and Afrikaans writing systems. The Cantarell typeface is \
included in Google Fonts too.
"
HOMEPAGE="http://wiki.gnome.org/CantarellFonts"
COPYRIGHT="2009-2011 Understanding Limited
2010-2012 Jakub Steiner"
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-$portVersion.tar.xz"
CHECKSUM_SHA256="14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f"
SOURCE_DIR="cantarell-fonts-$portVersion"
DISABLE_SOURCE_PACKAGE=yes
ARCHITECTURES="any"
PROVIDES="
cantarell = $portVersion
"
BUILD_PREREQUIRES="
coreutils
"
INSTALL()
{
FONTDIR=$fontsDir/otfonts
mkdir -p ${FONTDIR}
cp otf/*.otf ${FONTDIR}
cp README ${FONTDIR}/cantarell.readme
}