terminus-font: update to 4.46.
This commit is contained in:
parent
dab61f8240
commit
d3278ec3d3
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'terminus-font'
|
# Template file for 'terminus-font'
|
||||||
pkgname=terminus-font
|
pkgname=terminus-font
|
||||||
version=4.40
|
version=4.46
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
font_dirs="/usr/share/fonts/X11/misc"
|
font_dirs="/usr/share/fonts/X11/misc"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--x11dir=$font_dirs
|
--x11dir=${font_dirs}
|
||||||
--psfdir=/usr/share/kbd/consolefonts"
|
--psfdir=/usr/share/kbd/consolefonts"
|
||||||
hostmakedepends="perl bdftopcf font-util"
|
make_install_args="install install-pcf-8bit"
|
||||||
|
hostmakedepends="python3 bdftopcf font-util"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
short_desc="A clean, fixed width bitmap font"
|
short_desc="A clean, fixed width bitmap font"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://terminus-font.sourceforge.net/"
|
homepage="http://terminus-font.sourceforge.net/"
|
||||||
license="OFL-1.1, GPL-2"
|
license="OFL-1.1, GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
|
checksum=4e29433e5699b76df1f5c9a96f1228cccf8ea8a16791cfef063f2b8506c75bcd
|
||||||
|
|
Loading…
Reference in a new issue