font-spleen: update to 1.5.0

This commit is contained in:
Renato Aguiar 2019-10-01 13:41:58 -07:00 committed by Helmut Pozimski
parent 5225f0526c
commit 3cdd41f409

View file

@ -1,6 +1,6 @@
# Template file for 'font-spleen'
pkgname=font-spleen
version=1.4.0
version=1.5.0
revision=1
archs=noarch
wrksrc="spleen-${version}"
@ -11,7 +11,7 @@ maintainer="Renato Aguiar <renato@renag.me>"
license="BSD-2-Clause"
homepage="https://github.com/fcambus/spleen"
distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
checksum=77639c5a007c1e915aabf1faf9dd2434ccef9ab9e1a49b1ab04527fa9a4742f9
checksum=a346844625416ede531bcb720bc786924792a0538fe90c8f1215d619dcd0f6c2
font_dirs="/usr/share/fonts/X11/spleen"
do_install() {
@ -21,6 +21,6 @@ do_install() {
bdftopcf -t $f | gzip -n9 > $out
vinstall $out 644 usr/share/fonts/X11/spleen
done
vinstall fonts.alias-spleen 644 usr/share/fonts/X11/spleen fonts.alias
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
vlicense LICENSE
}