mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xcb-util-keysyms: remove long_desc.
This commit is contained in:
parent
5b385b1472
commit
f4e81e6ca0
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build for 'xcb-util-keysyms'.
|
# Template build for 'xcb-util-keysyms'.
|
||||||
pkgname=xcb-util-keysyms
|
pkgname=xcb-util-keysyms
|
||||||
version=0.3.9
|
version=0.3.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,15 +13,13 @@ homepage="http://xcb.freedesktop.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
checksum=7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
|
checksum=7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
|
||||||
long_desc="
|
|
||||||
This package provides a port for Standard X key constants and conversion
|
|
||||||
to/from keycodes for XCB."
|
|
||||||
|
|
||||||
xcb-util-keysyms-devel_package() {
|
xcb-util-keysyms-devel_package() {
|
||||||
depends="libxcb-devel xcb-util-keysyms>=${version}"
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desco+=" - development files"
|
short_desco+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue