View | Details | Raw Unified
Collapse All | Expand All

(-) pygtk-2.12.1-orig/codegen/Makefile.am (-1 / +4 lines)
 Lines 2-8   PLATFORM_VERSION = 2.0 Link Here 
bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION)
bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION)
codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen
# pygtk scripts
pkgpythondir = $(pyexecdir)/gtk-2.0
codegendir = $(pkgpythondir)/codegen
codegen_PYTHON = \
codegen_PYTHON = \
	__init__.py \
	__init__.py \
(-) pygtk-2.12.1-orig/codegen/pygtk-codegen-2.0.in (-3 / +3 lines)
 Lines 1-9    Link Here 
#!/bin/sh
#!/bin/sh
prefix=@prefix@
prefix=@prefix@
datarootdir=@datarootdir@
exec_prefix=@exec_prefix@
datadir=@datadir@
pyexecdir=@pyexecdir@
codegendir=${datadir}/pygtk/2.0/codegen
codegendir=${pyexecdir}/gtk-2.0/codegen
PYTHONPATH=$codegendir
PYTHONPATH=$codegendir
export PYTHONPATH
export PYTHONPATH
(-) pygtk-2.12.1-orig/pygtk-2.0.pc.in (-1 / +1 lines)
 Lines 12-18   pygtkincludedir=${includedir}/pygtk-2.0 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