From: Martin Jansa Date: Sun, 31 Jan 2010 02:20:06 +0000 (+0100) Subject: ventura: bump SRCREV, include edj files X-Git-Tag: Release-2010-05/1~646 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c9882e1aa669c8a3a1dfbe98abc8f53fef92e1;p=openembedded.git ventura: bump SRCREV, include edj files Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-3rdparty/ventura_svn.bb b/recipes/openmoko-3rdparty/ventura_svn.bb index b64a9ebaa5..5f2ea616dd 100644 --- a/recipes/openmoko-3rdparty/ventura_svn.bb +++ b/recipes/openmoko-3rdparty/ventura_svn.bb @@ -1,10 +1,10 @@ -DESCRIPTION = "elementary based web browser for openmoko phones named ventura" -HOMEPAGE = "http://code.google.com/p/elm-browser" +DESCRIPTION = "ventura is a web browser for openmoko phones" +HOMEPAGE = "http://code.google.com/p/elm-browser/" AUTHOR = "cchandel" LICENSE = "GPLv2" SECTION = "e/apps" -DEPENDS = "elementary webkit-efl libglade sqlite3" -SRCREV = "7" +DEPENDS = "elementary webkit-efl sqlite3" +SRCREV = "10" PV = "0.01+svnr${SRCPV}" SRC_URI = "svn://elm-browser.googlecode.com/svn;module=trunk;proto=http" @@ -23,6 +23,8 @@ do_install_append() { install -m 0644 $ico "${D}/${datadir}/ventura" fi done + install -m 0644 "${S}/resources/ventura.edj" "${D}/${datadir}/ventura" + install -m 0644 "${S}/resources/default.edj" "${D}/${datadir}/ventura" } FILES_${PN} += "/usr/share/ventura/* /usr/share/applications/* /usr/share/pixmaps/*"