summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb')
-rw-r--r--meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
new file mode 100644
index 000000000..9e1a0dc7d
--- /dev/null
+++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
@@ -0,0 +1,21 @@
1SUMMARY = "GNOME default webbrowser"
2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring avahi libnotify"
6
7inherit gnome
8SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64"
9SRC_URI[archive.sha256sum] = "278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc"
10
11EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-file"
12
13do_configure_prepend() {
14 touch ${S}/gnome-doc-utils.make
15 sed -i -e s:help::g ${S}/Makefile.am
16}
17
18FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
19RDEPENDS_${PN} = "iso-codes"
20RRECOMMENDS_${PN} = "ca-certificates"
21