sensors-applet: gnome panel applet for lm-sensors
authorKoen Kooi <koen@openembedded.org>
Tue, 20 Jan 2009 10:35:25 +0000 (11:35 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 20 Jan 2009 10:35:50 +0000 (11:35 +0100)
conf/checksums.ini
packages/lm_sensors/sensors-applet_2.2.1.bb [new file with mode: 0644]

index 76b2cd6..8cee8a3 100644 (file)
@@ -18934,6 +18934,10 @@ sha256=638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab
 md5=d8a08cc12fda1826deb2028dd729e189
 sha256=57c86e7c17b8af6d6ecbdc17086ad22ec72d815f0db8a475a1d9adef2879f922
 
+[http://downloads.sourceforge.net/sensors-applet/sensors-applet-2.2.1.tar.gz]
+md5=4ba94415125db147efcc1ae76f9703ee
+sha256=6be95f70458d299f28bfc81dee201b3e1c328bc55df00fc7f2c30d7f8f6faba0
+
 [ftp://ftp.berlios.de/pub/ser/0.9.0/src/ser-0.9.0_src.tar.gz]
 md5=ae1f9b237f0006785ff22eafa1470ac4
 sha256=65eb4c5735859f3ed191437749a85e9fd24a66a6567025f36a0739f9c34c444e
diff --git a/packages/lm_sensors/sensors-applet_2.2.1.bb b/packages/lm_sensors/sensors-applet_2.2.1.bb
new file mode 100644 (file)
index 0000000..40f8823
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "GNOME Sensors Applet is an applet for the GNOME Panel to display readings from hardware sensors"
+LICENSE = "GPLv2"
+
+inherit gnome
+
+DEPENDS += "gnome-panel libnotify"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sensors-applet/sensors-applet-${PV}.tar.gz"
+
+EXTRA_OECONF = " --disable-scrollkeeper --with-libsensors=${STAGING_LIBDIR}/../ " 
+
+FILES_${PN}-dbg += "${libdir}/sensors-applet/plugins/"
+