diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-30 09:41:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-31 08:13:12 +0200 |
commit | 4d7c748614b45dbdc8e4732db4f1ea325a569050 (patch) | |
tree | c03714f908126f2f50369e7c79c0c8816ec6b008 /recipes/gnome | |
parent | 91eefa1e3f6c362887a87839cc157d397376f336 (diff) |
epiphany: add 2.30.2
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/epiphany_2.30.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb new file mode 100644 index 0000000000..94fa7f0560 --- /dev/null +++ b/recipes/gnome/epiphany_2.30.2.bb @@ -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" + + |