diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-04 13:23:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 20:46:37 +0100 |
commit | 8fcb01cd856a02d8e457054c47be66a527459b45 (patch) | |
tree | 28e1b135b291d4241a07f2caa21d64b8b801ff56 /meta/recipes-sato | |
parent | e552b25530040029155bb7c216a2c31b10cc8cd9 (diff) | |
download | poky-8fcb01cd856a02d8e457054c47be66a527459b45.tar.gz |
midori: remove the recipe and replace references to midori with epiphany
(From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1)
(From OE-Core rev: f1c9a0d486e18dd8b2b1da9525f7b53616572112)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/midori/midori/liststore.patch | 29 | ||||
-rw-r--r-- | meta/recipes-sato/midori/midori_0.5.8.bb | 31 | ||||
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
3 files changed, 1 insertions, 61 deletions
diff --git a/meta/recipes-sato/midori/midori/liststore.patch b/meta/recipes-sato/midori/midori/liststore.patch deleted file mode 100644 index 4e5d666afd..0000000000 --- a/meta/recipes-sato/midori/midori/liststore.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | GLib 2.44 has a GListStore type which is GLib.ListStore in Vala, resulting in an ambigous type and compile failure. | ||
2 | |||
3 | Fix by using the full type name. | ||
4 | |||
5 | Upstream-Status: Backport | ||
6 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
7 | |||
8 | diff --git a/extensions/history-list.vala b/extensions/history-list.vala | ||
9 | index 3a864b1..f309c0c 100644 | ||
10 | --- a/extensions/history-list.vala | ||
11 | +++ b/extensions/history-list.vala | ||
12 | @@ -319,7 +319,7 @@ namespace HistoryList { | ||
13 | } | ||
14 | |||
15 | private void create_widgets () { | ||
16 | - ListStore model; | ||
17 | + Gtk.ListStore model; | ||
18 | TreeIter iter; | ||
19 | TreeIter? active_iter = null; | ||
20 | |||
21 | @@ -331,7 +331,7 @@ namespace HistoryList { | ||
22 | |||
23 | var tab_closing_behavior = this.hl_manager.get_integer ("TabClosingBehavior"); | ||
24 | |||
25 | - model = new ListStore (2, typeof (string), typeof (int)); | ||
26 | + model = new Gtk.ListStore (2, typeof (string), typeof (int)); | ||
27 | |||
28 | model.append (out iter); | ||
29 | model.set (iter, TabClosingBehaviorModel.TEXT, _("Do nothing"), | ||
diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb deleted file mode 100644 index 1c027fe452..0000000000 --- a/meta/recipes-sato/midori/midori_0.5.8.bb +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | SUMMARY = "A lightweight web browser" | ||
2 | HOMEPAGE = "http://midori-browser.org/" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
5 | DEPENDS = "webkit-gtk libsoup-2.4 openssl python-native python-docutils-native librsvg-native libnotify libxscrnsaver" | ||
6 | |||
7 | SRC_URI = "https://launchpad.net/midori/trunk/0.5.8/+download/${BPN}-${PV}.tar.bz2;subdir=${BPN}-${PV} \ | ||
8 | file://liststore.patch" | ||
9 | |||
10 | SRC_URI[md5sum] = "b89e25e74199d705e74767499a415976" | ||
11 | SRC_URI[sha256sum] = "af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381" | ||
12 | |||
13 | # midori depends on webkit-gtk, and webkit-gtk can NOT be built on | ||
14 | # MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily. | ||
15 | COMPATIBLE_HOST_mips64n32 = "null" | ||
16 | |||
17 | inherit gtk-icon-cache pkgconfig vala pythonnative cmake distro_features_check | ||
18 | |||
19 | # The webkit-gtk and libxscrnsaver requires x11 in DISTRO_FEATURES | ||
20 | REQUIRED_DISTRO_FEATURES = "x11" | ||
21 | |||
22 | EXTRA_OECMAKE = " \ | ||
23 | -DCMAKE_INSTALL_PREFIX=${prefix} \ | ||
24 | -DUSE_ZEITGEIST=0 \ | ||
25 | " | ||
26 | |||
27 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
28 | |||
29 | RRECOMMENDS_${PN} += "glib-networking ca-certificates adwaita-icon-theme" | ||
30 | |||
31 | FILES_${PN} += "${datadir}/appdata" | ||
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index e0b1f51601..6679db8aca 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -47,7 +47,7 @@ FILEMANAGER ?= "pcmanfm" | |||
47 | FILEMANAGER_mips ?= "" | 47 | FILEMANAGER_mips ?= "" |
48 | 48 | ||
49 | WEB ?= "" | 49 | WEB ?= "" |
50 | #WEB = "midori" | 50 | #WEB = "epiphany" |
51 | 51 | ||
52 | SUMMARY_${PN}-apps = "Sato desktop - applications" | 52 | SUMMARY_${PN}-apps = "Sato desktop - applications" |
53 | RDEPENDS_${PN}-apps = "\ | 53 | RDEPENDS_${PN}-apps = "\ |