Author: freetz Date: Wed Jun 21 17:55:15 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - kill gnomeapplet check, requires DISPLAY
---- Files affected: SOURCES: gnome-applets-gnomeapplet_check.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gnome-applets-gnomeapplet_check.patch diff -u /dev/null SOURCES/gnome-applets-gnomeapplet_check.patch:1.1 --- /dev/null Wed Jun 21 19:55:15 2006 +++ SOURCES/gnome-applets-gnomeapplet_check.patch Wed Jun 21 19:55:10 2006 @@ -0,0 +1,17 @@ +diff -aurN gnome-applets-2.15.1.1.orig/configure.in gnome-applets-2.15.1.1/configure.in +--- gnome-applets-2.15.1.1.orig/configure.in 2006-06-18 04:27:20.000000000 +0200 ++++ gnome-applets-2.15.1.1/configure.in 2006-06-21 19:26:15.412219576 +0200 +@@ -564,12 +564,7 @@ + dnl *** invest-applet specific checks *** + dnl *************************************************************************** + +-if test "x$HAVE_PYGTK" = "xyes" -a "x$HAVE_PYHDRS" = "xyes"; then +- AM_CHECK_PYMOD(gnomeapplet,, +- BUILD_INVEST_APPLET="yes", BUILD_INVEST_APPLET="no") +-else +- BUILD_INVEST_APPLET="no" +-fi ++BUILD_INVEST_APPLET="yes" + + AM_CONDITIONAL(BUILD_INVEST_APPLET, test "x$BUILD_INVEST_APPLET" = "xyes") + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
