summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorSteve Sakoman <sakoman@quadra.(none)>2009-09-29 21:15:41 -0700
committerKoen Kooi <koen@openembedded.org>2009-09-30 12:04:39 +0200
commitdd93f16bcd4268a97b6270695a9d573e1f8f21e6 (patch)
treeece895af521348d77f133ac42ec209168c160129 /recipes
parent2aa748b1d34056fb8f537cbff24845cd99b60fab (diff)
epiphany: add 2.28.0
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnome/epiphany_2.28.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gnome/epiphany_2.28.0.bb b/recipes/gnome/epiphany_2.28.0.bb
new file mode 100644
index 0000000000..9c06237d51
--- /dev/null
+++ b/recipes/gnome/epiphany_2.28.0.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
+
+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
+}
+
+do_stage () {
+ autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+
+