# HG changeset patch # User Christopher Rogers # Date 1288044117 0 # Node ID 886906f08eada21575d9e74b416bce0ff3a6099e # Parent 8359d4b8373a850c7475eec03c08d190faa60369 Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package. diff -r 8359d4b8373a -r 886906f08ead gobject-introspection-dev/receipt --- a/gobject-introspection-dev/receipt Mon Oct 25 20:14:02 2010 +0000 +++ b/gobject-introspection-dev/receipt Mon Oct 25 22:01:57 2010 +0000 @@ -16,7 +16,6 @@ cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib cp -a $_pkg/usr/share/aclocal $fs/usr/share cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share cp -a $_pkg/usr/share/gobject-introspection-* $fs/usr/share diff -r 8359d4b8373a -r 886906f08ead gobject-introspection/receipt --- a/gobject-introspection/receipt Mon Oct 25 20:14:02 2010 +0000 +++ b/gobject-introspection/receipt Mon Oct 25 22:01:57 2010 +0000 @@ -31,6 +31,7 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib + cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib find $fs/usr/lib -name "*.pyc" -delete find $fs/usr/lib -name "*.pyo" -delete }