From ea15d40372aea5fb7e5d55825a4fc5a8e0ecb2a0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 May 2011 11:39:02 +0200 Subject: [PATCH] libxml++: update to 2.34.1. --- srcpkgs/libxml++/libxml++-devel.template | 3 +-- srcpkgs/libxml++/template | 11 ++++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libxml++/libxml++-devel.template b/srcpkgs/libxml++/libxml++-devel.template index b552d12606d..e17ee99dfd4 100644 --- a/srcpkgs/libxml++/libxml++-devel.template +++ b/srcpkgs/libxml++/libxml++-devel.template @@ -11,8 +11,7 @@ do_install() { mkdir -p ${DESTDIR}/usr/lib/libxml++-2.6 - mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr - mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/libxml++-2.6/include \ ${DESTDIR}/usr/lib/libxml++-2.6 diff --git a/srcpkgs/libxml++/template b/srcpkgs/libxml++/template index 3474b044939..b8ab33c0aa0 100644 --- a/srcpkgs/libxml++/template +++ b/srcpkgs/libxml++/template @@ -1,11 +1,11 @@ # Template build file for 'libxml++'. pkgname=libxml++ -version=2.32.0 -distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2" +version=2.34.1 +distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="C++ bindings for libxml2" maintainer="Juan RP " -checksum=7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25 +checksum=664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040 long_desc=" This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support @@ -32,3 +32,8 @@ Add_dependency build libsigc++-devel Add_dependency build libxml2-devel Add_dependency build glib-devel Add_dependency build glibmm-devel + +pre_install() +{ + sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile +}