From d6c0a8bf7620cb0c8df56baae576df9c14ae66a6 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 20:56:59 -0700 Subject: libgweather: add 2.28.0 --- recipes/gnome/libgweather_2.28.0.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/gnome/libgweather_2.28.0.bb (limited to 'recipes/gnome') 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*" + -- cgit v1.2.3