diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:30:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | e0f4e7467173cb351f41f3cf2c953ab1435b67b8 (patch) | |
tree | ef79d2edc8ca1d81e7ea9a7bb4673f9abdc9aa7b | |
parent | dfc3ed708362b25035b1c22be65e42b6d661e541 (diff) | |
download | meta-openembedded-e0f4e7467173cb351f41f3cf2c953ab1435b67b8.tar.gz |
nautilus: upgrade 40.2 -> 41.1
Major changes in 41.1
=====================
* Cache Scripts and New Document menus to avoid lags (António Fernandes)
* Ellipsize subtitle label in trash bar to reduce minimum width (António Fernandes)
* Fix build with meson 0.60.0 (Albert Vaca Cintora)
* Don't change action when unchecking in File Conflict dialog (António Fernandes)
* Fix progress reporting when skipping during extraction (Ondrej Holy)
* Offer skipping in case of extraction failure only when there are more files (Ondrej Holy)
* Remove leftover files after extraction failure (Ondrej Holy)
* Set keyboard focus on the row with the selected archive format (Clyde Laforge)
* Translation updates
Major changes in 41.0
=====================
* Translation updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_41.1.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_41.1.bb index 3e6a5ba71..831d7491d 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_41.1.bb | |||
@@ -22,7 +22,7 @@ inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check | |||
22 | def gnome_verdir(v): | 22 | def gnome_verdir(v): |
23 | return oe.utils.trim_version(v, 1) | 23 | return oe.utils.trim_version(v, 1) |
24 | 24 | ||
25 | SRC_URI[archive.sha256sum] = "b71ef2fe07e5eea89a2bb1e5bd30947bd18873bfb30f79cbf17edfbd4d20f60d" | 25 | SRC_URI[archive.sha256sum] = "3e633098853711a3e96b12fe9228b3201816e554b2823f161e7d901a8880582f" |
26 | 26 | ||
27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
28 | 28 | ||