From 63f45dc7400894ceca8053e387e37196797448a2 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 11 Oct 2020 21:17:47 +0200 Subject: [PATCH] xcb-proto: update to 1.14.1 --- srcpkgs/xcb-proto/template | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index 7301e58b1b2..bd8bcc2b242 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -1,17 +1,22 @@ # Template file for 'xcb-proto' pkgname=xcb-proto -version=1.14 -revision=2 +version=1.14.1 +revision=1 +wrksrc="xcbproto-${pkgname}-${version}" build_style=gnu-configure -hostmakedepends="python3" +hostmakedepends="python3 automake" makedepends="libxml2" depends="python3" short_desc="XML-XCB (X C Bindings) protocol descriptions" maintainer="Orphaned " license="MIT" homepage="http://xcb.freedesktop.org" -distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.xz" -checksum=186a3ceb26f9b4a015f5a44dcc814c93033a5fc39684f36f1ecc79834416a605 +distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz" +checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57 + +pre_configure() { + NOCONFIGURE=1 ./autogen.sh +} post_install() { vlicense COPYING