From 2999c8c263c1e9b5ceddf224b75d1ebb2e75ae4b Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Sun, 17 Oct 2021 09:05:41 +0200 Subject: [PATCH] xcb-proto: adjust to automake 1.16.4 changes --- srcpkgs/xcb-proto/patches/automake.patch | 15 +++++++++++++++ srcpkgs/xcb-proto/template | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/xcb-proto/patches/automake.patch diff --git a/srcpkgs/xcb-proto/patches/automake.patch b/srcpkgs/xcb-proto/patches/automake.patch new file mode 100644 index 000000000000..86261a813160 --- /dev/null +++ b/srcpkgs/xcb-proto/patches/automake.patch @@ -0,0 +1,15 @@ +Adjust to automake 1.16.4 changes + +Source: +https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/25 + +--- a/xcb-proto.pc.in 2020-10-09 00:29:51.000000000 +0200 ++++ b/xcb-proto.pc.in 2021-10-17 08:41:54.133860291 +0200 +@@ -4,6 +4,7 @@ + datadir=@datadir@ + libdir=@libdir@ + xcbincludedir=${pc_sysrootdir}@xcbincludedir@ ++PYTHON_PREFIX=@PYTHON_PREFIX@ + pythondir=${pc_sysrootdir}@pythondir@ + + Name: XCB Proto diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index 406869052bcf..f32af68c5ca1 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -1,7 +1,7 @@ # Template file for 'xcb-proto' pkgname=xcb-proto version=1.14.1 -revision=2 +revision=3 wrksrc="xcbproto-${pkgname}-${version}" build_style=gnu-configure hostmakedepends="python3 automake"