nanumfont: bump version (#3667)

This commit is contained in:
hanya
2019-03-01 15:45:51 +00:00
committed by Jérôme Duval
parent bdf823b95d
commit dfb55c1011
2 changed files with 30 additions and 32 deletions

View File

@@ -1,32 +0,0 @@
SUMMARY="The Nanum font"
DESCRIPTION="\
Korean monospace font distributed by NHN.
"
HOMEPAGE="http://dev.naver.com/projects/nanumfont"
COPYRIGHT="2009 NHN Corp."
LICENSE="SIL Open Font License v1.1"
REVISION="3"
SOURCE_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip"
CHECKSUM_SHA256="177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a"
SOURCE_DIR=""
ARCHITECTURES="?any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="nanumfont = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}

View File

@@ -0,0 +1,30 @@
SUMMARY="The Nanum font"
DESCRIPTION="Korean monospace font distributed by NHN."
HOMEPAGE="https://github.com/naver/nanumfont"
COPYRIGHT="2016 NHN Corp."
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/naver/nanumfont/releases/download/VER$portVersion/NanumGothicCoding-$portVersion.zip"
CHECKSUM_SHA256="f4c9b1082cb36d793ccf75a331316c880ef9e4bc229408c22f9d2703b7619a3f"
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="nanumfont = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}