From a0d9fabc5fb130c57518d610377d2c6c684b0d23 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 10 Feb 2015 19:25:56 +0100 Subject: [PATCH] Fixed caladea recipe. It had "carlito" in PROVIDES (copy&paste error). Adjusted the DESCRIPTION: it really is a serif font, and since the Lato font seems to be sans-serif, I removed the allusion to that... --- media-fonts/caladea/caladea-20130214.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-fonts/caladea/caladea-20130214.recipe b/media-fonts/caladea/caladea-20130214.recipe index cf1adf812..56df08c2f 100644 --- a/media-fonts/caladea/caladea-20130214.recipe +++ b/media-fonts/caladea/caladea-20130214.recipe @@ -1,24 +1,24 @@ 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 \ +friendly 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. +glyphs. +It has the same character coverage as Microsoft Fonts Cambria. +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" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes -PROVIDES="carlito = $portVersion" +PROVIDES="caldea = $portVersion" REQUIRES="" BUILD_REQUIRES="" BUILD_PREREQUIRES="coreutils"