mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Added recipes for Carlito and Caladea fonts.
This commit is contained in:
38
media-fonts/caladea/caladea-20130214.recipe
Normal file
38
media-fonts/caladea/caladea-20130214.recipe
Normal 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}
|
||||||
|
}
|
||||||
34
media-fonts/carlito/carlito-20130920.recipe
Normal file
34
media-fonts/carlito/carlito-20130920.recipe
Normal 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}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user