libxcb: update to 1.13.1.
This commit is contained in:
parent
38560d1e61
commit
d7ce9a939a
|
@ -1,23 +1,27 @@
|
|||
# Template file for 'libxcb'.
|
||||
pkgname=libxcb
|
||||
version=1.13
|
||||
version=1.13.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb"
|
||||
hostmakedepends="automake libtool pkg-config xorg-util-macros xcb-proto"
|
||||
makedepends="xcb-proto libXdmcp-devel libXau-devel"
|
||||
short_desc="X protocol C-language Binding"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
distfiles="$homepage/dist/$pkgname-$version.tar.bz2"
|
||||
checksum=188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa
|
||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4
|
||||
|
||||
pre_configure() {
|
||||
sed "s|pthread-stubs ||" -i configure.ac
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libxcb-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue