mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
font-spleen: update to 2.0.2.
This commit is contained in:
parent
fd9c2d3288
commit
065eb6f536
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'font-spleen'
|
||||
pkgname=font-spleen
|
||||
version=2.0.1
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_cmd=bmake
|
||||
|
@ -13,12 +13,8 @@ license="BSD-2-Clause"
|
|||
homepage="https://github.com/fcambus/spleen"
|
||||
changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog"
|
||||
distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
|
||||
checksum=37d909ad669037d79e36839526ef54376fa37046c7a915b157e5f40d73492ee0
|
||||
font_dirs="/usr/share/fonts/X11/spleen"
|
||||
|
||||
do_configure() {
|
||||
${make_cmd} clean
|
||||
}
|
||||
checksum=f930eb02894aa06eb50aeaaa10b00420254d72320fa28c3a40f157a8c2943755
|
||||
font_dirs="/usr/share/fonts/X11/spleen /usr/share/fonts/OTF"
|
||||
|
||||
post_build() {
|
||||
gzip -n9 *.pcf *.psfu
|
||||
|
@ -41,5 +37,9 @@ do_install() {
|
|||
done
|
||||
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
|
||||
|
||||
for f in *.otf; do
|
||||
vinstall $f 644 usr/share/fonts/OTF
|
||||
done
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue