Adding revised hildon-desktop. No proper SRC_URI available, hosting the tarball here
authorKirtika Ruchandani <kirtibr@gmail.com>
Tue, 21 Jul 2009 08:35:33 +0000 (14:05 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Tue, 21 Jul 2009 08:35:33 +0000 (14:05 +0530)
hd-trial.tar.gz [new file with mode: 0644]
hildon-desktop_2.0.19.bb [new file with mode: 0644]

diff --git a/hd-trial.tar.gz b/hd-trial.tar.gz
new file mode 100644 (file)
index 0000000..8af3ef1
Binary files /dev/null and b/hd-trial.tar.gz differ
diff --git a/hildon-desktop_2.0.19.bb b/hildon-desktop_2.0.19.bb
new file mode 100644 (file)
index 0000000..78c5807
--- /dev/null
@@ -0,0 +1,40 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Desktop env. based on the GNOME platform"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "x11"
+DEPENDS = " libhildon libosso osso-gnome-vfs2 osso-af-settings libhildonfm libhildonhelp libxtst libxi libxml2 esound libxdamage sqlite3 mce-dev"
+PR = "r1"
+
+##Temporary: to be fixed later
+SRC_URI = "file://hd-trial.tar.gz"
+
+EXTRA_OECONF += "--disable-gtk-doc"
+
+S = "${WORKDIR}/hd-trial"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/applications/hildon-marquee/* \ 
+                ${datadir}/* "
+
+
+do_install_append(){
+    install -d ${D}${datadir}/applications ${D}${datadir}/applications/hildon-marquee
+    install -m 0644 ${S}/data/*.desktop  ${D}${datadir}/applications/hildon-marquee
+}
+
+
+
+
+do_stage(){
+    autotools_stage_all
+}
+
+# Avoid rm_work for the meanwhile
+# to check image contents 
+do_rm_work(){
+    :
+}