[oe-commits] Koen Kooi : epiphany: add 2.30.6

git version control git at git.openembedded.org
Mon Jun 20 07:40:36 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 709e92e30b51bb6c2a023c3193169d2330c876bf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=709e92e30b51bb6c2a023c3193169d2330c876bf

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Jun 18 17:40:27 2011 +0200

epiphany: add 2.30.6

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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 0000000..a507899
--- /dev/null
+++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "GNOME default webbrowser"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates"
+
+inherit gnome
+
+EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-file"
+
+do_configure_prepend() {
+        touch ${S}/gnome-doc-utils.make
+        sed -i -e s:help::g Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
+RDEPENDS_${PN} = "iso-codes"
+RRECOMMENDS_${PN} = "ca-certificates"
+





More information about the Openembedded-commits mailing list