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 380020 - pygtk does not install gtk-extrafuncs.defs
pygtk does not install gtk-extrafuncs.defs
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: general
Git Master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-28 04:27 UTC by Matthew Barnes
Modified: 2007-11-25 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (618 bytes, patch)
2006-11-28 04:28 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2006-11-28 04:27:26 UTC
Forwarding this from a downstream bug report:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217430

pygtk does not install /usr/share/pygtk/2.0/defs/gtk-extrafuncs.defs

The solution is to add the file to the defs_DATA list in gtk/Makefile.am.
Comment 1 Matthew Barnes 2006-11-28 04:28:28 UTC
Created attachment 77274 [details] [review]
Proposed patch
Comment 2 Sebastien Bacher 2007-11-25 13:56:13 UTC
Ubuntu has a similar change, could this patch being commited to svn?
Comment 3 Matthew Barnes 2007-11-25 22:46:46 UTC
Committed to trunk (revision 2931).

2007-11-25  Matthew Barnes  <mbarnes@redhat.com>

        * gtk/Makefile.am: Install gtk-extrafuncs.defs.  Fixes #380020.