diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 20:53:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 22:24:30 +0200 |
commit | 608eacf950dbba1100e3fd428ff33418511e84ba (patch) | |
tree | 43c37fc56ee905f96cef571a478c5ddc517335eb /recipes | |
parent | 4700a4b520a96a9691747203e6d03dbe6bccf0ff (diff) |
epiphany: add 2.30.0
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/epiphany_2.30.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gnome/epiphany_2.30.0.bb b/recipes/gnome/epiphany_2.30.0.bb new file mode 100644 index 0000000000..04bd10212b --- /dev/null +++ b/recipes/gnome/epiphany_2.30.0.bb @@ -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" + + |