aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-13 20:56:59 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-14 14:09:49 +0200
commitd6c0a8bf7620cb0c8df56baae576df9c14ae66a6 (patch)
treee3aef2ff51bc851715dbf3b2cb00019bbfc642da
parent42e5ebf75aeecff10e6cf34932b260f27bfe8c5e (diff)
downloadopenembedded-d6c0a8bf7620cb0c8df56baae576df9c14ae66a6.tar.gz
libgweather: add 2.28.0
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/gnome/libgweather_2.28.0.bb23
2 files changed, 27 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 21fc07a04b..3a0591563c 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 0000000000..5b2dc305e6
--- /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*"
+