mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
font-unifont-bdf: update to 7.0.06.
This commit is contained in:
parent
1632669e2f
commit
5d0f8fee23
1 changed files with 4 additions and 6 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template build file for 'font-unifont'.
|
# Template build file for 'font-unifont'.
|
||||||
pkgname=font-unifont-bdf
|
pkgname=font-unifont-bdf
|
||||||
version=5.1.20080820
|
version=7.0.06
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
noarch=yes
|
noarch=yes
|
||||||
homepage="http://unifoundry.com/unifont.html"
|
homepage="http://unifoundry.com/unifont.html"
|
||||||
update_pattern='unifont-\K[\d.]+(?=\.bdf)'
|
update_pattern='unifont-\K[\d.]+(?=\.bdf)'
|
||||||
distfiles="http://unifoundry.com/unifont-${version}.bdf.gz"
|
distfiles="http://unifoundry.com/pub/unifont-${version}/font-builds/unifont-${version}.bdf.gz"
|
||||||
makedepends="font-util"
|
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/misc"
|
font_dirs="/usr/share/fonts/misc"
|
||||||
short_desc="GNU Unifont Glyphs"
|
short_desc="GNU Unifont Glyphs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, Freeware"
|
license="GPL-2, Freeware"
|
||||||
checksum=bd3bb03b6efb6d40641f84ce70ac69bf24d1cba58b738b041648186b9c731868
|
checksum=dac3f12c77e788ac467f470b05a8a81656b23f3c95e09dc6aacb321498855b5c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
gunzip -c ${XBPS_SRCDISTDIR}/unifont-${version}.bdf.gz > unifont-${version}.bdf
|
|
||||||
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
vinstall unifont-${version}.bdf 644 usr/share/fonts/misc unifont.bdf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue