After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642492 - libunique generates file Unique-3.0.gir with wrong package name
libunique generates file Unique-3.0.gir with wrong package name
Status: RESOLVED FIXED
Product: libunique
Classification: Other
Component: core
master
Other Linux
: Normal normal
: ---
Assigned To: libunique-maint
libunique-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-16 19:04 UTC by Luciana Fujii
Modified: 2011-02-16 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luciana Fujii 2011-02-16 19:04:11 UTC
The generated file contains:

<package name="gobject-2.0"/>
<package name="gtk+-3.0"/>

I think it should have 
<package name="unique-3.0"/>.
Comment 1 Emmanuele Bassi (:ebassi) 2011-02-16 19:29:03 UTC
Thanks for the bug report. The fix was actually to use the Makefile targets provided by GObject-Introspection itself.

The fix is in master, and at some point before GNOME 3.0 is due, I'll do a last Unique release.