aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gweather
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-08 17:16:19 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-08 17:16:19 +0200
commit7868709e24e4f631b334adf7b31877269e74e7c6 (patch)
tree42d93dc63008833ae2dff552cc8ee15d0ec57976 /meta-gnome/recipes-gnome/gweather
parent2d994bb8560c83e0444869ba189b46a1a8094a12 (diff)
downloadmeta-openembedded-7868709e24e4f631b334adf7b31877269e74e7c6.tar.gz
libgweather 2.28.0: import from OE rev 4c32184588b40ed094959cbe506f564b8a007877
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gweather')
-rw-r--r--meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb
new file mode 100644
index 0000000000..c194907ed5
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb
@@ -0,0 +1,25 @@
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SECTION = "x11/gnome/libs"
+DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "9f4457144d32d4004e0e045240ab51dc"
+SRC_URI[archive.sha256sum] = "65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654"
+
+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
+}
+
+FILES_${PN} += "${datadir}/gnome* \
+ ${datadir}/icons"
+
+PACKAGES =+ "${PN}-locationdata"
+FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
+
+