blob: 6d851c8b165a625a5cc512df08b8192d47a789b8 (
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 = "libsoup-2.4 gnome-desktop gnome-vfs libgnomeui webkit-gtk iso-codes startup-notification"
RDEPENDS_${PN} = "gnome-vfs-plugin-http iso-codes"
PR = "r3"
inherit gnome
EXTRA_OECONF = "--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"
SRC_URI[archive.md5sum] = "f3354751f7e293c03ffb9f26bd00b17f"
SRC_URI[archive.sha256sum] = "6faf0aaf8a44ad119baa921a634eb8dd2d02c4f501af176f294164f7d49dca5e"
|