blob: 6629c5b67b604f638dab1dcd82465385e7fd4a13 (
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 = "gnome-vfs-plugin-http iso-codes"
SRCREV = "7837"
PV = "2.20.1+svnr${SRCPV}"
PR = "r1"
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"
|