xkbcomp: update to 1.2.0.

This commit is contained in:
Juan RP 2010-11-02 22:40:45 +01:00
parent a5fe2fd598
commit f62f1bf828
1 changed files with 8 additions and 5 deletions

View File

@ -1,15 +1,18 @@
# Template build file for 'xkbcomp'.
pkgname=xkbcomp
version=1.1.1
version=1.2.0
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="XKBD keymap compiler"
checksum=9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663
checksum=2c64aa414755e764ca548ae5c93e95f7b5bbd5e01bca16bf226fd32bfae77ea4
long_desc="
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
most importantly the compiled keymaps used by XKB-capable X servers."
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libxkbfile
Add_dependency run glibc
Add_dependency run libX11
Add_dependency run libxkbfile
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libxkbfile