diff options
| -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" |
