Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygtk/files: pygtk-2.13.0-fix-codegen-location.patch
Date: Sun, 19 Oct 2008 15:33:19
Message-Id: E1KraHH-0004bU-B6@stork.gentoo.org
1 eva 08/10/19 15:33:11
2
3 Added: pygtk-2.13.0-fix-codegen-location.patch
4 Log:
5 adding forgotten patch.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch?rev=1.1&content-type=text/plain
13
14 Index: pygtk-2.13.0-fix-codegen-location.patch
15 ===================================================================
16 --- a/pygtk-2.0.pc.in 2007-11-01 12:20:22.000000000 -0400
17 +++ b/pygtk-2.0.pc.in 2008-05-28 22:21:04.000000000 -0400
18 @@ -12,7 +12,7 @@ pygtkincludedir=${includedir}/pygtk-2.0
19 # This is strictly speaking not necessarily so (we refer to another
20 # package), but we want to preserve compatibility with times codegen
21 # was in PyGTK, not PyGObject.
22 -codegendir=${datadir}/pygobject/2.0/codegen
23 +codegendir=${pyexecdir}/gtk-2.0/codegen
24
25 Name: PyGTK
26 Description: Python bindings for GTK+ and related libraries