mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
media-fonts/vollkorn: update to 4.105
This commit is contained in:
@@ -1,35 +0,0 @@
|
|||||||
SUMMARY="The typeface for bread and butter use"
|
|
||||||
DESCRIPTION="\
|
|
||||||
Vollkorn means wholemeal in German. The Vollkorn typeface is free and healthy \
|
|
||||||
typeface for bread and butter use. It intends to be a quiet, modest and well \
|
|
||||||
working text face. It might be used. It might be used as body type as well as \
|
|
||||||
for headlines and titles.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://friedrichalthausen.de/vollkorn/"
|
|
||||||
COPYRIGHT="Friedrich Althausen"
|
|
||||||
LICENSE="SIL Open Font License v1.1"
|
|
||||||
REVISION="3"
|
|
||||||
SOURCE_URI="http://friedrichalthausen.de/wp-content/plugins/cimy-counter/cc_redirect.php?cc=Vollkorn%202.0&fn=http://friedrichalthausen.de/Vollkorn-2.1.zip"
|
|
||||||
CHECKSUM_SHA256="2eaa427dbe42e37bfdc182c1e3446abdc889806fe0b6c9a14e0fc0c3acc997f5"
|
|
||||||
SOURCE_DIR=""
|
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
|
||||||
DISABLE_SOURCE_PACKAGE="yes"
|
|
||||||
|
|
||||||
PROVIDES="vollkorn = $portVersion"
|
|
||||||
REQUIRES=""
|
|
||||||
|
|
||||||
BUILD_REQUIRES=""
|
|
||||||
BUILD_PREREQUIRES="coreutils"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
true
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
FONTDIR=$fontsDir/ttfonts
|
|
||||||
mkdir -p ${FONTDIR}
|
|
||||||
cp *.ttf ${FONTDIR}
|
|
||||||
}
|
|
||||||
37
media-fonts/vollkorn/vollkorn-4.105.recipe
Normal file
37
media-fonts/vollkorn/vollkorn-4.105.recipe
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
SUMMARY="The free and healthy typeface for bread and butter use"
|
||||||
|
DESCRIPTION="\
|
||||||
|
Vollkorn means wholemeal in German. The Vollkorn typeface is free and healthy \
|
||||||
|
typeface for bread and butter use. It intends to be a quiet, modest and well \
|
||||||
|
working text face. It might be used. It might be used as body type as well as \
|
||||||
|
for headlines and titles.
|
||||||
|
"
|
||||||
|
HOMEPAGE="http://vollkorn-typeface.com"
|
||||||
|
COPYRIGHT="Friedrich Althausen"
|
||||||
|
LICENSE="SIL Open Font License v1.1"
|
||||||
|
REVISION="1"
|
||||||
|
SOURCE_URI="http://vollkorn-typeface.com/download/vollkorn-${portVersion/./-}.zip"
|
||||||
|
CHECKSUM_SHA256="e650ea9d967c2af1e9b8d34e1118721728bcd73ccfd3220da4264661301e8af5"
|
||||||
|
SOURCE_DIR=""
|
||||||
|
|
||||||
|
ARCHITECTURES="any"
|
||||||
|
DISABLE_SOURCE_PACKAGE="yes"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
vollkorn = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES=""
|
||||||
|
|
||||||
|
BUILD_REQUIRES=""
|
||||||
|
BUILD_PREREQUIRES=""
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
install -d -m 755 "$fontsDir"/{ttfonts,otfonts}
|
||||||
|
install -t "$fontsDir/ttfonts" -m 644 TTF/*.ttf
|
||||||
|
install -t "$fontsDir/otfonts" -m 644 PS-OTF/*.otf
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user