blob: 0c9f974f82d47a9333b31e4b340dc8f15dce57d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "GNOME default webbrowser"
DEPENDS = "gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
RDEPENDS = "gnome-vfs-plugin-http iso-codes"
PV = "2.20.1+svnr${SRCREV}"
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"
|