GNOME Bugzilla – Bug 486876
Uninstalled.pc file missing 'datadir' value
Last modified: 2007-10-16 07:33:09 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.
Created attachment 97249 [details] [review] Add 'datadir' entry to uninstalled.pc.in.
Comment on attachment 97249 [details] [review] Add 'datadir' entry to uninstalled.pc.in. Looks good, please commit
I don't have commit access. I let it lapse before svn changeover and need it so rarely that I haven't sorted it.
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.