diff options
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_46.2.bb) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_46.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb index 30e0681ae4..b8df8419bd 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_46.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb | |||
@@ -17,12 +17,14 @@ DEPENDS = " \ | |||
17 | libhandy \ | 17 | libhandy \ |
18 | libportal \ | 18 | libportal \ |
19 | libxml2 \ | 19 | libxml2 \ |
20 | tracker \ | 20 | tinysparql \ |
21 | wayland \ | ||
22 | wayland-native \ | ||
21 | " | 23 | " |
22 | 24 | ||
23 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache | 25 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache |
24 | 26 | ||
25 | SRC_URI[archive.sha256sum] = "6ee8c99019b9e3447f6918d68232a20deca89e5525c05805432b7d8840ca71fa" | 27 | SRC_URI[archive.sha256sum] = "334264cdd9edbfd95ee7bcaafe442ebed31acca3f2d9b90f3eda30eacfd0387a" |
26 | 28 | ||
27 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" |
28 | 30 | ||
@@ -46,9 +48,9 @@ FILES:${PN} += " \ | |||
46 | ${datadir}/dbus-1 \ | 48 | ${datadir}/dbus-1 \ |
47 | ${datadir}/metainfo \ | 49 | ${datadir}/metainfo \ |
48 | ${datadir}/gnome-shell \ | 50 | ${datadir}/gnome-shell \ |
49 | ${datadir}/tracker3 \ | 51 | ${datadir}/localsearch3 \ |
50 | " | 52 | " |
51 | 53 | ||
52 | # mandatory - not checked during configuration: | 54 | # mandatory - not checked during configuration: |
53 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | 55 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed |
54 | RDEPENDS:${PN} += "tracker-miners bubblewrap" | 56 | RDEPENDS:${PN} += "localsearch bubblewrap" |