wok rev 13528

libbonobo: Sync with wok-tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 20 13:58:39 2012 +0000 (2012-10-20)
parents 9b4bda888249
children a413a2d184fa
files libbonobo-dev/receipt libbonobo/receipt
line diff
     1.1 --- a/libbonobo-dev/receipt	Sat Oct 20 13:55:32 2012 +0000
     1.2 +++ b/libbonobo-dev/receipt	Sat Oct 20 13:58:39 2012 +0000
     1.3 @@ -14,11 +14,11 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib $fs/usr/share
     1.6  
     1.7 -	cp -a $_pkg/usr/include $fs/usr
     1.8 -	cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
     1.9 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.10 -	cp -a $_pkg/usr/lib/bonobo-2.0 $fs/usr/lib
    1.11 -	cp -a $_pkg/usr/share/idl $fs/usr/share
    1.12 +	cp -a $install/usr/include $fs/usr
    1.13 +	cp -a $install/usr/lib/*.a* $fs/usr/lib
    1.14 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.15 +	cp -a $install/usr/lib/bonobo-2.0 $fs/usr/lib
    1.16 +	cp -a $install/usr/share/idl $fs/usr/share
    1.17  	
    1.18  	# remove archive lib
    1.19  	find $fs/usr/lib -name *.so* -exec rm -f {} \;
     2.1 --- a/libbonobo/receipt	Sat Oct 20 13:55:32 2012 +0000
     2.2 +++ b/libbonobo/receipt	Sat Oct 20 13:58:39 2012 +0000
     2.3 @@ -9,7 +9,7 @@
     2.4  BUILD_DEPENDS="glib-dev libgio-dev libglade-dev ORBit2-dev libxml2-dev popt-dev bison flex intltool pkg-config"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WEB_SITE="http://www.gnome.org"
     2.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     2.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12 @@ -27,12 +27,12 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $_pkg/etc $fs/
    2.17 -	cp -a $_pkg/usr/bin $fs/usr
    2.18 -	cp -a $_pkg/usr/sbin $fs/usr
    2.19 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.20 -	cp -a $_pkg/usr/lib/orbit-2.0 $fs/usr/lib
    2.21 -	cp -a $_pkg/usr/lib/bonobo $fs/usr/lib
    2.22 +	cp -a $install/etc $fs/
    2.23 +	cp -a $install/usr/bin $fs/usr
    2.24 +	cp -a $install/usr/sbin $fs/usr
    2.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.26 +	cp -a $install/usr/lib/orbit-2.0 $fs/usr/lib
    2.27 +	cp -a $install/usr/lib/bonobo $fs/usr/lib
    2.28  	
    2.29  	# Clean unwated files
    2.30  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;