diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-31 03:20:06 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-31 03:38:36 +0100 |
commit | f1c9882e1aa669c8a3a1dfbe98abc8f53fef92e1 (patch) | |
tree | 3618d84af23d4e4484e18f74954075ef5fc750f4 | |
parent | 142c5b6fa24ddaf61fd570ccf159ab97b490c9e0 (diff) |
ventura: bump SRCREV, include edj files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/openmoko-3rdparty/ventura_svn.bb | 10 |
1 files changed, 6 insertions, 4 deletions
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/*" |