]> git.pld-linux.org Git - packages/empathy.git/blob - empathy-python2.5.patch
- added
[packages/empathy.git] / empathy-python2.5.patch
1 diff -ur empathy-0.12-o/python/pyempathy/Makefile.am empathy-0.12/python/pyempathy/Makefile.am
2 --- empathy-0.12-o/python/pyempathy/Makefile.am 2007-08-24 15:29:46.000000000 -0600
3 +++ empathy-0.12/python/pyempathy/Makefile.am   2007-08-25 16:42:30.000000000 -0600
4 @@ -6,13 +6,13 @@
5         -I$(top_srcdir)                                 \
6         -DDATADIR=\""$(datadir)"\"                      \
7         $(PYTHON_BINDING_CFLAGS)                        \
8 -       `python-config --cflags`                        \
9 +       `python2.5-config --cflags`                     \
10         $(WARN_CFLAGS)
11  
12  BUILT_SOURCES =                                        \
13         pyempathy.c                                     
14  
15 -pyempathydir = $(prefix)/lib/`pyversions -d`/site-packages
16 +pyempathydir = $(prefix)/lib/python`python -c "import sys; print sys.version[:3]"`/site-packages/
17  pyempathy_LTLIBRARIES = empathy.la
18  
19  empathy_la_SOURCES =                                   \
20 @@ -24,7 +24,7 @@
21         $(top_builddir)/libempathy/libempathy.la
22  
23  empathy_la_LDFLAGS =                                   \
24 -       `python-config --libs`                          \
25 +       `python2.5-config --libs`                               \
26         -module -avoid-version
27  
28  pyempathy.c: pyempathy.override pyempathy.defs
29 diff -ur empathy-0.12-o/python/pyempathygtk/Makefile.am empathy-0.12/python/pyempathygtk/Makefile.am
30 --- empathy-0.12-o/python/pyempathygtk/Makefile.am      2007-08-24 15:29:46.000000000 -0600
31 +++ empathy-0.12/python/pyempathygtk/Makefile.am        2007-08-25 16:43:02.000000000 -0600
32 @@ -6,12 +6,12 @@
33         -I$(top_srcdir)                                 \
34         -DDATADIR=\""$(datadir)"\"                      \
35         $(PYTHON_BINDING_CFLAGS)                        \
36 -       `python-config --cflags`                        
37 +       `python2.5-config --cflags`                     
38  
39  BUILT_SOURCES =                                        \
40         pyempathygtk.c                                  
41  
42 -pyempathygtkdir = $(prefix)/lib/`pyversions -d`/site-packages
43 +pyempathygtkdir = $(prefix)/lib/python`python -c "import sys; print sys.version[:3]"`/site-packages/
44  pyempathygtk_LTLIBRARIES = empathygtk.la
45  
46  empathygtk_la_SOURCES =                                        \
47 @@ -24,7 +24,7 @@
48         $(top_builddir)/libempathy-gtk/libempathy-gtk.la
49  
50  empathygtk_la_LDFLAGS =                                        \
51 -       `python-config --libs`                          \
52 +       `python2.5-config --libs`                               \
53         -module -avoid-version
54  
55  pyempathygtk.c: pyempathygtk.override pyempathygtk.defs
56 Only in empathy-0.12/python/pyempathygtk: Makefile.am~
This page took 0.039766 seconds and 4 git commands to generate.