font-util: update to 1.3.0.
This commit is contained in:
parent
3cf9725a1f
commit
5a7397d287
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template build file for 'font-util'.
|
# Template build file for 'font-util'.
|
||||||
pkgname=font-util
|
pkgname=font-util
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
|
short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=dbbac617ae6cdf6f459e602361211d217f4bad5ad8bfb6adcede6196693f9712
|
license="MIT"
|
||||||
|
checksum=dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195
|
||||||
long_desc="
|
long_desc="
|
||||||
The font-util package provides ucs2any and bdftruncate tools, for
|
The font-util package provides ucs2any and bdftruncate tools, for
|
||||||
generating BDF fonts containing subsets of ISO 10646-1 code-points
|
generating BDF fonts containing subsets of ISO 10646-1 code-points
|
||||||
|
@ -19,10 +20,10 @@ Add_dependency build pkg-config
|
||||||
# These aren't really required, but this is to centralize the
|
# These aren't really required, but this is to centralize the
|
||||||
# requirement of dependent packages.
|
# requirement of dependent packages.
|
||||||
#
|
#
|
||||||
|
Add_dependency build bdftopcf
|
||||||
Add_dependency full font-alias
|
Add_dependency full font-alias
|
||||||
Add_dependency full expat
|
Add_dependency full expat
|
||||||
Add_dependency full freetype
|
Add_dependency full freetype
|
||||||
Add_dependency full fontconfig
|
Add_dependency full fontconfig
|
||||||
Add_dependency build bdftopcf
|
|
||||||
Add_dependency full mkfontdir
|
Add_dependency full mkfontdir
|
||||||
Add_dependency full mkfontscale
|
Add_dependency full mkfontscale
|
||||||
|
|
Loading…
Reference in a new issue