diff options
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_40.3.bb')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_40.3.bb | 29 |
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 @@ | |||
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 = "GPLv3+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
8 | |||
9 | DEPENDS = "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 | |||
14 | GNOMEBASEBUILDCLASS = "meson" | ||
15 | inherit gnomebase gsettings features_check gettext mime-xdg | ||
16 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | ||
17 | |||
18 | SRC_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 | " | ||
23 | SRC_URI[archive.sha256sum] = "dad138b9f2d55de271128fca38b61f53fd980c587d29e1ba6b508fff3b19f564" | ||
24 | |||
25 | # Developer mode enables debugging | ||
26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | ||
27 | |||
28 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" | ||
29 | RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" | ||