All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: OpenEmbedded Development mailing list
	<openembedded-devel@lists.openembedded.org>
Subject: [PATCH] sensors-applet: Add support for current version 2.2.4.
Date: Sat, 14 Nov 2009 13:37:04 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0911141335020.32191@localhost> (raw)


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  sadly, i can't actually test the build since it depends on
guile-native, but it's based directly on the existing 2.2.1, and i've
verified that the checksums are fine with "-c fetchall".

  is this the correct patch format?  (generated with "git diff HEAD".)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8252329..dbfc17f 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -23786,6 +23786,10 @@ sha256=57c86e7c17b8af6d6ecbdc17086ad22ec72d815f0db8a475a1d9adef2879f922
 md5=4ba94415125db147efcc1ae76f9703ee
 sha256=6be95f70458d299f28bfc81dee201b3e1c328bc55df00fc7f2c30d7f8f6faba0

+[http://downloads.sourceforge.net/sensors-applet/sensors-applet-2.2.4.tar.gz]
+md5=778f637524a90a9b6475ab77b0e90dd9
+sha256=a52214f2cf2b23a49394804dc589be51eecd4b8674f141047a46a550882f28f6
+
 [ftp://ftp.berlios.de/pub/ser/0.9.0/src/ser-0.9.0_src.tar.gz]
 md5=ae1f9b237f0006785ff22eafa1470ac4
 sha256=65eb4c5735859f3ed191437749a85e9fd24a66a6567025f36a0739f9c34c444e
diff --git a/recipes/lm_sensors/sensors-applet_2.2.4.bb b/recipes/lm_sensors/sensors-applet_2.2.4.bb
new file mode 100644
index 0000000..40f8823
--- /dev/null
+++ b/recipes/lm_sensors/sensors-applet_2.2.4.bb
@@ -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/"
+


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



                 reply	other threads:[~2009-11-15 23:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.0911141335020.32191@localhost \
    --to=rpjday@crashcourse.ca \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.