Adding misc applets.
authorKirtika Ruchandani <kirtibr@gmail.com>
Wed, 8 Jul 2009 17:01:27 +0000 (22:31 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Wed, 8 Jul 2009 17:01:27 +0000 (22:31 +0530)
hildon-home-weather_svn.bb [new file with mode: 0644]
hildon-home-webshortcut_svn.bb [new file with mode: 0644]

diff --git a/hildon-home-weather_svn.bb b/hildon-home-weather_svn.bb
new file mode 100644 (file)
index 0000000..580760d
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# 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 (file)
index 0000000..7fb788c
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# 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/*"