mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +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'
|
||||
pkgname=libxcb
|
||||
version=1.13.1
|
||||
revision=2
|
||||
version=1.14
|
||||
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"
|
||||
hostmakedepends="libtool pkg-config xorg-util-macros xcb-proto"
|
||||
makedepends="xcb-proto libXdmcp-devel libXau-devel"
|
||||
short_desc="X protocol C-language Binding"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4
|
||||
|
||||
pre_configure() {
|
||||
sed "s|pthread-stubs ||" -i configure.ac
|
||||
autoreconf -fi
|
||||
}
|
||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.xz"
|
||||
checksum=a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue