font-ibm-plex-ttf: update to 1.3.0.
This commit is contained in:
parent
25df4be885
commit
11a5d2b214
1 changed files with 7 additions and 12 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'font-ibm-plex-ttf'
|
# Template file for 'font-ibm-plex-ttf'
|
||||||
pkgname=font-ibm-plex-ttf
|
pkgname=font-ibm-plex-ttf
|
||||||
version=1.2.3
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="plex-${version}"
|
wrksrc="plex-${version}"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
short_desc="IBM’s typeface, IBM Plex (TTF variant)"
|
||||||
short_desc="The package of IBM’s typeface, IBM Plex (TTF variant)"
|
|
||||||
maintainer="Vintodrimmer <vintodrimmer@protonmail.ch>"
|
maintainer="Vintodrimmer <vintodrimmer@protonmail.ch>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://github.com/IBM/plex"
|
homepage="https://github.com/IBM/plex"
|
||||||
distfiles="https://github.com/IBM/plex/archive/v${version}.tar.gz"
|
distfiles="https://github.com/IBM/plex/archive/v${version}.tar.gz"
|
||||||
checksum=8ab55e41861babdad99a77f955590308fc9e15426ca76db153120dd7e21b1083
|
checksum=780c2b4d2d0a9565ce25142a9568570fb851d54dab175daedee70a93c40fb576
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
vmkdir usr/share/fonts/TTF
|
||||||
for files in IBM-Plex-*/fonts/complete/ttf/*.ttf; do
|
vcopy "IBM-Plex-*/fonts/complete/ttf/*.ttf" usr/share/fonts/TTF
|
||||||
vinstall ${files} 0644 \
|
|
||||||
usr/share/fonts/TTF
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
font-ibm-plex-otf_package() {
|
font-ibm-plex-otf_package() {
|
||||||
|
@ -27,10 +25,7 @@ font-ibm-plex-otf_package() {
|
||||||
short_desc="${short_desc/TTF/OTF}"
|
short_desc="${short_desc/TTF/OTF}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/share/fonts/OTF
|
vmkdir usr/share/fonts/OTF
|
||||||
for files in IBM-Plex-*/fonts/complete/otf/*.otf; do
|
vcopy "IBM-Plex-*/fonts/complete/otf/*.otf" usr/share/fonts/OTF
|
||||||
vinstall ${files} 0644 \
|
|
||||||
usr/share/fonts/OTF
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue