mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
cantarell: Update to 0.0.16
Also install to otfonts/.
This commit is contained in:
@@ -9,13 +9,15 @@ European, Dutch and Afrikaans writing systems. The Cantarell typeface is \
|
|||||||
included in Google Fonts too.
|
included in Google Fonts too.
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://wiki.gnome.org/CantarellFonts"
|
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"
|
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/cantarell-fonts/0.0/cantarell-fonts-${portVersion}.tar.xz"
|
||||||
CHECKSUM_SHA256="79f69beca780d84c7c5753566d801ca14e46b6c111ec71527e37ae29377c2c79"
|
CHECKSUM_SHA256="15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c"
|
||||||
LICENSE="SIL Open Font License v1.1"
|
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"
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
ARCHITECTURES="any"
|
||||||
|
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||||
DISABLE_SOURCE_PACKAGE=yes
|
DISABLE_SOURCE_PACKAGE=yes
|
||||||
|
|
||||||
PROVIDES="cantarell = $portVersion"
|
PROVIDES="cantarell = $portVersion"
|
||||||
@@ -23,7 +25,7 @@ REQUIRES=""
|
|||||||
BUILD_REQUIRES=""
|
BUILD_REQUIRES=""
|
||||||
BUILD_PREREQUIRES="coreutils"
|
BUILD_PREREQUIRES="coreutils"
|
||||||
|
|
||||||
SOURCE_DIR="cantarell-fonts-0.0.7"
|
SOURCE_DIR="cantarell-fonts-$portVersion"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
@@ -32,8 +34,8 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
FONTDIR=$fontsDir/cantarell
|
FONTDIR=$fontsDir/otfonts
|
||||||
mkdir -p ${FONTDIR}
|
mkdir -p ${FONTDIR}
|
||||||
cp otf/*.otf ${FONTDIR}
|
cp otf/*.otf ${FONTDIR}
|
||||||
cp README ${FONTDIR}/cantarell-readme.txt
|
cp README ${FONTDIR}/cantarell.readme
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user