epiphany: add 2.30.2
authorKoen Kooi <koen@openembedded.org>
Sun, 30 May 2010 07:41:45 +0000 (09:41 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 31 May 2010 06:13:12 +0000 (08:13 +0200)
recipes/gnome/epiphany_2.30.2.bb [new file with mode: 0644]

diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb
new file mode 100644 (file)
index 0000000..94fa7f0
--- /dev/null
@@ -0,0 +1,20 @@
+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] = "29b084acfa016540d91d3601ec3dff5c"
+SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a"
+
+
+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"
+
+