From: Kirtika Ruchandani Date: Wed, 8 Jul 2009 17:01:27 +0000 (+0530) Subject: Adding misc applets. X-Git-Url: http://vcs.maemo.org/git/?p=oespirit1;a=commitdiff_plain;h=80f5bf548f5816ef088a612d77003054236f202d Adding misc applets. --- diff --git a/hildon-home-weather_svn.bb b/hildon-home-weather_svn.bb new file mode 100644 index 0000000..580760d --- /dev/null +++ b/hildon-home-weather_svn.bb @@ -0,0 +1,17 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Weather plugin for hildon home" +HOMEPAGE = "http://maemo.org" +LICENSE = "GNU Lesser General Public License-version 2.1" +SECTION = "x11" +DEPENDS = "hildon-desktop osso-af-settings" +PR = "r3" + +SRC_URI = "svn://stage.maemo.org/svn/maemo/projects/haf/trunk;module=hildon-home-weather;rev=18844;proto=https" + +S = "${WORKDIR}/hildon-home-weather" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/hildon-desktop/*" diff --git a/hildon-home-webshortcut_svn.bb b/hildon-home-webshortcut_svn.bb new file mode 100644 index 0000000..7fb788c --- /dev/null +++ b/hildon-home-webshortcut_svn.bb @@ -0,0 +1,24 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Webshortcut plugin for hildon home" +HOMEPAGE = "http://maemo.org" +LICENSE = "GNU Lesser General Public License-version 2.1" +SECTION = "x11" +DEPENDS = "libhildon libosso libconic libhildonfm hildon-desktop osso-af-settings" +PR = "r3" + +SRC_URI = "svn://stage.maemo.org/svn/maemo/projects/haf/trunk;module=hildon-home-webshortcut;rev=18844;proto=https" + +S = "${WORKDIR}/hildon-home-webshortcut" + +inherit autotools pkgconfig + +do_configure_prepend(){ + for i in `grep -r -l Werror *`; + do sed -i s:-Werror::g $i; + done +} + + +FILES_${PN} += "${libdir}/hildon-desktop/*"