[oe-commits] Martin Jansa : ventura: new elementary/webkit based browser

git version control git at git.openembedded.org
Thu Jan 28 09:00:37 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ecf22021df6ecceb5a993a84a7800d6b16e60c62
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecf22021df6ecceb5a993a84a7800d6b16e60c62

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jan 28 09:40:45 2010 +0100

ventura: new elementary/webkit based browser

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/ventura_svn.bb |   28 ++++++++++++++++++++++++++++
 recipes/tasks/task-shr-feed.bb           |    1 +
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/ventura_svn.bb b/recipes/openmoko-3rdparty/ventura_svn.bb
new file mode 100644
index 0000000..b64a9eb
--- /dev/null
+++ b/recipes/openmoko-3rdparty/ventura_svn.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "elementary based web browser for openmoko phones named ventura"
+HOMEPAGE = "http://code.google.com/p/elm-browser"
+AUTHOR = "cchandel"
+LICENSE = "GPLv2"
+SECTION = "e/apps"
+DEPENDS = "elementary webkit-efl libglade sqlite3"
+SRCREV = "7"
+PV = "0.01+svnr${SRCPV}"
+
+SRC_URI = "svn://elm-browser.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+inherit autotools
+
+do_install_append() {
+        install -d "${D}/${datadir}/pixmaps"
+        install -m 0644 "${S}/resources/ventura.png" "${D}/${datadir}/pixmaps"
+        install -d "${D}/${datadir}/applications"
+        install -m 0644 "${S}/resources/ventura.desktop" "${D}/${datadir}/applications"
+        install -d "${D}/${datadir}/ventura"
+        for ico in "${S}/resources/"*.png; do
+                if [ "$(basename $ico)" != "ventura.png" ]; then
+                        install -m 0644 $ico "${D}/${datadir}/ventura"
+                fi
+        done
+}
+
+FILES_${PN} += "/usr/share/ventura/* /usr/share/applications/* /usr/share/pixmaps/*"
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index 7b5d1a2..bcf7341 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -268,4 +268,5 @@ RDEPENDS_${PN} += "\
 		gabriel \
 		stopwatch \
 		rtmom \
+		ventura \
 "





More information about the Openembedded-commits mailing list