mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
New versions of DejaVu and Noto fonts
This commit is contained in:
38
media-fonts/dejavu/dejavu-2.37.recipe
Normal file
38
media-fonts/dejavu/dejavu-2.37.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY="The DejaVu font family with improved Vera fonts"
|
||||
DESCRIPTION="This package includes the DejaVu Serif, Sans (proportional), \
|
||||
DejaVu Sans Mono (monospaced) fonts and DejaVu Math Tex Gyre.
|
||||
The fonts are based on the Vera fonts open-sourced by Bitstream, and the Arev \
|
||||
fonts."
|
||||
HOMEPAGE="http://dejavu-fonts.org/"
|
||||
COPYRIGHT="2003 Bitstream, Inc.
|
||||
2006 Tavmjong Bah"
|
||||
LICENSE="Bitstream Vera
|
||||
Arev Fonts"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-fonts-ttf-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
|
||||
SOURCE_DIR="dejavu-fonts-ttf-$portVersion/ttf"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
dejavu = $portVersion
|
||||
"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user