aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 @@
-From ea9a15afb76c093aea37f6c56c559b61afd9a9f2 Mon Sep 17 00:00:00 2001
-From: rvalue <i@rvalue.moe>
-Date: Wed, 15 Dec 2021 07:02:09 +0000
-Subject: [PATCH] Remove incorrect args for i18n.merge_file
-
-The positional argument has been silently ignored for a time. And it causes failure
-with "ERROR: Function does not take positional arguments" since meson 0.60.0
-
-Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gedit/-/merge_requests/124]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- data/meson.build | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/data/meson.build b/data/meson.build
-index bb61387..28d72a1 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -4,7 +4,6 @@ install_man('gedit.1')
-
- appdata = 'org.gnome.gedit.appdata.xml'
- appdata_file = i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: '../po/',
-@@ -23,7 +22,6 @@ endif
-
- desktop_file = 'org.gnome.gedit.desktop'
- desktop_output_file = i18n.merge_file(
-- desktop_file,
- type: 'desktop',
- input: desktop_file + '.in',
- 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):
REQUIRED_DISTRO_FEATURES = "x11"
-SRC_URI += " file://0001-Remove-incorrect-args-for-i18n.merge_file.patch"
-SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849051a8e137d3691"
+SRC_URI[archive.sha256sum] = "7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5"
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"