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 663421 - pygtk-2.0.pc should include libdir=@libdir@
pygtk-2.0.pc should include libdir=@libdir@
Status: RESOLVED WONTFIX
Product: pygtk
Classification: Bindings
Component: general
Git Master
Other All
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2011-11-04 17:44 UTC by Mike Frysinger
Modified: 2018-08-17 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch adding libdir to pygtk-2.0.pc.in (1.14 KB, patch)
2013-01-10 23:21 UTC, Andreas Müller
none Details | Review

Description Mike Frysinger 2011-11-04 17:44:07 UTC
if the pc includes libdir, it allows later variables to be based on it.  this is useful if pyexecdir is set via ${libdir}/...

simple patch:
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -3,6 +3,7 @@
 includedir=@includedir@
 datarootdir=@datarootdir@
 datadir=@datadir@
+libdir=@libdir@
 pyexecdir=@pyexecdir@
 
 # you can use the --variable=pygtkincludedir argument to
Comment 1 Andreas Müller 2013-01-10 23:21:47 UTC
Created attachment 233197 [details] [review]
patch adding libdir to pygtk-2.0.pc.in
Comment 2 Andreas Müller 2013-01-10 23:24:57 UTC
This is a breaker for me so I attached a formatted patch to increase chance of getting done.
Comment 3 Mike Frysinger 2015-10-13 04:48:43 UTC
i'd ping this bug (since it's still broken 4 years later w/one line patch), but it looks like pygtk is dead.  last commit was 2.5 years ago, and that was to assign maintainership to someone who is inactive.
Comment 4 André Klapper 2018-08-17 13:35:14 UTC
pygtk is not under active development anymore and had its last code changes
in 2013. Its codebase has been archived:
https://gitlab.gnome.org/Archive/pygtk/commits/master

PyGObject at https://gitlab.gnome.org/GNOME/pygobject is its successor. See https://pygobject.readthedocs.io/en/latest/guide/porting.html for porting info.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent version of PyGObject. Thanks!