]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sat, 25 Aug 2007 23:08:03 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    empathy-python2.5.patch -> 1.1

empathy-python2.5.patch [new file with mode: 0644]

diff --git a/empathy-python2.5.patch b/empathy-python2.5.patch
new file mode 100644 (file)
index 0000000..7c3b774
--- /dev/null
@@ -0,0 +1,56 @@
+diff -ur empathy-0.12-o/python/pyempathy/Makefile.am empathy-0.12/python/pyempathy/Makefile.am
+--- empathy-0.12-o/python/pyempathy/Makefile.am        2007-08-24 15:29:46.000000000 -0600
++++ empathy-0.12/python/pyempathy/Makefile.am  2007-08-25 16:42:30.000000000 -0600
+@@ -6,13 +6,13 @@
+       -I$(top_srcdir)                                 \
+       -DDATADIR=\""$(datadir)"\"                      \
+       $(PYTHON_BINDING_CFLAGS)                        \
+-      `python-config --cflags`                        \
++      `python2.5-config --cflags`                     \
+       $(WARN_CFLAGS)
+ BUILT_SOURCES =                                       \
+       pyempathy.c                                     
+-pyempathydir = $(prefix)/lib/`pyversions -d`/site-packages
++pyempathydir = $(prefix)/lib/python`python -c "import sys; print sys.version[:3]"`/site-packages/
+ pyempathy_LTLIBRARIES = empathy.la
+ empathy_la_SOURCES =                                  \
+@@ -24,7 +24,7 @@
+       $(top_builddir)/libempathy/libempathy.la
+ empathy_la_LDFLAGS =                                  \
+-      `python-config --libs`                          \
++      `python2.5-config --libs`                               \
+       -module -avoid-version
+ pyempathy.c: pyempathy.override pyempathy.defs
+diff -ur empathy-0.12-o/python/pyempathygtk/Makefile.am empathy-0.12/python/pyempathygtk/Makefile.am
+--- empathy-0.12-o/python/pyempathygtk/Makefile.am     2007-08-24 15:29:46.000000000 -0600
++++ empathy-0.12/python/pyempathygtk/Makefile.am       2007-08-25 16:43:02.000000000 -0600
+@@ -6,12 +6,12 @@
+       -I$(top_srcdir)                                 \
+       -DDATADIR=\""$(datadir)"\"                      \
+       $(PYTHON_BINDING_CFLAGS)                        \
+-      `python-config --cflags`                        
++      `python2.5-config --cflags`                     
+ BUILT_SOURCES =                                       \
+       pyempathygtk.c                                  
+-pyempathygtkdir = $(prefix)/lib/`pyversions -d`/site-packages
++pyempathygtkdir = $(prefix)/lib/python`python -c "import sys; print sys.version[:3]"`/site-packages/
+ pyempathygtk_LTLIBRARIES = empathygtk.la
+ empathygtk_la_SOURCES =                                       \
+@@ -24,7 +24,7 @@
+       $(top_builddir)/libempathy-gtk/libempathy-gtk.la
+ empathygtk_la_LDFLAGS =                                       \
+-      `python-config --libs`                          \
++      `python2.5-config --libs`                               \
+       -module -avoid-version
+ pyempathygtk.c: pyempathygtk.override pyempathygtk.defs
+Only in empathy-0.12/python/pyempathygtk: Makefile.am~
This page took 0.422822 seconds and 4 git commands to generate.