diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb new file mode 100644 index 0000000000..bacc967a3d --- /dev/null +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "File manager for GNOME" | ||
| 2 | SECTION = "x11/gnome" | ||
| 3 | |||
| 4 | LICENSE="GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | |||
| 9 | DEPENDS = " \ | ||
| 10 | fontconfig \ | ||
| 11 | gtk+3 \ | ||
| 12 | gnome-desktop3 \ | ||
| 13 | gsettings-desktop-schemas \ | ||
| 14 | gnome-autoar \ | ||
| 15 | tracker \ | ||
| 16 | " | ||
| 17 | |||
| 18 | inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even | ||
| 19 | |||
| 20 | SRC_URI[archive.md5sum] = "88573061544040c0ff960f934aa83719" | ||
| 21 | SRC_URI[archive.sha256sum] = "bb06e226b965f479a0b8668c19c8e1762b9d8f039af6817961cc7a8f09e6f8a7" | ||
| 22 | |||
| 23 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 24 | |||
| 25 | PACKAGECONFIG = "extensions" | ||
| 26 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" | ||
| 27 | |||
| 28 | FILES_${PN} += " \ | ||
| 29 | ${datadir}/dbus-1 \ | ||
| 30 | ${datadir}/metainfo \ | ||
| 31 | ${datadir}/gnome-shell \ | ||
| 32 | " | ||
| 33 | |||
| 34 | # mandatory - not checked during configuration: | ||
| 35 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | ||
| 36 | RDEPENDS_${PN} += "tracker-miners" | ||
