%define prefix %(echo `kde-config --prefix`) Name: kima Version: 0.7.4 Release: 2mamba Summary: Kima - Kicker monitoring applet Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: gil URL: http://kima.sourceforge.net/ Source: http://switch.dl.sourceforge.net/sourceforge/kima/kima-%{version}.tar.gz License: GPL BuildRequires: libe2fs-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: hal-devel BuildRequires: kdelibs-devel BuildRequires: libart_lgpl-devel BuildRequires: libdbus-devel #BuildRequires: libe2fs-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libGL-devel BuildRequires: libICE-devel BuildRequires: libidn-devel BuildRequires: libjpeg-devel BuildRequires: liblcms-devel BuildRequires: libmng-devel BuildRequires: libpng-devel BuildRequires: libqt-devel BuildRequires: libSM-devel BuildRequires: libstdc++6-devel BuildRequires: libusb-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libXcursor-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libXfixes-devel BuildRequires: libXft-devel BuildRequires: libXinerama-devel BuildRequires: libXmu-devel BuildRequires: libXrandr-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This applet monitors various sources such as temperature, frequency and fan speed values in your kicker panel. features supported thermal sources: * the Linux ACPI Thermal Zone driver. The corresponding kernel module is called thermal. * the thermal sources of the Linux ACPI driver for the IBM ThinkPad laptops. The corresponding kernel module is called ibm-acpi. * the IBM Hard Drive Active Protection System (HDAPS) driver. The corresponding kernel module is called hdaps. * the Omnibook Configuration Tools & Patches. The corresponding kernel module is called omnibook. * the iBook G4 CPU and GPU thermal zones. It may work on other Apple machines as well (please let me know). * the thermal sensors available through hwmon (I2C, lm_sensors, ...). * the CPU thermal sensor of the i8k kernel driver for Dell Inspiron and Latitude notebooks. * the GPU thermal sensors of nvidia-settings (provided by the nVidia GPU card driver tools) * the termal sensors provided by hddtemp daemon (make sure hddtemp runs on 127.0.0.1 port 7634 before kima starts) supported frequency sources: * the Linux kernel /proc/cpuinfo interface * the Linux kernel cpufreq subsystem supported fan sources: * the fan sensors available through hwmon (I2C, lm_sensors, ...) * the fan sources of the Linux ACPI driver for the IBM ThinkPad laptops. The corresponding kernel module is called ibm-acpi. * the fan sources of the i8k kernel driver for Dell Inspiron and Latitude notebooks. misc sources: * CPU usage source (for each CPU and/or commulative for all CPUs) * uptime source that displays the current system uptime * battery source that displays the current state of charge of your batteries misc: * cpufreqd control module to switch cpufreqd profiles via cpufreqd remote interface %prep %setup -q %build export KDEDIRS=%{prefix} %configure_kde %make %{?_smp_mflags} %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall DESTDIR=%{buildroot} %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.lang %defattr(-,root,root) %{_kdelibdir}/kde3/libkima.la %{_kdelibdir}/kde3/libkima.so %{_kdedatadir}/apps/kicker/applets/kima.desktop %{_kdedatadir}/doc/HTML/en/kima/common %{_kdedatadir}/doc/HTML/en/kima/index.cache.bz2 %{_kdedatadir}/doc/HTML/en/kima/index.docbook %doc AUTHORS COPYING ChangeLog README TODO %changelog * Tue May 19 2009 Automatic Build System 0.7.4-2mamba - automatic rebuild by autodist * Fri May 16 2008 gil 0.7.4-1mamba - package created by autospec