compizconfig-python: adjust to automake 1.16.4 changes
This commit is contained in:
parent
1dd074b6ce
commit
666c64f1f5
2 changed files with 13 additions and 1 deletions
12
srcpkgs/compizconfig-python/patches/automake.patch
Normal file
12
srcpkgs/compizconfig-python/patches/automake.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Adjust to automake 1.16.4 changes
|
||||
|
||||
--- a/compizconfig-python.pc.in 2020-04-04 20:41:47.000000000 +0200
|
||||
+++ b/compizconfig-python.pc.in 2021-10-17 10:02:14.836742131 +0200
|
||||
@@ -2,6 +2,7 @@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
+PYTHON_EXEC_PREFIX=@PYTHON_EXEC_PREFIX@
|
||||
pyexecdir=@pyexecdir@
|
||||
|
||||
Name: compizconfig-python
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'compizconfig-python'
|
||||
pkgname=compizconfig-python
|
||||
version=0.8.18
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel
|
||||
|
|
Loading…
Reference in a new issue