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 486876 - Uninstalled.pc file missing 'datadir' value
Uninstalled.pc file missing 'datadir' value
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.14.x
Other opensolaris
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-15 16:46 UTC by Damien Carbery
Modified: 2007-10-16 07:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Add 'datadir' entry to uninstalled.pc.in. (430 bytes, patch)
2007-10-15 16:47 UTC, Damien Carbery
committed Details | Review

Description Damien Carbery 2007-10-15 16:46:57 UTC
In pygobject 2.14.0 the uninstalled.pc file does not have a 'datadir' entry.
This is required by pygtksourceview. Attached patch adds the entry.

Background: In OpenSolaris we sometimes group multiple modules into a single package. In these cases we make use of the uninstalled.pc files.
With respect to this bug, we have a package, SUNWgnome-python-libs, that is made up of pyorbit, pycairo, gnome-python, pyspi, pygobject, pygtk2 and pygtksourceview.
In this multi-module packages we do configure/make for each module and then 'make install' for each.
Comment 1 Damien Carbery 2007-10-15 16:47:33 UTC
Created attachment 97249 [details] [review]
Add 'datadir' entry to uninstalled.pc.in.
Comment 2 Johan (not receiving bugmail) Dahlin 2007-10-15 16:55:50 UTC
Comment on attachment 97249 [details] [review]
Add 'datadir' entry to uninstalled.pc.in.

Looks good, please commit
Comment 3 Damien Carbery 2007-10-15 16:58:35 UTC
I don't have commit access. I let it lapse before svn changeover and need it so rarely that I haven't sorted it.
Comment 4 Gian Mario Tagliaretti 2007-10-16 07:32:38 UTC
I've committed this for you.

2007-10-16  Damien Carbery   <damien.carbery@sun.com>

	reviewed by: Johan Dahlin.

	* pygobject-2.0-uninstalled.pc.in: uninstalled.pc file missing
	'datadir' value. Fixes #486876.