epiphany: add 2.30.0
authorKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 18:53:44 +0000 (20:53 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 20:24:30 +0000 (22:24 +0200)
recipes/gnome/epiphany_2.30.0.bb [new file with mode: 0644]

diff --git a/recipes/gnome/epiphany_2.30.0.bb b/recipes/gnome/epiphany_2.30.0.bb
new file mode 100644 (file)
index 0000000..04bd102
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "GNOME default webbrowser"
+DEPENDS = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
+RDEPENDS = "gnome-vfs-plugin-http iso-codes"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "c78e40f61dae39b490fcf94e296aa239"
+SRC_URI[archive.sha256sum] = "2e403ab0fe04575575fa99cdb6b3007007fa8e961e2c2fd4308b13e27bbf58d4"
+
+EXTRA_OECONF = "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO}"
+
+do_configure_prepend() {
+        touch ${S}/gnome-doc-utils.make
+        sed -i -e s:help::g Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+
+