diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb new file mode 100644 index 0000000000..a083d1799f --- /dev/null +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_45.0.bb | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | SUMMARY = "File manager for GNOME" | ||
| 2 | SECTION = "x11/gnome" | ||
| 3 | |||
| 4 | LICENSE="GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | |||
| 9 | DEPENDS = " \ | ||
| 10 | appstream-glib-native \ | ||
| 11 | desktop-file-utils-native \ | ||
| 12 | glib-2.0 \ | ||
| 13 | gnome-autoar \ | ||
| 14 | gnome-desktop \ | ||
| 15 | gtk4 \ | ||
| 16 | libadwaita \ | ||
| 17 | libcloudproviders \ | ||
| 18 | libhandy \ | ||
| 19 | libportal \ | ||
| 20 | libxml2 \ | ||
| 21 | tracker \ | ||
| 22 | " | ||
| 23 | |||
| 24 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache | ||
| 25 | |||
| 26 | SRC_URI[archive.sha256sum] = "b311c465ce2ca7bc648f61b865187b4451388dec9358a169f3277e741718ab5d" | ||
| 27 | |||
| 28 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | ||
| 29 | |||
| 30 | GIDOCGEN_MESON_OPTION = "docs" | ||
| 31 | GIDOCGEN_MESON_ENABLE_FLAG = 'true' | ||
| 32 | GIDOCGEN_MESON_DISABLE_FLAG = 'false' | ||
| 33 | |||
| 34 | EXTRA_OEMESON += " \ | ||
| 35 | -Dtests=none \ | ||
| 36 | " | ||
| 37 | |||
| 38 | PACKAGECONFIG = "extensions" | ||
| 39 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf" | ||
| 40 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit" | ||
| 41 | |||
| 42 | do_install:prepend() { | ||
| 43 | sed -i -e 's|${B}/||g' ${B}/src/nautilus-enum-types.c | ||
| 44 | } | ||
| 45 | |||
| 46 | FILES:${PN} += " \ | ||
| 47 | ${datadir}/dbus-1 \ | ||
| 48 | ${datadir}/metainfo \ | ||
| 49 | ${datadir}/gnome-shell \ | ||
| 50 | ${datadir}/tracker3 \ | ||
| 51 | " | ||
| 52 | |||
| 53 | # mandatory - not checked during configuration: | ||
| 54 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | ||
| 55 | RDEPENDS:${PN} += "tracker-miners bubblewrap" | ||
