summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/epiphany_40.3.bb
diff options
context:
space:
mode:
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"