[Xfce4-commits] <thunarx-python:master> Remove the dependency on gnome-python2, it isn't needed

Adam Plumb noreply at xfce.org
Fri Mar 25 19:42:01 CET 2011


Updating branch refs/heads/master
         to 2d81676afbe2409eda89d8ed5eb62b79ad66876a (commit)
       from 3ca94dec416ed930f1cad2cc556f067e2f120ef4 (commit)

commit 2d81676afbe2409eda89d8ed5eb62b79ad66876a
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Fri Mar 25 14:24:44 2011 -0400

    Remove the dependency on gnome-python2, it isn't needed

 configure.ac.in |    1 -
 src/Makefile.am |   13 ++++---------
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index c20df2f..dd2986e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -92,7 +92,6 @@ XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([PYGTK], [pygtk-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([PYGOBJECT], [pygobject-2.0], [2.16.0])
-XDT_CHECK_PACKAGE([GNOMEPYTHON], [gnome-python-2.0], [2.12.0])
 
 PYTHON_CFLAGS="`python-config --includes`"
 PYTHON_LIBS="`python-config --libs`"
diff --git a/src/Makefile.am b/src/Makefile.am
index 04dc610..c621c3c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,8 +23,7 @@ thunarx_python_la_SOURCES =						\
 thunarx_python_la_CFLAGS =						\
 	$(THUNARX_CFLAGS)						\
 	$(PYTHON_CFLAGS)						\
-	$(PYGTK_CFLAGS)							\
-	$(GNOMEPYTHON_CFLAGS)
+	$(PYGTK_CFLAGS)							
 
 thunarx_python_la_LDFLAGS =						\
 	-avoid-version							\
@@ -32,8 +31,7 @@ thunarx_python_la_LDFLAGS =						\
 	-module								\
 	$(THUNARX_LDFLAGS)						\
 	$(PYTHON_LDFLAGS)						\
-	$(PYGTK_LDFLAGS)						\
-	$(GNOMEPYTHON_LIBS)
+	$(PYGTK_LDFLAGS)						
 
 pyexec_LTLIBRARIES = thunarx.la
 pyexecdir = $(THUNARX_LIBDIR)/thunarx-python
@@ -45,20 +43,17 @@ thunarx_la_LDFLAGS =							\
 	initthunarx							\
 	$(THUNARX_LDFLAGS)						\
 	$(PYTHON_LDFLAGS)						\
-	$(PYGTK_LDFLAGS)						\
-	$(GNOMEPYTHON_LDFLAGS)
+	$(PYGTK_LDFLAGS)						
 
 thunarx_la_LIBADD =							\
 	$(THUNARX_LIBS)							\
 	$(PYTHON_LIBS)							\
-	$(GNOMEPYTHON_LIBS)						\
 	$(PYGTK_LIBS)
 
 thunarx_la_CFLAGS =							\
 	$(THUNARX_CFLAGS)						\
 	$(PYTHON_CFLAGS)						\
-	$(PYGTK_CFLAGS)							\
-	$(GNOMEPYTHON_CFLAGS)
+	$(PYGTK_CFLAGS)							
 
 thunarx_la_SOURCES = thunarxmodule.c
 nodist_thunarx_la_SOURCES = thunarx.c



More information about the Xfce4-commits mailing list