From 2c93a57e6962ed31e29da228ce0baad82dc82c00 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Dec 2014 12:00:11 +0100 Subject: [PATCH] python-cairo: revbump to update metadata objs. --- srcpkgs/python-cairo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-cairo/template b/srcpkgs/python-cairo/template index ffe34d4cb3..97dfc47502 100644 --- a/srcpkgs/python-cairo/template +++ b/srcpkgs/python-cairo/template @@ -1,12 +1,12 @@ # Template file for 'python-cairo' pkgname=python-cairo version=1.10.0 -revision=4 +revision=5 lib32disabled=yes wrksrc="py2cairo-${version}" build_style=gnu-configure configure_args="PYTHON=python" -hostmakedepends="automake libtool pkg-config which python-devel" +hostmakedepends="automake libtool pkg-config python-devel" makedepends="cairo-devel python-devel" depends="python>=2.7" replaces="pycairo<1.10 py2cairo>=0" @@ -23,7 +23,7 @@ pre_configure() { touch ChangeLog NOCONFIGURE=1 autoreconf -fi if [ "$CROSS_BUILD" ]; then - ln -s ${wrksrc}/.xbps/bin/python-config ${wrksrc} + ln -s ${XBPS_WRAPPERDIR}/python-config ${wrksrc} fi }