diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-24 15:30:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-26 13:00:23 +0200 |
commit | 58534dfb1cf10552f89d81a84dcdfc37704a2c8a (patch) | |
tree | b66d897b5e67b67be8dc64771af4b9e0e2500877 /meta-oe/recipes-connectivity | |
parent | 105e4511517fd384ccd4d1da6ef83ea9833540e8 (diff) | |
download | meta-openembedded-58534dfb1cf10552f89d81a84dcdfc37704a2c8a.tar.gz |
midori: inherit vala
* we need to export XDG_DATA_DIRS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/midori/midori_0.4.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.6.bb b/meta-oe/recipes-connectivity/midori/midori_0.4.6.bb index 8b1a98204..db2c5e6c5 100644 --- a/meta-oe/recipes-connectivity/midori/midori_0.4.6.bb +++ b/meta-oe/recipes-connectivity/midori/midori_0.4.6.bb | |||
@@ -2,16 +2,16 @@ DESCRIPTION = "Midori is a lightweight web browser." | |||
2 | HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html" | 2 | HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
5 | DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native python-docutils-native librsvg-native libnotify" | 5 | DEPENDS = "webkit-gtk libsoup-2.4 libsexy openssl python-native python-docutils-native librsvg-native libnotify" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ | 9 | SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \ |
10 | " | 10 | " |
11 | SRC_URI[midori.md5sum] = "3c3f0030611d9126ab90be48d44cab57" | 11 | SRC_URI[midori.md5sum] = "3c3f0030611d9126ab90be48d44cab57" |
12 | SRC_URI[midori.sha256sum] = "910f47bd2b5f2998cd4fce45c08f9e282318820b68562d0bade2096b9a17e3ea" | 12 | SRC_URI[midori.sha256sum] = "910f47bd2b5f2998cd4fce45c08f9e282318820b68562d0bade2096b9a17e3ea" |
13 | 13 | ||
14 | inherit gtk-icon-cache pkgconfig | 14 | inherit gtk-icon-cache pkgconfig vala |
15 | 15 | ||
16 | do_configure() { | 16 | do_configure() { |
17 | sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e s:/usr/X11R6/lib::g wscript | 17 | sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e s:/usr/X11R6/lib::g wscript |