Added recipes for Carlito and Caladea fonts.

This commit is contained in:
Jerome Duval
2015-01-31 11:50:53 +00:00
parent e306860e98
commit baa05b3332
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
SUMMARY="Serif font metric-compatible with Cambria"
DESCRIPTION="
Caladea (Google's Caladea font, google-crosextrafonts-caladea) is a modern, \
friendly sans-serif font, metric-compatible with Microsoft Fonts Cambria \
font. Caladea comes in regular, bold, italic, and bold italic. The family \
covers Latin-Greek-Cyrillic (not a complete set, though) with about 2,000 \
glyphs. It has the same character coverage as Microsoft Fonts Cambria. \
This font is sans-serif typeface family based on Lato. Caladea is a default \
Cambria font replace in the LibreOffice Suite.
"
HOMEPAGE="https://code.google.com/p/chromium/issues/detail?id=280557"
SRC_URI="http://gsdview.appspot.com/chromeos-localmirror/distfiles/crosextrafonts-$portVersion.tar.gz"
CHECKSUM_SHA256="c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09"
LICENSE="Apache v2"
COPYRIGHT="2013 Carolina Giovagnoli and Andres Torresi"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="carlito = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="crosextrafonts-$portVersion"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}

View File

@@ -0,0 +1,34 @@
SUMMARY="Sans-serif font metric-compatible with Calibri"
DESCRIPTION="
Carlito comes in regular, bold, italic, and bold italic. The family \
covers Latin-Greek-Cyrillic (not a complete set, though) with about \
2,000 glyphs. It has the same character coverage as Calibri.
"
HOMEPAGE="http://code.google.com/p/chromium/issues/detail?id=280557"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-carlito-$portVersion.tar.gz"
CHECKSUM_SHA256="4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2013 Lukasz Dziedzic"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="carlito = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="crosextrafonts-carlito-$portVersion"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}