mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
xcb-util: remove long_desc.
This commit is contained in:
parent
5e6efbe6a3
commit
3c075a4ea1
1 changed files with 4 additions and 10 deletions
|
@ -1,30 +1,24 @@
|
||||||
# Template build for 'xcb-util'.
|
# Template build for 'xcb-util'.
|
||||||
pkgname=xcb-util
|
pkgname=xcb-util
|
||||||
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 gperf"
|
hostmakedepends="pkg-config gperf"
|
||||||
makedepends="libxcb-devel>=1.8"
|
makedepends="libxcb-devel>=1.8"
|
||||||
short_desc="XCB utilities"
|
short_desc="XCB utilities library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xcb.freedesktop.org"
|
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=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
|
checksum=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
|
||||||
long_desc="
|
|
||||||
The xcb-util module provides a number of libraries which sit on top of
|
|
||||||
libxcb, the core X protocol library, and some of the extension
|
|
||||||
libraries. These experimental libraries provide convenience functions
|
|
||||||
and interfaces which make the raw X protocol more usable. Some of the
|
|
||||||
libraries also provide client-side code which is not strictly part of
|
|
||||||
the X protocol but which have traditionally been provided by Xlib."
|
|
||||||
|
|
||||||
xcb-util-devel_package() {
|
xcb-util-devel_package() {
|
||||||
depends="libxcb-devel xcb-util>=${version}"
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- 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