mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
cantarell: bump version.
This commit is contained in:
37
media-fonts/cantarell/cantarell-0.0.25.recipe
Normal file
37
media-fonts/cantarell/cantarell-0.0.25.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user