From a4b35062f744145f2e24817ad982547c91f2683d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 28 Sep 2011 17:57:15 +0200 Subject: [PATCH] yelp-xsl: update to 3.2.0. --- srcpkgs/yelp-xsl/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/yelp-xsl/template b/srcpkgs/yelp-xsl/template index b454206b59..58d05625e4 100644 --- a/srcpkgs/yelp-xsl/template +++ b/srcpkgs/yelp-xsl/template @@ -1,11 +1,11 @@ # Template file for 'yelp-xsl' pkgname=yelp-xsl -version=3.0.2 -distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2" +version=3.2.0 +distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" build_style=gnu_configure short_desc="Help browser for GNOME desktop - XSL and misc files" maintainer="Juan RP " -checksum=508d8a59d62bd2ec0c939f7e939d538b80e95f4cd74dff067b84fd0cd6a9e1f1 +checksum=04d3414dcb45a298e7e344ba9c5f6afff320e04c1aebc22d06a9b32285f89ead long_desc=" Yelp is the help browser for GNOME2. It lets you navigate through all installed documentation. @@ -15,10 +15,5 @@ long_desc=" noarch=yes Add_dependency build pkg-config Add_dependency build intltool +Add_dependency build itstool Add_dependency build libxslt-devel - -post_install() -{ - install -d ${DESTDIR}/usr/lib - mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib -}