matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / gnome / epiphany_svn.bb
blobc0f297f689ddff4d13d5035b9d6ff4ad8f768eed
1 DESCRIPTION = "GNOME default webbrowser"
2 DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
3 RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"
5 SRCREV = "7837"
6 PV = "2.20.1+svnr${SRCPV}"
7 PR = "r2"
9 inherit gnome
11 SRC_URI = "svn://svn.gnome.org/svn/epiphany;module=trunk;proto=http"
12 S = "${WORKDIR}/trunk"
14 EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}"
16 do_configure_prepend() {
17 touch ${S}/gnome-doc-utils.make
20 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"