python-gtk/python-gtk-fix-pkg-config.patch
Vincent Untz e216dee62e Accepting request 44818 from home:vuntz:branches:devel:languages:python
Copy from home:vuntz:branches:devel:languages:python/python-gtk via accept of submit request 44818 revision 2.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/44818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gtk?expand=0&rev=11
2010-08-07 10:45:59 +00:00

21 lines
622 B
Diff

commit a9e24426aae96e5968b95ef76aacf41d3153ddf7
Author: Colin Walters <walters@verbum.org>
Date: Fri Jul 30 10:23:56 2010 -0400
[pygtk-2.0.pc] Should require gtk+-2.0
https://bugzilla.redhat.com/show_bug.cgi?id=618944
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
index 0506e75..e277e80 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -20,6 +20,6 @@ codegendir=${datadir}/pygobject/2.0/codegen
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
-Requires: pygobject-2.0
+Requires: pygobject-2.0 gtk+-2.0
Version: @VERSION@
Cflags: -I${pygtkincludedir} @THREADING_CFLAGS@