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 685012 - codegen: Install Python files in $(pkgdatadir), rather than $(libdir)
codegen: Install Python files in $(pkgdatadir), rather than $(libdir)
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other All
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-09-28 00:14 UTC by Colin Walters
Modified: 2012-10-05 21:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codegen: Install Python files in $(pkgdatadir), rather than $(libdir) (2.03 KB, patch)
2012-09-28 00:14 UTC, Colin Walters
none Details | Review
codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir) (2.02 KB, patch)
2012-10-02 00:41 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-09-28 00:14:32 UTC
These files are actually architecture-indepdendent; using $(libdir)
for them means that /usr/bin/gdbus-codegen varies between
architectures, which is problematic for (mis)uses of multilib.

See https://bugzilla.redhat.com/show_bug.cgi?id=718404
Comment 1 Colin Walters 2012-09-28 00:14:34 UTC
Created attachment 225303 [details] [review]
codegen: Install Python files in $(pkgdatadir), rather than $(libdir)
Comment 2 Colin Walters 2012-10-02 00:41:07 UTC
Created attachment 225547 [details] [review]
codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir)

Use already existing $(datadir)/glib-2.0
Comment 3 David Zeuthen (not reading bugmail) 2012-10-05 20:59:46 UTC
Sure, also at least virt-manager is using $(datadir) so looks good to me assuming 'make check' still works etc. Thanks
Comment 4 Colin Walters 2012-10-05 21:04:55 UTC
Attachment 225547 [details] pushed as 05461e5 - codegen: Install Python files in $(datadir)/glib-2.0, rather than $(libdir)