From 76f5be20096cc07b71bd0c6e7718cd886de6ce3f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 27 May 2012 12:36:24 +0200 Subject: [PATCH] intltool: require latest perl-XML-Parser. --- srcpkgs/intltool/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/intltool/template b/srcpkgs/intltool/template index 7c9e3bf2995..7d84ae939f2 100644 --- a/srcpkgs/intltool/template +++ b/srcpkgs/intltool/template @@ -1,10 +1,12 @@ # Template build file for 'intltool'. pkgname=intltool version=0.50.2 +revision=1 +noarch=yes homepage="https://edge.launchpad.net/intltool" distfiles="http://launchpad.net/intltool/trunk/$version/+download/$pkgname-$version.tar.gz" build_style=gnu-configure -fulldepends="perl-XML-Parser gettext" +fulldepends="perl-XML-Parser>=2.41_1 gettext" short_desc="Toolbox for internationalisation" maintainer="Juan RP " license="GPL-2" @@ -26,5 +28,3 @@ long_desc=" scripts and does the other magic to your module. So users building from tarballs don't need intltool, only folks building from cvs. (This is modeled on gettextize.)" - -noarch=yes