summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/epiphany_40.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-08-22 14:50:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 08:25:53 +0100
commit7544dd782e62edf0817ebb6e211021e52ebb114b (patch)
tree34023968bfa542d592bb1ac2a82bc71988b3a200 /meta/recipes-gnome/epiphany/epiphany_40.3.bb
parent1000ed57ac08f3f4ce180445f5cb023e849e8716 (diff)
downloadpoky-7544dd782e62edf0817ebb6e211021e52ebb114b.tar.gz
epiphany: upgrade 40.2 -> 40.3
(From OE-Core rev: 76314ddbe17e464e9c5eed30f65f0b82d7c39bd8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_40.3.bb')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_40.3.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_40.3.bb b/meta/recipes-gnome/epiphany/epiphany_40.3.bb
new file mode 100644
index 0000000000..c5dc0baefa
--- /dev/null
+++ b/meta/recipes-gnome/epiphany/epiphany_40.3.bb
@@ -0,0 +1,29 @@
1SUMMARY = "WebKit based web browser for GNOME"
2DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \
3It provides a simple and easy-to-use internet browsing experience."
4HOMEPAGE = "https://wiki.gnome.org/Apps/Web"
5BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
6LICENSE = "GPLv3+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \
10 gsettings-desktop-schemas libxml2-native \
11 glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal \
12 libarchive"
13
14GNOMEBASEBUILDCLASS = "meson"
15inherit gnomebase gsettings features_check gettext mime-xdg
16REQUIRED_DISTRO_FEATURES = "x11 opengl"
17
18SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
19 file://0002-help-meson.build-disable-the-use-of-yelp.patch \
20 file://migrator.patch \
21 file://distributor.patch \
22 "
23SRC_URI[archive.sha256sum] = "dad138b9f2d55de271128fca38b61f53fd980c587d29e1ba6b508fff3b19f564"
24
25# Developer mode enables debugging
26PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"
27
28FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo"
29RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"