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