From d7ce9a939a942fdaa5f3a9941ddb1dc65fa62a19 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 27 Sep 2018 20:38:37 -0300 Subject: [PATCH] libxcb: update to 1.13.1. --- srcpkgs/libxcb/template | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 559f55ea28..38a69a833e 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -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 " -license="GPL-2" +maintainer="maxice8 " +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"