xkbcomp: remove long_desc.
This commit is contained in:
parent
1cd7612db3
commit
26115420be
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xkbcomp'.
|
||||
pkgname=xkbcomp
|
||||
version=1.2.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config bison"
|
||||
makedepends="libX11-devel libxkbfile-devel"
|
||||
|
@ -10,9 +10,6 @@ homepage="http://xorg.freedesktop.org/"
|
|||
license="MIT"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
|
||||
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."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue