[Xfce4-commits] <xfce4-sensors-plugin:master> applied patch to bug 6960

Fabian noreply at xfce.org
Sun Dec 12 20:20:01 CET 2010


Updating branch refs/heads/master
         to 4a4f25aa78b7bd567077b0a69c709f6329f185d3 (commit)
       from d4312c44e04c8c7d9a57a814d0200c40c45dd7e4 (commit)

commit 4a4f25aa78b7bd567077b0a69c709f6329f185d3
Author: Fabian <timystery at arcor.de>
Date:   Fri Dec 10 19:33:33 2010 +0100

    applied patch to bug 6960

 ChangeLog       |    7 +++++++
 configure.in.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cac8216..fd4f2e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+/* 2010- timystery
+  * Patch: Gtk-Theme-unaware colors for bars, sent in by ...
+*/
+2010-06-01 timystery
+  * Apply patch for netcat/nc in configure.in.in again
+	* Hddtemp with sockets instead of calls to netcat, sent in by ...
+
 2010-05-09 timystery
   * Partly applied patch from reven at muub.net:
 	* Free more unused strings
diff --git a/configure.in.in b/configure.in.in
index f718f37..8cf0caf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -175,7 +175,7 @@ AM_CONDITIONAL([HAVE__NETCAT], [test x$enable_netcat = x"yes"])
 
 
 dnl Check for interface for /proc/acpi to be used
-AC_ARG_ENABLE([procacpi], [AC_HELP_STRING([--enable-procacpi], [Use /proc/acpi to read your CPU temperature @<:@default=yes@:>@])],
+AC_ARG_ENABLE([procacpi], [AC_HELP_STRING([--enable-procacpi], [Use /proc/acpi to read your CPU temperature @<:@default=auto@:>@])],
 [],
 [
     enable_procacpi=auto
@@ -196,7 +196,7 @@ if test x"$enable_procacpi" = x"yes"; then
 fi
 
 dnl Check for interface for /sys/class/power_supply to be used
-AC_ARG_ENABLE([sysfsacpi], [AC_HELP_STRING([--enable-sysfsacpi], [Use /sys/class/power_supply to read your battery value @<:@default=yes@:>@])],
+AC_ARG_ENABLE([sysfsacpi], [AC_HELP_STRING([--enable-sysfsacpi], [Use /sys/class/power_supply to read your battery value @<:@default=auto@:>@])],
 [],
 [
     enable_sysfsacpi=auto



More information about the Xfce4-commits mailing list