mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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'
|
# Template file for 'font-spleen'
|
||||||
pkgname=font-spleen
|
pkgname=font-spleen
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
|
@ -13,12 +13,8 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/fcambus/spleen"
|
homepage="https://github.com/fcambus/spleen"
|
||||||
changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/fcambus/spleen/master/ChangeLog"
|
||||||
distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
|
distfiles="https://github.com/fcambus/spleen/releases/download/${version}/spleen-${version}.tar.gz"
|
||||||
checksum=37d909ad669037d79e36839526ef54376fa37046c7a915b157e5f40d73492ee0
|
checksum=f930eb02894aa06eb50aeaaa10b00420254d72320fa28c3a40f157a8c2943755
|
||||||
font_dirs="/usr/share/fonts/X11/spleen"
|
font_dirs="/usr/share/fonts/X11/spleen /usr/share/fonts/OTF"
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
${make_cmd} clean
|
|
||||||
}
|
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
gzip -n9 *.pcf *.psfu
|
gzip -n9 *.pcf *.psfu
|
||||||
|
@ -41,5 +37,9 @@ do_install() {
|
||||||
done
|
done
|
||||||
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
|
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
|
||||||
|
|
||||||
|
for f in *.otf; do
|
||||||
|
vinstall $f 644 usr/share/fonts/OTF
|
||||||
|
done
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue