mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
python-cairo: revbump to update metadata objs.
This commit is contained in:
parent
6365c55990
commit
2c93a57e69
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-cairo'
|
# Template file for 'python-cairo'
|
||||||
pkgname=python-cairo
|
pkgname=python-cairo
|
||||||
version=1.10.0
|
version=1.10.0
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="py2cairo-${version}"
|
wrksrc="py2cairo-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="PYTHON=python"
|
configure_args="PYTHON=python"
|
||||||
hostmakedepends="automake libtool pkg-config which python-devel"
|
hostmakedepends="automake libtool pkg-config python-devel"
|
||||||
makedepends="cairo-devel python-devel"
|
makedepends="cairo-devel python-devel"
|
||||||
depends="python>=2.7"
|
depends="python>=2.7"
|
||||||
replaces="pycairo<1.10 py2cairo>=0"
|
replaces="pycairo<1.10 py2cairo>=0"
|
||||||
|
@ -23,7 +23,7 @@ pre_configure() {
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
ln -s ${wrksrc}/.xbps/bin/python-config ${wrksrc}
|
ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue