noto: add a regional subpackage as suggested by Humdinger.

This commit is contained in:
Jerome Duval
2016-10-09 12:50:25 +00:00
parent abcc6c013f
commit 3e9f24155a

View File

@@ -10,7 +10,7 @@ CHECKSUM_SHA256="4f9fb709f6e775be11f3b60d1f1e5ac3c2de19c39c8f7b5ddadbc53ba029a38
SOURCE_DIR="noto-fonts-$srcGitRev"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2012 Google Inc."
REVISION="1"
REVISION="2"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
@@ -23,6 +23,10 @@ PROVIDES_chroscore="
noto_chroscore=$portVersion
"
REQUIRES_chroscore=" "
PROVIDES_regional="
noto_regional=$portVersion
"
REQUIRES_regional=" "
BUILD_REQUIRES=" "
BUILD_PREREQUIRES="
"
@@ -42,5 +46,11 @@ INSTALL()
${FONTDIR}/Arimo*.ttf \
${FONTDIR}/Cousine*.ttf \
${FONTDIR}/Tinos*.ttf
packageEntries regional \
${FONTDIR}/NotoKufi[^-]*.ttf \
${FONTDIR}/NotoNaskh[^-U]*.ttf \
${FONTDIR}/NotoSans[^-U]*.ttf \
${FONTDIR}/NotoSerif[^-]*.ttf
}