font-vollkorn-ttf: update to 4.105.
Closes #14285. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
810df5cd42
commit
dd09a16ba9
1 changed files with 7 additions and 15 deletions
|
@ -1,28 +1,20 @@
|
||||||
# Template file for 'font-vollkorn-ttf'
|
# Template file for 'font-vollkorn-ttf'
|
||||||
pkgname=font-vollkorn-ttf
|
pkgname=font-vollkorn-ttf
|
||||||
version=4.015
|
version=4.105
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
depends="font-util xbps-triggers"
|
depends="font-util"
|
||||||
short_desc="The free and healthy typeface"
|
short_desc="The free and healthy typeface"
|
||||||
maintainer="ivierlin <github@ivierlin.de>"
|
maintainer="ivierlin <github@ivierlin.de>"
|
||||||
license="OFL"
|
license="OFL-1.1"
|
||||||
homepage="http://vollkorn-typeface.com"
|
homepage="http://vollkorn-typeface.com"
|
||||||
distfiles="${homepage}/download/vollkorn-${version/./-}.zip"
|
distfiles="http://vollkorn-typeface.com/download/vollkorn-${version/./-}.zip"
|
||||||
checksum=b5cb2bb11e9a9f19f6af09bba84f905f22c5c19619ee4424742dc73caa09dce5
|
checksum=e650ea9d967c2af1e9b8d34e1118721728bcd73ccfd3220da4264661301e8af5
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
install -Dm644 TTF/Vollkorn*.ttf -t ${DESTDIR}/usr/share/fonts/TTF
|
||||||
vinstall TTF/Vollkorn-BlackItalic.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-Black.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-BoldItalic.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-Bold.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-Italic.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-Regular.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-SemiboldItalic.ttf 644 usr/share/fonts/TTF
|
|
||||||
vinstall TTF/Vollkorn-Semibold.ttf 644 usr/share/fonts/TTF
|
|
||||||
vlicense OFL.txt
|
vlicense OFL.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue