diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-18 17:40:27 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:26 +0200 |
| commit | 709e92e30b51bb6c2a023c3193169d2330c876bf (patch) | |
| tree | 9c1ef1df144ffaee9d4923f9cce1b1d6b865591e | |
| parent | ce196cc366bf9e5b96463277a14c39b6de33c583 (diff) | |
| download | meta-openembedded-709e92e30b51bb6c2a023c3193169d2330c876bf.tar.gz | |
epiphany: add 2.30.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 19 |
1 files changed, 19 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 0000000000..a507899627 --- /dev/null +++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "GNOME default webbrowser" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | |||
| 5 | DEPENDS = "libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates" | ||
| 6 | |||
| 7 | inherit gnome | ||
| 8 | |||
| 9 | EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-file" | ||
| 10 | |||
| 11 | do_configure_prepend() { | ||
| 12 | touch ${S}/gnome-doc-utils.make | ||
| 13 | sed -i -e s:help::g Makefile.am | ||
| 14 | } | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" | ||
| 17 | RDEPENDS_${PN} = "iso-codes" | ||
| 18 | RRECOMMENDS_${PN} = "ca-certificates" | ||
| 19 | |||
