diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_40.1.bb (renamed from meta/recipes-gnome/epiphany/epiphany_3.38.3.bb) | 7 | ||||
-rw-r--r-- | meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb b/meta/recipes-gnome/epiphany/epiphany_40.1.bb index ce24336ace..e1e3ad7868 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.38.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_40.1.bb | |||
@@ -8,18 +8,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
8 | 8 | ||
9 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \ | 9 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr gnutls \ |
10 | gsettings-desktop-schemas libxml2-native \ | 10 | gsettings-desktop-schemas libxml2-native \ |
11 | glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal" | 11 | glib-2.0 glib-2.0-native json-glib libdazzle libhandy libportal \ |
12 | libarchive" | ||
12 | 13 | ||
13 | GNOMEBASEBUILDCLASS = "meson" | 14 | GNOMEBASEBUILDCLASS = "meson" |
14 | inherit gnomebase gsettings features_check upstream-version-is-even gettext mime-xdg | 15 | inherit gnomebase gsettings features_check upstream-version-is-even gettext mime-xdg |
15 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 16 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
16 | 17 | ||
17 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 18 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
18 | file://0002-help-meson.build-disable-the-use-of-yelp.patch \ | 19 | file://0002-help-meson.build-disable-the-use-of-yelp.patch \ |
19 | file://migrator.patch \ | 20 | file://migrator.patch \ |
20 | file://distributor.patch \ | 21 | file://distributor.patch \ |
21 | " | 22 | " |
22 | SRC_URI[archive.sha256sum] = "ce62c1fa3e442a9d6131fc884a6bc9a65cf06224c30d649c49624c2ebcb0d275" | 23 | SRC_URI[archive.sha256sum] = "696a426b1702774af8d0f056828f5d9ff9350507aba7f4c7e3e499f07a581ad0" |
23 | 24 | ||
24 | # Developer mode enables debugging | 25 | # Developer mode enables debugging |
25 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |
diff --git a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch index 118b5d1825..a6c4f92c86 100644 --- a/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch +++ b/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 3725c254f1d1d8204fa299e71c1e2bfd0ff6a634 Mon Sep 17 00:00:00 2001 | 1 | From 77c9f87dc2b3ad0854a678e234e22dfb31902b82 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Wed, 31 Jan 2018 15:50:38 +0200 | 3 | Date: Wed, 31 Jan 2018 15:50:38 +0200 |
4 | Subject: [PATCH] help/meson.build: disable the use of yelp | 4 | Subject: [PATCH] help/meson.build: disable the use of yelp |
@@ -13,11 +13,11 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
13 | 1 file changed, 4 insertions(+), 4 deletions(-) | 13 | 1 file changed, 4 insertions(+), 4 deletions(-) |
14 | 14 | ||
15 | diff --git a/help/meson.build b/help/meson.build | 15 | diff --git a/help/meson.build b/help/meson.build |
16 | index 484860c..d9b2e80 100644 | 16 | index ff324dd..f5e421d 100644 |
17 | --- a/help/meson.build | 17 | --- a/help/meson.build |
18 | +++ b/help/meson.build | 18 | +++ b/help/meson.build |
19 | @@ -32,7 +32,7 @@ help_media = [ | 19 | @@ -31,7 +31,7 @@ help_media = [ |
20 | 'media/epiphany-private-3-36.png' | 20 | 'media/org.gnome.Epiphany.svg' |
21 | ] | 21 | ] |
22 | 22 | ||
23 | -gnome.yelp(meson.project_name(), | 23 | -gnome.yelp(meson.project_name(), |