mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
IBM-Plex: bump to 1.1.5. (#2966)
This commit is contained in:
@@ -6,13 +6,15 @@ use in branding. It was commissioned to substitute Helvetica Neue and has 3 \
|
||||
typefaces:
|
||||
* IBM Plex Serif – A serif typeface.
|
||||
* IBM Plex Sans – A sans-serif typeface.
|
||||
* IBM Plex Sans Condensed – A sans-serif condensed typeface.
|
||||
* IBM Plex Sans Hebrew – A sans-serif Hebrew typeface.
|
||||
* IBM Plex Mono – A monospaced typeface."
|
||||
HOMEPAGE="https://github.com/IBM/plex"
|
||||
COPYRIGHT="2017 IBM Corp. with Reserved Font Name 'Plex'"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/IBM/plex/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0e212de6d0f33604b6c22e9743aab05bc12d482b1bdc7402972f3f6a9aa92a77"
|
||||
CHECKSUM_SHA256="46b5238046ee82b2e0d844566ddcbc7cc6003aa4a5f56ba66a348bda1151ff81"
|
||||
SOURCE_FILENAME="plex-$portVersion.tar.gz"
|
||||
SOURCE_DIR="plex-$portVersion"
|
||||
|
||||
@@ -33,8 +35,8 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
cp fonts/Mono/desktop/pc/*.ttf ${FONTDIR}
|
||||
cp fonts/Sans/desktop/pc/*.ttf ${FONTDIR}
|
||||
cp fonts/Serif/desktop/pc/*.ttf ${FONTDIR}
|
||||
install -m 755 -d "$FONTDIR"
|
||||
for i in IBM-Plex-*; do
|
||||
install -m 644 -t "$FONTDIR" $i/fonts/complete/ttf/*.ttf
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user