From 28e15be2076506a4b473cd54f5124457ad91d792 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Mar 2013 11:43:30 +0000 Subject: [PATCH] midori: update to 0.4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. (From meta-openembedded rev: 655cf47c63a14b26bd2e819d2abee148f697ac2d) Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../midori/{midori_0.4.7.bb => midori_0.4.8.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-openembedded/meta-gnome/recipes-connectivity/midori/{midori_0.4.7.bb => midori_0.4.8.bb} (84%) diff --git a/meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb b/meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb similarity index 84% rename from meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb rename to meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb index 8521e47..266df4f 100644 --- a/meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb +++ b/meta-openembedded/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 = "" -- 2.7.4