View | Details | Raw Unified
Collapse All | Expand All

(-) pygtk-2.0.pc.in (-1 / +1 lines)
 Lines 12-18    Link Here 
# same here.  Useful when calling the code generator in addon packages.
# same here.  Useful when calling the code generator in addon packages.
defsdir=${datadir}/pygtk/2.0/defs
defsdir=${datadir}/pygtk/2.0/defs
codegendir=${datadir}/pygtk/2.0/codegen
codegendir=${pyexecdir}/gtk-2.0/codegen
Name: PyGTK
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
Description: Python bindings for GTK+ and related libraries
(-) codegen/pygtk-codegen-2.0.in (-1 / +1 lines)
 Lines 3-9    Link Here 
prefix=@prefix@
prefix=@prefix@
datarootdir=@datarootdir@
datarootdir=@datarootdir@
datadir=@datadir@
datadir=@datadir@
codegendir=${datadir}/pygtk/2.0/codegen
codegendir=@pyexecdir@/gtk-2.0/codegen
PYTHONPATH=$codegendir
PYTHONPATH=$codegendir
export PYTHONPATH
export PYTHONPATH
(-) codegen/Makefile.am (-1 / +1 lines)
 Lines 2-8    Link Here 
bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION)
bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION)
codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen
codegendir = $(pyexecdir)/gtk-2.0/codegen
codegen_PYTHON = \
codegen_PYTHON = \
	__init__.py \
	__init__.py \