wok rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 8359d4b8373a
children 4f4abd9f6008
files gobject-introspection-dev/receipt gobject-introspection/receipt
line diff
     1.1 --- a/gobject-introspection-dev/receipt	Mon Oct 25 20:14:02 2010 +0000
     1.2 +++ b/gobject-introspection-dev/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -16,7 +16,6 @@
     1.4  	cp -a $_pkg/usr/include $fs/usr
     1.5  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     1.7 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
     1.8  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
     1.9  	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.10  	cp -a $_pkg/usr/share/gobject-introspection-* $fs/usr/share
     2.1 --- a/gobject-introspection/receipt	Mon Oct 25 20:14:02 2010 +0000
     2.2 +++ b/gobject-introspection/receipt	Mon Oct 25 22:01:57 2010 +0000
     2.3 @@ -31,6 +31,7 @@
     2.4  	cp -a $_pkg/usr/bin $fs/usr
     2.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     2.6  	cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib
     2.7 +	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
     2.8  	find $fs/usr/lib -name "*.pyc" -delete
     2.9  	find $fs/usr/lib -name "*.pyo" -delete
    2.10  }