mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xcb-proto: adjust to automake 1.16.4 changes
This commit is contained in:
parent
afde904f6d
commit
1dd074b6ce
2 changed files with 16 additions and 1 deletions
15
srcpkgs/xcb-proto/patches/automake.patch
Normal file
15
srcpkgs/xcb-proto/patches/automake.patch
Normal file
|
@ -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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xcb-proto'
|
# Template file for 'xcb-proto'
|
||||||
pkgname=xcb-proto
|
pkgname=xcb-proto
|
||||||
version=1.14.1
|
version=1.14.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="xcbproto-${pkgname}-${version}"
|
wrksrc="xcbproto-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3 automake"
|
hostmakedepends="python3 automake"
|
||||||
|
|
Loading…
Add table
Reference in a new issue