diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-19 09:26:58 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-31 16:54:17 +0100 |
| commit | a0c8c576a36abb4896c353ff6e5526fc777e950c (patch) | |
| tree | 64778790e3fe9ed177248a058f50f36279083e14 /meta/recipes-gnome/epiphany/epiphany_42.4.bb | |
| parent | 12c38aea92e5651f54a6dda6f0a95d7d84d56a6e (diff) | |
| download | poky-a0c8c576a36abb4896c353ff6e5526fc777e950c.tar.gz | |
epiphany: upgrade 42.3 -> 42.4
Release notes:
Fix crashes and misbehavior when importing bookmarks (#1800)
Fix desktop notification priority (!1179)
(From OE-Core rev: c9cdce6e22032f09b6f20774acf4a8861b72f51e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit de741b26b23406e30d064685be1254b0d6caed84)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_42.4.bb')
| -rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_42.4.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_42.4.bb b/meta/recipes-gnome/epiphany/epiphany_42.4.bb new file mode 100644 index 0000000000..9efd2800da --- /dev/null +++ b/meta/recipes-gnome/epiphany/epiphany_42.4.bb | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | SUMMARY = "WebKit based web browser for GNOME" | ||
| 2 | DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \ | ||
| 3 | It provides a simple and easy-to-use internet browsing experience." | ||
| 4 | HOMEPAGE = "https://wiki.gnome.org/Apps/Web" | ||
| 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany" | ||
| 6 | LICENSE = "GPL-3.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | DEPENDS = " \ | ||
| 10 | webkitgtk \ | ||
| 11 | gcr \ | ||
| 12 | gsettings-desktop-schemas \ | ||
| 13 | nettle \ | ||
| 14 | json-glib \ | ||
| 15 | libarchive \ | ||
| 16 | libdazzle \ | ||
| 17 | libhandy \ | ||
| 18 | glib-2.0-native \ | ||
| 19 | coreutils-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | GNOMEBASEBUILDCLASS = "meson" | ||
| 23 | inherit gnomebase gsettings features_check gettext mime-xdg | ||
| 24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | ||
| 25 | |||
| 26 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | ||
| 27 | file://0002-help-meson.build-disable-the-use-of-yelp.patch \ | ||
| 28 | file://migrator.patch \ | ||
| 29 | file://distributor.patch \ | ||
| 30 | " | ||
| 31 | SRC_URI[archive.sha256sum] = "370938ad2920eeb28bc2435944776b7ba55a0e2ede65836f79818cfb7e8f0860" | ||
| 32 | |||
| 33 | PACKAGECONFIG_SOUP ?= "soup2" | ||
| 34 | PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" | ||
| 35 | |||
| 36 | # Developer mode enables debugging | ||
| 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 | |||
| 42 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" | ||
| 43 | RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" | ||
