mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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>
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
Fix an issue building Nautilus with libportal-0.5+
|
|
||||||
where expected header is moved to different directory
|
|
||||||
in staging sysroot
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -123,7 +123,7 @@ gtk = dependency('gtk+-3.0', version: '>
|
|
||||||
libhandy = dependency('libhandy-1', version: '>= 1.1.90')
|
|
||||||
libportal = []
|
|
||||||
if get_option('libportal')
|
|
||||||
- libportal = dependency('libportal', version: '>= 0.3')
|
|
||||||
+ libportal = dependency('libportal-gtk3', version: '>= 0.3')
|
|
||||||
endif
|
|
||||||
selinux = []
|
|
||||||
if get_option('selinux')
|
|
||||||
--- a/src/nautilus-files-view.c
|
|
||||||
+++ b/src/nautilus-files-view.c
|
|
||||||
@@ -92,7 +92,7 @@
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBPORTAL
|
|
||||||
#include <libportal/portal.h>
|
|
||||||
-#include <libportal/portal-gtk3.h>
|
|
||||||
+#include <libportal-gtk3/portal-gtk3.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Minimum starting update inverval */
|
|
||||||
+1
-2
@@ -22,8 +22,7 @@ inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check
|
|||||||
def gnome_verdir(v):
|
def gnome_verdir(v):
|
||||||
return oe.utils.trim_version(v, 1)
|
return oe.utils.trim_version(v, 1)
|
||||||
|
|
||||||
SRC_URI += "file://liportal-0.5-fix.patch"
|
SRC_URI[archive.sha256sum] = "3c904f33ba2d2a078892bee2af71484cd608923cd78ec7e8a1517bc2155113d5"
|
||||||
SRC_URI[archive.sha256sum] = "872285b1c40a6ee418ce295ed115f5427da70907d822d95bcf51675d5498822b"
|
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
Reference in New Issue
Block a user