summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-21 21:19:58 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-22 08:30:50 -0800
commit8918d9485c55c5025c1e488bdd087a542189f7fa (patch)
tree0f18a666d5e3e184693c86bb81f6d937bc41b033
parent491ea7f7fc35ab06d3c36aea4199affc8d3e10e2 (diff)
downloadmeta-openembedded-8918d9485c55c5025c1e488bdd087a542189f7fa.tar.gz
gedit: upgrade 40.1 -> 41.0
0001-Remove-incorrect-args-for-i18n.merge_file.patch removed since it's included in 41.0 Changelog: ========= * Fix some crashes, one when opening files, another when deleting the open folder with the file browser plugin active * Fix buttons in the color scheme selector dialog * Build fixes * Improve symbolic icon coloring * Improve Save As behavior when saving error infobar is showing * Translation updates * Note that gnome-text-editor will be GNOME's recommended text editor beginning with the GNOME 42 release next month Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args-for-i18n.merge_file.patch34
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_41.0.bb (renamed from meta-gnome/recipes-gnome/gedit/gedit_40.1.bb)3
2 files changed, 1 insertions, 36 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args-for-i18n.merge_file.patch b/meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args-for-i18n.merge_file.patch
deleted file mode 100644
index 66df3c269d..0000000000
--- a/meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args-for-i18n.merge_file.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From ea9a15afb76c093aea37f6c56c559b61afd9a9f2 Mon Sep 17 00:00:00 2001
2From: rvalue <i@rvalue.moe>
3Date: Wed, 15 Dec 2021 07:02:09 +0000
4Subject: [PATCH] Remove incorrect args for i18n.merge_file
5
6The positional argument has been silently ignored for a time. And it causes failure
7with "ERROR: Function does not take positional arguments" since meson 0.60.0
8
9Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gedit/-/merge_requests/124]
10Signed-off-by: Alexander Kanavin <alex@linutronix.de>
11---
12 data/meson.build | 2 --
13 1 file changed, 2 deletions(-)
14
15diff --git a/data/meson.build b/data/meson.build
16index bb61387..28d72a1 100644
17--- a/data/meson.build
18+++ b/data/meson.build
19@@ -4,7 +4,6 @@ install_man('gedit.1')
20
21 appdata = 'org.gnome.gedit.appdata.xml'
22 appdata_file = i18n.merge_file(
23- appdata,
24 input: appdata + '.in',
25 output: appdata,
26 po_dir: '../po/',
27@@ -23,7 +22,6 @@ endif
28
29 desktop_file = 'org.gnome.gedit.desktop'
30 desktop_output_file = i18n.merge_file(
31- desktop_file,
32 type: 'desktop',
33 input: desktop_file + '.in',
34 output: desktop_file,
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb
index df8ab620c7..8c11fb52e0 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_41.0.bb
@@ -23,8 +23,7 @@ def gnome_verdir(v):
23 23
24REQUIRED_DISTRO_FEATURES = "x11" 24REQUIRED_DISTRO_FEATURES = "x11"
25 25
26SRC_URI += " file://0001-Remove-incorrect-args-for-i18n.merge_file.patch" 26SRC_URI[archive.sha256sum] = "7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5"
27SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849051a8e137d3691"
28 27
29# gobject-introspection is mandatory and cannot be configured 28# gobject-introspection is mandatory and cannot be configured
30REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 29REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"