summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-03 19:35:55 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:33 -0400
commit4c5a630e7f46b6e1a2049bc00575ec1d28093e65 (patch)
tree98b2679a8369e95e2d22892efb8ece8bf62d94af
parent4f3ac298f0c89af37862b3e52f95853355fb12c1 (diff)
downloadmeta-openembedded-4c5a630e7f46b6e1a2049bc00575ec1d28093e65.tar.gz
evince: upgrade 41.4 -> 42.1
* Backported patch can go * Release notes are huge. For details check 'news'-links in [1] [1] https://download.gnome.org/sources/evince/42/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/evince/evince/0001-Remove-incorrect-args-for-i18n.merge_file.patch52
-rw-r--r--meta-gnome/recipes-gnome/evince/evince_42.1.bb (renamed from meta-gnome/recipes-gnome/evince/evince_41.4.bb)3
2 files changed, 1 insertions, 54 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince/0001-Remove-incorrect-args-for-i18n.merge_file.patch b/meta-gnome/recipes-gnome/evince/evince/0001-Remove-incorrect-args-for-i18n.merge_file.patch
deleted file mode 100644
index 68447bec8..000000000
--- a/meta-gnome/recipes-gnome/evince/evince/0001-Remove-incorrect-args-for-i18n.merge_file.patch
+++ /dev/null
@@ -1,52 +0,0 @@
1From b525a64d26bcba4e3a74f09c580429625d8a2104 Mon Sep 17 00:00:00 2001
2From: r-value <i@rvalue.moe>
3Date: Wed, 17 Nov 2021 18:22:45 +0800
4Subject: [PATCH] Remove incorrect args for i18n.merge_file
5
6`i18n.merge_file` has been ignoring positional arguments for
7a time and explicitly rejects with error since meson 0.60.0
8
9Upstream-Status: Backport
10Signed-off-by: Alexander Kanavin <alex@linutronix.de>
11---
12 backend/meson.build | 1 -
13 data/meson.build | 1 -
14 meson.build | 1 -
15 3 files changed, 3 deletions(-)
16
17diff --git a/backend/meson.build b/backend/meson.build
18index 14629f2..2f972a8 100644
19--- a/backend/meson.build
20+++ b/backend/meson.build
21@@ -53,7 +53,6 @@ foreach backend, backend_mime_types: backends
22 )
23
24 i18n.merge_file(
25- appstream,
26 input: appstream_in,
27 output: appstream,
28 po_dir: po_dir,
29diff --git a/data/meson.build b/data/meson.build
30index 8a308b8..afc3020 100644
31--- a/data/meson.build
32+++ b/data/meson.build
33@@ -15,7 +15,6 @@ foreach desktop: desktops
34 )
35
36 i18n.merge_file(
37- desktop,
38 type: 'desktop',
39 input: desktop_in,
40 output: desktop,
41diff --git a/meson.build b/meson.build
42index 07fb8ec..0bb5d0f 100644
43--- a/meson.build
44+++ b/meson.build
45@@ -498,7 +498,6 @@ install_headers(
46 appdata = ev_namespace + '.appdata.xml'
47
48 i18n.merge_file(
49- appdata,
50 input: appdata + '.in',
51 output: appdata,
52 po_dir: po_dir,
diff --git a/meta-gnome/recipes-gnome/evince/evince_41.4.bb b/meta-gnome/recipes-gnome/evince/evince_42.1.bb
index 6b3479c26..2e22f2e70 100644
--- a/meta-gnome/recipes-gnome/evince/evince_41.4.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_42.1.bb
@@ -24,8 +24,7 @@ inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection g
24def gnome_verdir(v): 24def gnome_verdir(v):
25 return oe.utils.trim_version(v, 1) 25 return oe.utils.trim_version(v, 1)
26 26
27SRC_URI += " file://0001-Remove-incorrect-args-for-i18n.merge_file.patch" 27SRC_URI[archive.sha256sum] = "b24767bb3d5103b4e35b0e15cf033dbe2488f88700cdd882d22a43adeec2e80a"
28SRC_URI[archive.sha256sum] = "ff245240f230922bec32a4d7b0a1d91b247a83d13484f99b74035d51eb232130"
29 28
30GTKDOC_MESON_OPTION = "gtk_doc" 29GTKDOC_MESON_OPTION = "gtk_doc"
31 30