cantarell: Update to 0.0.16

Also install to otfonts/.
This commit is contained in:
Timothy Gu
2014-12-24 03:00:56 +00:00
parent 21676bb201
commit 10d51828fc

View File

@@ -9,13 +9,15 @@ European, Dutch and Afrikaans writing systems. The Cantarell typeface is \
included in Google Fonts too.
"
HOMEPAGE="http://wiki.gnome.org/CantarellFonts"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.7.tar.bz2"
CHECKSUM_SHA256="79f69beca780d84c7c5753566d801ca14e46b6c111ec71527e37ae29377c2c79"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-${portVersion}.tar.xz"
CHECKSUM_SHA256="15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2009-2011 Understanding Limited, 2010-2011 Jakub Steiner"
COPYRIGHT="2009-2011 Understanding Limited
2010-2012 Jakub Steiner"
REVISION="1"
ARCHITECTURES="any"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="cantarell = $portVersion"
@@ -23,7 +25,7 @@ REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="cantarell-fonts-0.0.7"
SOURCE_DIR="cantarell-fonts-$portVersion"
BUILD()
{
@@ -32,8 +34,8 @@ BUILD()
INSTALL()
{
FONTDIR=$fontsDir/cantarell
FONTDIR=$fontsDir/otfonts
mkdir -p ${FONTDIR}
cp otf/*.otf ${FONTDIR}
cp README ${FONTDIR}/cantarell-readme.txt
cp README ${FONTDIR}/cantarell.readme
}