bdftopcf: update to 1.0.3.
This commit is contained in:
parent
aa5335665b
commit
2c9f5de225
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'bdftopcf'.
|
# Template build file for 'bdftopcf'.
|
||||||
pkgname=bdftopcf
|
pkgname=bdftopcf
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="BDF to PCF font converter for X11"
|
short_desc="BDF to PCF font converter for X11"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=11017f0dd637fd3228bd56fdbbd72193fd747c10d893a711c25bf6734c4da06b
|
checksum=9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a
|
||||||
long_desc="
|
long_desc="
|
||||||
The bdftopcf tool converts X fonts from Bitmap Distribution Format
|
The bdftopcf tool converts X fonts from Bitmap Distribution Format
|
||||||
to Portable Compiled Format.
|
to Portable Compiled Format.
|
||||||
|
@ -16,6 +16,7 @@ long_desc="
|
||||||
allows fast reading on the appropriate machine, but the files
|
allows fast reading on the appropriate machine, but the files
|
||||||
are still portable (but read more slowly) on other machines."
|
are still portable (but read more slowly) on other machines."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full libXfont
|
Add_dependency run libXfont
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build libXfont-devel
|
||||||
|
|
Loading…
Reference in a new issue