All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-gnome] [PATCH] gedit: upgrade 40.1 -> 41.0
@ 2022-02-21 13:19 Wang Mingyu
  2022-02-21 13:19 ` [oe] [meta-gnome] [PATCH] gnome-autoar: upgrade 0.4.2 -> 0.4.3 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

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>
---
 ...e-incorrect-args-for-i18n.merge_file.patch | 34 -------------------
 .../gedit/{gedit_40.1.bb => gedit_41.0.bb}    |  3 +-
 2 files changed, 1 insertion(+), 36 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args-for-i18n.merge_file.patch
 rename meta-gnome/recipes-gnome/gedit/{gedit_40.1.bb => gedit_41.0.bb} (85%)

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
similarity index 85%
rename from meta-gnome/recipes-gnome/gedit/gedit_40.1.bb
rename to 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"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-gnome] [PATCH] gnome-autoar: upgrade 0.4.2 -> 0.4.3
  2022-02-21 13:19 [oe] [meta-gnome] [PATCH] gedit: upgrade 40.1 -> 41.0 Wang Mingyu
@ 2022-02-21 13:19 ` Wang Mingyu
  2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwacom: upgrade 1.12 -> 2.1.0 Wang Mingyu
  2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwnck3: upgrade 40.0 -> 40.1 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
* Prevent NULL dereference when extracting to root
* Do not include basename in error messages
* Do not request password when encryption is unsupported
* Propagate libarchive errors when extraction failed

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gnome-autoar_0.4.2.bb => gnome-autoar_0.4.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.4.2.bb => gnome-autoar_0.4.3.bb} (82%)

diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb
similarity index 82%
rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb
rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb
index 24e7760fa8..0015e9f05b 100644
--- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb
@@ -14,7 +14,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 
 inherit gnomebase gobject-introspection gtk-doc vala
 
-SRC_URI[archive.sha256sum] = "1d20694079300e12feabdb77304a969d1cc190d1d12a949be845cad01c78a5d3"
+SRC_URI[archive.sha256sum] = "7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88"
 
 do_compile:prepend() {
     export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-gnome] [PATCH] libwacom: upgrade 1.12 -> 2.1.0
  2022-02-21 13:19 [oe] [meta-gnome] [PATCH] gedit: upgrade 40.1 -> 41.0 Wang Mingyu
  2022-02-21 13:19 ` [oe] [meta-gnome] [PATCH] gnome-autoar: upgrade 0.4.2 -> 0.4.3 Wang Mingyu
@ 2022-02-21 13:20 ` Wang Mingyu
  2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwnck3: upgrade 40.0 -> 40.1 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
- New Devices:
  - Dell Latitude 5290
  - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7
  - Pine64 PineNote
  - HP ProBook x360

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libwacom/{libwacom_1.12.bb => libwacom_2.1.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-support/libwacom/{libwacom_1.12.bb => libwacom_2.1.0.bb} (93%)

diff --git a/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.1.0.bb
similarity index 93%
rename from meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
rename to meta-gnome/recipes-support/libwacom/libwacom_2.1.0.bb
index d35bbaacbf..226446dcbb 100644
--- a/meta-gnome/recipes-support/libwacom/libwacom_1.12.bb
+++ b/meta-gnome/recipes-support/libwacom/libwacom_2.1.0.bb
@@ -8,7 +8,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
 
 SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
-SRCREV = "942628be9faffa96ae1068833eccb00a1bfe4578"
+SRCREV = "0f263ce26edc47587d5f7604e44fad1b61240c3d"
 
 DEPENDS = " \
     libxml2-native \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-gnome] [PATCH] libwnck3: upgrade 40.0 -> 40.1
  2022-02-21 13:19 [oe] [meta-gnome] [PATCH] gedit: upgrade 40.1 -> 41.0 Wang Mingyu
  2022-02-21 13:19 ` [oe] [meta-gnome] [PATCH] gnome-autoar: upgrade 0.4.2 -> 0.4.3 Wang Mingyu
  2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwacom: upgrade 1.12 -> 2.1.0 Wang Mingyu
@ 2022-02-21 13:20 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libwnck/{libwnck3_40.0.bb => libwnck3_40.1.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/libwnck/{libwnck3_40.0.bb => libwnck3_40.1.bb} (88%)

diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb
similarity index 88%
rename from meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb
rename to meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb
index bfb52e5bbf..6c9e631e11 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb
@@ -20,7 +20,7 @@ inherit gnomebase gobject-introspection gtk-doc gettext features_check
 def gnome_verdir(v):
     return oe.utils.trim_version(v, 1)
 
-SRC_URI[archive.sha256sum] = "30cb79a839f90cd66f3e202f3f98cb5166fa0cd9b92eb571ad9c470a43021d83"
+SRC_URI[archive.sha256sum] = "03134fa114ef3fbe34075aa83678f58aa2debe9fcef4ea23c0779e28601d6611"
 
 # libxres means x11 only
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-21 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 13:19 [oe] [meta-gnome] [PATCH] gedit: upgrade 40.1 -> 41.0 Wang Mingyu
2022-02-21 13:19 ` [oe] [meta-gnome] [PATCH] gnome-autoar: upgrade 0.4.2 -> 0.4.3 Wang Mingyu
2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwacom: upgrade 1.12 -> 2.1.0 Wang Mingyu
2022-02-21 13:20 ` [oe] [meta-gnome] [PATCH] libwnck3: upgrade 40.0 -> 40.1 Wang Mingyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.