Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Side by Side Diff: dev-python/pygobject/files/pygobject-2.15.4-fix-codegen-location.patch

Issue 661443: Fixes so that libcros can compile on ARM. We update to a newer version of (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ---
2 Fix FHS compliance of codegen
3
4 codegen/Makefile.am | 2 +-
5 codegen/pygtk-codegen-2.0.in | 3 ++-
6 pygtk-2.0.pc.in | 2 +-
7 3 files changed, 4 insertions(+), 3 deletions(-)
8
9 --- a/codegen/Makefile.am 2007-11-01 12:20:22.000000000 -0400
10 +++ b/codegen/Makefile.am 2008-05-28 22:21:04.000000000 -0400
11 @@ -2,7 +2,7 @@ PLATFORM_VERSION = 2.0
12
13 bin_SCRIPTS = pygobject-codegen-$(PLATFORM_VERSION)
14
15 -codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen
16 +codegendir = $(pyexecdir)/gtk-2.0/codegen
17
18 codegen_PYTHON = \
19 __init__.py \
20 --- a/codegen/pygobject-codegen-2.0.in 2007-11-01 12:20:22.000000000 -0400
21 +++ b/codegen/pygobject-codegen-2.0.in 2008-05-28 22:24:38.000000000 -0400
22 @@ -1,9 +1,10 @@
23 #!/bin/sh
24
25 prefix=@prefix@
26 +exec_prefix=@exec_prefix@
27 datarootdir=@datarootdir@
28 datadir=@datadir@
29 -codegendir=${datadir}/pygobject/2.0/codegen
30 +codegendir=@pyexecdir@/gtk-2.0/codegen
31
32 PYTHONPATH=$codegendir
33 export PYTHONPATH
34 --- a/pygobject-2.0.pc.in 2007-11-01 12:20:22.000000000 -0400
35 +++ b/pygobject-2.0.pc.in 2008-05-28 22:21:04.000000000 -0400
36 @@ -4,6 +4,7 @@
37 datarootdir=@datarootdir@
38 datadir=@datadir@
39 libdir=@libdir@
40 +pyexecdir=@pyexecdir@
41
42 # you can use the --variable=pygtkincludedir argument to
43 # pkg-config to get this value. You might want to use this to
44 @@ -12,5 +12,5 @@
45 defsdir=${datadir}/pygobject/2.0/defs
46 -codegendir=${datadir}/pygobject/2.0/codegen
47 +codegendir=${pyexecdir}/gtk-2.0/codegen
48
49 Name: PyGObject
50 Description: Python bindings for GObject
OLDNEW
« no previous file with comments | « dev-python/numpy/numpy-1.4.0.ebuild ('k') | dev-python/pygobject/files/pygobject-2.18.0-automake111.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698