diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-12-30 19:38:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-02 17:34:11 +0000 |
commit | 48955ddc299f78a969b8ec41cc49c40c078e2bad (patch) | |
tree | 7c327705d727cb87174601468746ce48f1894017 /meta | |
parent | 836a60e184cc0fdad12a2a7032f4570670e7c83a (diff) | |
download | poky-48955ddc299f78a969b8ec41cc49c40c078e2bad.tar.gz |
epiphany: update 42.4 -> 43.0
soup 2.x support has been removed upstream.
libportal is no longer optional.
epiphany now also needs gtk-update-icon-cache
and update-desktop-database executables.
(From OE-Core rev: ace8d5cb5ebb027ec2f62bf4d1104d319ec86e95)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_43.0.bb (renamed from meta/recipes-gnome/epiphany/epiphany_42.4.bb) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_42.4.bb b/meta/recipes-gnome/epiphany/epiphany_43.0.bb index 0cbe1c9c58..4a6007b0df 100644 --- a/meta/recipes-gnome/epiphany/epiphany_42.4.bb +++ b/meta/recipes-gnome/epiphany/epiphany_43.0.bb | |||
@@ -15,12 +15,15 @@ DEPENDS = " \ | |||
15 | libarchive \ | 15 | libarchive \ |
16 | libdazzle \ | 16 | libdazzle \ |
17 | libhandy \ | 17 | libhandy \ |
18 | libportal \ | ||
19 | libsoup \ | ||
18 | glib-2.0-native \ | 20 | glib-2.0-native \ |
19 | coreutils-native \ | 21 | coreutils-native \ |
22 | desktop-file-utils-native \ | ||
20 | " | 23 | " |
21 | 24 | ||
22 | GNOMEBASEBUILDCLASS = "meson" | 25 | GNOMEBASEBUILDCLASS = "meson" |
23 | inherit gnomebase gsettings features_check gettext mime-xdg | 26 | inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache |
24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 27 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
25 | 28 | ||
26 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 29 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
@@ -28,16 +31,10 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN | |||
28 | file://migrator.patch \ | 31 | file://migrator.patch \ |
29 | file://distributor.patch \ | 32 | file://distributor.patch \ |
30 | " | 33 | " |
31 | SRC_URI[archive.sha256sum] = "370938ad2920eeb28bc2435944776b7ba55a0e2ede65836f79818cfb7e8f0860" | 34 | SRC_URI[archive.sha256sum] = "b66d499f9ee72696d83cf844125377181a954554a4bb3785b73293380ac0c227" |
32 | |||
33 | PACKAGECONFIG_SOUP ?= "soup3" | ||
34 | PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" | ||
35 | 35 | ||
36 | # Developer mode enables debugging | 36 | # Developer mode enables debugging |
37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |
38 | PACKAGECONFIG[soup2] = "-Dsoup2=enabled,-Dsoup2=disabled,libsoup-2.4,,,soup3" | ||
39 | PACKAGECONFIG[soup3] = ",,libsoup,,,soup2" | ||
40 | PACKAGECONFIG[libportal] = "-Dlibportal=enabled,-Dlibportal=disabled,libportal" | ||
41 | 38 | ||
42 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" | 39 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" |
43 | RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" | 40 | RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" |