midori: update to 0.4.8
authorAndreas Müller <schnitzeltony@googlemail.com>
Thu, 7 Mar 2013 11:43:30 +0000 (11:43 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:15 +0000 (08:28 -0800)
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 <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.8.bb [moved from meta-openembedded/meta-gnome/recipes-connectivity/midori/midori_0.4.7.bb with 84% similarity]

@@ -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 = ""