Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "WebKit based web browser for GNOME" |
| 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | |
| 5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr libwnck3 \ |
| 6 | gsettings-desktop-schemas gnome-desktop3" |
| 7 | |
| 8 | inherit gnomebase gsettings |
| 9 | SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch" |
| 10 | SRC_URI[archive.md5sum] = "3296af4532b8019775f4b40d21a341ae" |
| 11 | SRC_URI[archive.sha256sum] = "d527f1770779ec22d955aeb13b148a846a26144e433ff0480c981af80e2390b1" |
| 12 | |
| 13 | EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO}" |
| 14 | |
| 15 | do_configure_prepend() { |
| 16 | touch ${S}/gnome-doc-utils.make |
| 17 | sed -i -e s:help::g ${S}/Makefile.am |
| 18 | } |
| 19 | |
| 20 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" |
| 21 | FILES_${PN}-dbg += "${libdir}/epiphany/*/web-extensions/.debug/libephywebextension.so" |
| 22 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" |
| 23 | RRECOMMENDS_${PN} = "ca-certificates" |
| 24 | |