[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/ksim
From:       Nadeem Hasan <nhasan () nadmm ! com>
Date:       2003-05-11 17:27:56
[Download RAW message or body]

CVS commit by nhasan: 

Dell I8K hardware monitor plug-in.

Monitors CPU temp and right/left fan speeds.

In order to build this module, you should have i8k.o loaded at compile time. I
am going to work on making it better by enhancing the plug-in API to query the
plugins at runtime. When that happens, I will remove the compile time check from
this plug-in.


  A            monitors/i8k/Makefile.am   1.1
  A            monitors/i8k/i8k.desktop   1.1
  A            monitors/i8k/ksimi8k.cpp   1.1
  A            monitors/i8k/ksimi8k.h   1.1
  M +4 -0      configure.in.in   1.3
  M +5 -1      monitors/Makefile.am   1.7


--- kdeutils/ksim/configure.in.in  #1.2:1.3
@@ -29,2 +29,6 @@
   AC_MSG_RESULT($sysinfo_ok)
 fi
+
+dnl Check for dell laptop support
+AM_CONDITIONAL(supports_i8k, test -f /proc/i8k)
+

--- kdeutils/ksim/monitors/Makefile.am  #1.6:1.7
@@ -1 +1,5 @@
-SUBDIRS = filesystem net lm_sensors cpu disk
+if supports_i8k
+i8k_SUBDIR = i8k
+endif
+
+SUBDIRS = filesystem net lm_sensors cpu disk $(i8k_SUBDIR)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic