aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/epiphany_2.30.2.bb
blob: 85e9dd44128abc5ec2b4e56bc5760ee77ea12ff2 (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 = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"
PR = "r1"

inherit gnome

SRC_URI[archive.md5sum] = "29b084acfa016540d91d3601ec3dff5c"
SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a"


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
}

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