diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-22 08:09:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-24 09:45:25 -0700 |
| commit | b63f865441bedf55254adc34fbba92dd9ac62bdc (patch) | |
| tree | a427dcb65213227627a33bb0b6bb1cc52652ebe4 /meta-gnome | |
| parent | 99ad5f2a7e79b002e1396336e424fb497f39c23b (diff) | |
| download | meta-openembedded-b63f865441bedf55254adc34fbba92dd9ac62bdc.tar.gz | |
nautilus: upgrade 41.2 -> 42.0
liportal-0.5-fix.patch
removed since it's included in 42.0
Changelog:
=========
* Fix HiDPI thumbnails in list view
* Properly dispose pathbar to avoid crashes
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus/liportal-0.5-fix.patch | 28 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_41.2.bb) | 3 |
2 files changed, 1 insertions, 30 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus/liportal-0.5-fix.patch b/meta-gnome/recipes-gnome/nautilus/nautilus/liportal-0.5-fix.patch deleted file mode 100644 index 708595a7f1..0000000000 --- a/meta-gnome/recipes-gnome/nautilus/nautilus/liportal-0.5-fix.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | Fix an issue building Nautilus with libportal-0.5+ | ||
| 2 | where expected header is moved to different directory | ||
| 3 | in staging sysroot | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 7 | --- a/meson.build | ||
| 8 | +++ b/meson.build | ||
| 9 | @@ -123,7 +123,7 @@ gtk = dependency('gtk+-3.0', version: '> | ||
| 10 | libhandy = dependency('libhandy-1', version: '>= 1.1.90') | ||
| 11 | libportal = [] | ||
| 12 | if get_option('libportal') | ||
| 13 | - libportal = dependency('libportal', version: '>= 0.3') | ||
| 14 | + libportal = dependency('libportal-gtk3', version: '>= 0.3') | ||
| 15 | endif | ||
| 16 | selinux = [] | ||
| 17 | if get_option('selinux') | ||
| 18 | --- a/src/nautilus-files-view.c | ||
| 19 | +++ b/src/nautilus-files-view.c | ||
| 20 | @@ -92,7 +92,7 @@ | ||
| 21 | |||
| 22 | #ifdef HAVE_LIBPORTAL | ||
| 23 | #include <libportal/portal.h> | ||
| 24 | -#include <libportal/portal-gtk3.h> | ||
| 25 | +#include <libportal-gtk3/portal-gtk3.h> | ||
| 26 | #endif | ||
| 27 | |||
| 28 | /* Minimum starting update inverval */ | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_41.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb index 66043fad34..2935cc2bfe 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_41.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_42.0.bb | |||
| @@ -22,8 +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 += "file://liportal-0.5-fix.patch" | 25 | SRC_URI[archive.sha256sum] = "3c904f33ba2d2a078892bee2af71484cd608923cd78ec7e8a1517bc2155113d5" |
| 26 | SRC_URI[archive.sha256sum] = "872285b1c40a6ee418ce295ed115f5427da70907d822d95bcf51675d5498822b" | ||
| 27 | 26 | ||
| 28 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
| 29 | 28 | ||
