[oe-commits] Steve Sakoman : libgweather: add 2.28.0

git version control git at git.openembedded.org
Wed Oct 14 20:34:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: d6c0a8bf7620cb0c8df56baae576df9c14ae66a6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d6c0a8bf7620cb0c8df56baae576df9c14ae66a6

Author: Steve Sakoman <steve at sakoman.com>
Date:   Tue Oct 13 20:56:59 2009 -0700

libgweather: add 2.28.0

---

 conf/checksums.ini                  |    4 ++++
 recipes/gnome/libgweather_2.28.0.bb |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 21fc07a..3a05915 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14602,6 +14602,10 @@ sha256=c1efdeb59fe87145d13d99b7bb6f51b56505081fb2ebc2f7fe7dc3f7699da45e
 md5=cef0447b62235c4662aa9691dd9a6c92
 sha256=70cf977060a5e71ade98346070856f09fbf33f6d88f4d49632d7ae0f6b314834
 
+[http://ftp.gnome.org/pub/GNOME/sources/libgweather/2.28/libgweather-2.28.0.tar.bz2]
+md5=9f4457144d32d4004e0e045240ab51dc
+sha256=65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654
+
 [http://www.handhelds.org/~mmp/files/libhal-nm-0.0.2.tar.gz]
 md5=2f0882a711759113b2388a790abe8fd8
 sha256=68dd467cf8bd54283da874af54ac35de58b88444371ea48bb5cef289a0942981
diff --git a/recipes/gnome/libgweather_2.28.0.bb b/recipes/gnome/libgweather_2.28.0.bb
new file mode 100644
index 0000000..5b2dc30
--- /dev/null
+++ b/recipes/gnome/libgweather_2.28.0.bb
@@ -0,0 +1,23 @@
+LICENSE = "LGPL"
+SECTION = "x11/gnome/libs"
+DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring"
+
+inherit gnome
+
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+
+do_configure_prepend() {
+        sed -i -e 's:help::'    ${S}/Makefile.am
+	sed -i -e 's: doc : :g' ${S}/Makefile.am
+}
+
+do_stage() {
+        autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/gnome* \
+                ${datadir}/icons"
+
+PACKAGES =+ "${PN}-locationdata"
+FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
+





More information about the Openembedded-commits mailing list