diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb | 56 |
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 @@ | |||
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 | |||
8 | DEPENDS = " \ | ||
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 | |||
25 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache | ||
26 | |||
27 | SRC_URI[archive.sha256sum] = "21a2aea005160db083c7a1d4d2c0989b845cc722c04ef9ebb60125a7ec5b393d" | ||
28 | |||
29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | ||
30 | |||
31 | GIDOCGEN_MESON_OPTION = "docs" | ||
32 | GIDOCGEN_MESON_ENABLE_FLAG = 'true' | ||
33 | GIDOCGEN_MESON_DISABLE_FLAG = 'false' | ||
34 | |||
35 | EXTRA_OEMESON += " \ | ||
36 | -Dtests=none \ | ||
37 | " | ||
38 | |||
39 | PACKAGECONFIG = "extensions" | ||
40 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf" | ||
41 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit" | ||
42 | |||
43 | do_install:prepend() { | ||
44 | sed -i -e 's|${B}/||g' ${B}/src/nautilus-enum-types.c | ||
45 | } | ||
46 | |||
47 | FILES:${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 | ||
56 | RDEPENDS:${PN} += "localsearch bubblewrap" | ||