mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libxcb: update to 1.14.
This commit is contained in:
parent
1a52ac7cca
commit
c983ecd0c7
1 changed files with 5 additions and 10 deletions
|
@ -1,22 +1,17 @@
|
||||||
# Template file for 'libxcb'
|
# Template file for 'libxcb'
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.13.1
|
version=1.14
|
||||||
revision=2
|
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="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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://xcb.freedesktop.org"
|
homepage="https://xcb.freedesktop.org"
|
||||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/dist/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4
|
checksum=a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed "s|pthread-stubs ||" -i configure.ac
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue