From ff29b315cde0143ed6f3edf61df774b952c01c88 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sun, 13 Jul 2008 21:58:19 +0000 Subject: bug 542821: 2008-07-14 Paul Pogonyshev bug 542821: * codegen: Remove directory, we will use PyGObject's codegen from now on. * configure.in: Remove local codegen mentions. (CODEGENDIR): New AC_SUBST: determine where installed PyGObject's codegen is. * Makefile.am: * gtk/Makefile.am: Remove local codegen mentions and use 'CODEGENDIR' instead. * MANIFEST.in: * pygtk.spec.in: * setup.py: Remove all mentions of codegen. * pygobject-2.0.pc.in: Remove file (unused). * pygtk-2.0.pc.in: Change 'codegendir' to refer to PyGObject's codegen. svn path=/trunk/; revision=3006 --- pygtk-2.0.pc.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pygtk-2.0.pc.in') diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in index f5734c8b..0506e75e 100644 --- a/pygtk-2.0.pc.in +++ b/pygtk-2.0.pc.in @@ -12,7 +12,11 @@ pygtkincludedir=${includedir}/pygtk-2.0 # same here. Useful when calling the code generator in addon packages. defsdir=${datadir}/pygtk/2.0/defs -codegendir=${datadir}/pygtk/2.0/codegen + +# This is strictly speaking not necessarily so (we refer to another +# package), but we want to preserve compatibility with times codegen +# was in PyGTK, not PyGObject. +codegendir=${datadir}/pygobject/2.0/codegen Name: PyGTK Description: Python bindings for GTK+ and related libraries -- cgit v1.2.1