aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-03-07 11:43:30 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-12 11:22:40 +0100
commit655cf47c63a14b26bd2e819d2abee148f697ac2d (patch)
tree38c82fa772c1ef0a8ea4c180b7a1e8d88741dd8d /meta-gnome
parent9150eee6c49af39ff3a01d38c9644cfcdbfa4902 (diff)
downloadmeta-openembedded-655cf47c63a14b26bd2e819d2abee148f697ac2d.tar.gz
midori: update to 0.4.8
the following issues caused similarity index decreasing: | waf: error: no such option: --disable-hildon | Checking for Python : /usr/bin/python2 | Checking for zeitgeist-1.0 >= 0.3.14 : Package zeitgeist-1.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `zeitgeist-1.0.pc' Run tests showed artifacts with google maps. Theses showed up with previous version of midori and current version of firefox too. So they seem independent of this update. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb (renamed from meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb b/meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb
index 8521e47e88..266df4ff0a 100644
--- a/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb
+++ b/meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb
@@ -6,10 +6,10 @@ DEPENDS = "webkit-gtk libsoup-2.4 openssl python-native python-docutils-native l
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
"
-SRC_URI[midori.md5sum] = "06db7b88a41e9b2265728960d5e98f35"
-SRC_URI[midori.sha256sum] = "65bf9976733597c405492ce91aa664fd10547cb7df16e0a70f260c7a3e97ea5d"
+SRC_URI[midori.md5sum] = "ce1b01fa5aa33d2ee50196df0c71e96f"
+SRC_URI[midori.sha256sum] = "40bf23f84a3537f54d7eb45df1da40ebef54c321b1b34d0d0c8e45bb0cce5e9f"
-inherit gtk-icon-cache pkgconfig vala
+inherit gtk-icon-cache pkgconfig vala pythonnative
do_configure() {
sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e s:/usr/X11R6/lib::g wscript
@@ -26,8 +26,8 @@ do_configure() {
--includedir=${includedir} \
--infodir=${infodir} \
--mandir=${mandir} \
- --disable-hildon \
--disable-gtk3 \
+ --disable-zeitgeist \
}
PARALLEL_MAKE = ""