wok diff gobject-introspection/receipt @ 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 92eb2f9123f3
children 5d88dc6fd350
line diff
     1.1 --- a/gobject-introspection/receipt	Tue Oct 12 03:49:13 2010 +0000
     1.2 +++ b/gobject-introspection/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -31,6 +31,7 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib
     1.7 +	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
     1.8  	find $fs/usr/lib -name "*.pyc" -delete
     1.9  	find $fs/usr/lib -name "*.pyo" -delete
    1.10  }