diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-16 01:38:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:36 -0700 |
commit | cac624c6d2702057e0e2722768c5c57a4a545913 (patch) | |
tree | f4dd7ccca3ac63188b102f2056fe65b1c7f5f109 /meta-gnome | |
parent | 1c97ec5a76bf692feaf262bc1f98a7f6fd84312e (diff) | |
download | meta-openembedded-cac624c6d2702057e0e2722768c5c57a4a545913.tar.gz |
nautilus: upgrade 3.36.3 -> 40.1
* 3.36.3 stopped building with meson 0.58.0
* backported patch can go
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus/0001-Drop-use-of-volatile.patch | 32 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_40.1.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb) | 14 |
2 files changed, 11 insertions, 35 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/0001-Drop-use-of-volatile.patch b/meta-gnome/recipes-gnome/nautilus/nautilus/0001-Drop-use-of-volatile.patch deleted file mode 100644 index 46831429d..000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/0001-Drop-use-of-volatile.patch +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | From 9ab5acb902a38b420592931ec9e46ccd0624035a Mon Sep 17 00:00:00 2001 | ||
2 | From: Ondrej Holy <oholy@redhat.com> | ||
3 | Date: Wed, 13 Jan 2021 13:22:58 +0100 | ||
4 | Subject: [PATCH] Drop use of volatile | ||
5 | |||
6 | The `fedora rawhide` CI job currently fails because of usage of the | ||
7 | `volatile` qualifier. Let's drop the `volatile` qualifier as it doesn't | ||
8 | help anyway. It was dropped in GLib as well, see: | ||
9 | https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719 | ||
10 | |||
11 | Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1741 | ||
12 | --- | ||
13 | Upstream-Status: Backport [https://github.com/GNOME/nautilus/commit/9b733dd9df9d6d9805c56749d05ada15a7560ef4] | ||
14 | src/nautilus-enum-types.c.template | 2 +- | ||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
16 | |||
17 | diff --git a/src/nautilus-enum-types.c.template b/src/nautilus-enum-types.c.template | ||
18 | index 00155ca..9d8ac83 100644 | ||
19 | --- a/src/nautilus-enum-types.c.template | ||
20 | +++ b/src/nautilus-enum-types.c.template | ||
21 | @@ -13,7 +13,7 @@ | ||
22 | GType | ||
23 | @enum_name@_get_type (void) | ||
24 | { | ||
25 | - static volatile GType type_once = 0; | ||
26 | + static GType type_once = 0; | ||
27 | |||
28 | if (g_once_init_enter (&type_once)) | ||
29 | { | ||
30 | -- | ||
31 | 2.30.1 | ||
32 | |||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_40.1.bb index 3ed472bef..bb589a86a 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_3.36.3.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_40.1.bb | |||
@@ -13,16 +13,23 @@ DEPENDS = " \ | |||
13 | gsettings-desktop-schemas \ | 13 | gsettings-desktop-schemas \ |
14 | gnome-autoar \ | 14 | gnome-autoar \ |
15 | tracker \ | 15 | tracker \ |
16 | libhandy \ | ||
17 | libportal \ | ||
16 | " | 18 | " |
17 | 19 | ||
18 | inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even mime-xdg | 20 | inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even mime-xdg |
19 | 21 | ||
20 | SRC_URI += "file://0001-Drop-use-of-volatile.patch" | 22 | def gnome_verdir(v): |
21 | SRC_URI[archive.md5sum] = "c3c8dbb90d8eeed6c127aa568e131395" | 23 | return oe.utils.trim_version(v, 1) |
22 | SRC_URI[archive.sha256sum] = "b6cafc7ab1e70a64383de391b6097fcccbf36b208f8502d8c46423224fd30ef8" | 24 | |
25 | SRC_URI[archive.sha256sum] = "8ecfb90174a0bd5815b1ceb9cbfcd91fec0fb5e34907a4f2df2d05e5d6c99d33" | ||
23 | 26 | ||
24 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
25 | 28 | ||
29 | EXTRA_OEMESON += " \ | ||
30 | -Dtests=none \ | ||
31 | " | ||
32 | |||
26 | PACKAGECONFIG = "extensions" | 33 | PACKAGECONFIG = "extensions" |
27 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" | 34 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" |
28 | 35 | ||
@@ -30,6 +37,7 @@ FILES_${PN} += " \ | |||
30 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
31 | ${datadir}/metainfo \ | 38 | ${datadir}/metainfo \ |
32 | ${datadir}/gnome-shell \ | 39 | ${datadir}/gnome-shell \ |
40 | ${datadir}/tracker3 \ | ||
33 | " | 41 | " |
34 | 42 | ||
35 | # mandatory - not checked during configuration: | 43 | # mandatory - not checked during configuration: |