xkbcomp: new deps style.
--HG-- extra : convert_revision : 1f4d5195b88ef939488222d48ae76df895e6142b
This commit is contained in:
parent
17b8a3a492
commit
fa878630f1
|
@ -1,11 +1,15 @@
|
||||||
# Template build file for 'xkbcomp'.
|
# Template build file for 'xkbcomp'.
|
||||||
pkgname=xkbcomp
|
pkgname=xkbcomp
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
distfiles="
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="XKBD keymap compiler"
|
short_desc="XKBD keymap compiler"
|
||||||
checksum=09af0ab2c714066846ede7317564b658623d3c9e
|
checksum=204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1
|
||||||
longdesc="
|
long_desc="
|
||||||
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
||||||
most importantly the compiled keymaps used by XKB-capable X servers."
|
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 build pkg-config
|
||||||
|
|
Loading…
Reference in New Issue