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