From c983ecd0c7e312d3738a8d730e2f18192d687419 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Mar 2020 07:59:52 +0100 Subject: [PATCH] libxcb: update to 1.14. --- srcpkgs/libxcb/template | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 8e82e0588b3..0f8ab556424 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -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 " 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