aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/epiphany_svn.bb
blob: c0f297f689ddff4d13d5035b9d6ff4ad8f768eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "GNOME default webbrowser"
DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"

SRCREV = "7837"
PV = "2.20.1+svnr${SRCPV}"
PR = "r2"

inherit gnome

SRC_URI = "svn://svn.gnome.org/svn/epiphany;module=trunk;proto=http"
S = "${WORKDIR}/trunk"

EXTRA_OECONF = "--with-engine=webkit --with-distributor-name=${DISTRO}"

do_configure_prepend() {
        touch ${S}/gnome-doc-utils.make
}

FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"