GNOME Bugzilla – Bug 608176
Gir file aren't properly generated
Last modified: 2010-01-27 10:46:12 UTC
Gir files and typelib should have a namespace and version which differs. From http://www.mail-archive.com/debian-gtk-gnome@lists.debian.org/msg13664.html: /usr/share/gir-1.0/Foo-2.0.gir /usr/lib/girepository-1.0/Foo-2.0.typelib which are <Namespace>-<version>.gir The patch attach change the Makefile.am to have -1.0 has a version, similarly to clutter-1.0. You can have a look at clutter-1.0 to implement a proper name, and maybe, make it change with soname. Help that this patch can at least give you some guidance :)
Patch?
Created attachment 152383 [details] [review] Patch for proper GIR versionning Oupsss, missing attachement (I was pretty sure I added it within the bug report. Should be ok now :)