# HG changeset patch # User Christopher Rogers # Date 1350741519 0 # Node ID 0b74dfbe7c778e75fdcc8ea0e3cea29a7978631c # Parent 9b4bda888249d67d767c7a4cf388ddb446e806cb libbonobo: Sync with wok-tank. diff -r 9b4bda888249 -r 0b74dfbe7c77 libbonobo-dev/receipt --- a/libbonobo-dev/receipt Sat Oct 20 13:55:32 2012 +0000 +++ b/libbonobo-dev/receipt Sat Oct 20 13:58:39 2012 +0000 @@ -14,11 +14,11 @@ { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.a* $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/bonobo-2.0 $fs/usr/lib - cp -a $_pkg/usr/share/idl $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.a* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/bonobo-2.0 $fs/usr/lib + cp -a $install/usr/share/idl $fs/usr/share # remove archive lib find $fs/usr/lib -name *.so* -exec rm -f {} \; diff -r 9b4bda888249 -r 0b74dfbe7c77 libbonobo/receipt --- a/libbonobo/receipt Sat Oct 20 13:55:32 2012 +0000 +++ b/libbonobo/receipt Sat Oct 20 13:58:39 2012 +0000 @@ -9,7 +9,7 @@ BUILD_DEPENDS="glib-dev libgio-dev libglade-dev ORBit2-dev libxml2-dev popt-dev bison flex intltool pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -27,12 +27,12 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/orbit-2.0 $fs/usr/lib - cp -a $_pkg/usr/lib/bonobo $fs/usr/lib + cp -a $install/etc $fs/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/orbit-2.0 $fs/usr/lib + cp -a $install/usr/lib/bonobo $fs/usr/lib # Clean unwated files cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;