Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 194343 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 194343