All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11
@ 2019-12-27 21:30 Andreas Müller
  2019-12-27 21:30 ` [PATCH 02/23] tumbler: upgrade 0.2.7 -> 0.2.8 Andreas Müller
                   ` (21 more replies)
  0 siblings, 22 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:30 UTC (permalink / raw)
  To: openembedded-devel

Looks like a mini-bugfix:

Release notes for 0.12.11
=========================
General:
- Bump documentation dates
- Add *.mo to .gitignore

Bug Fixes:
- Revert padding patches that add too much padding in the Thunar compact
view (Xfce #16196)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-xfce/recipes-xfce/exo/{exo_0.12.10.bb => exo_0.12.11.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/exo/{exo_0.12.10.bb => exo_0.12.11.bb} (88%)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb b/meta-xfce/recipes-xfce/exo/exo_0.12.11.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/exo/exo_0.12.10.bb
rename to meta-xfce/recipes-xfce/exo/exo_0.12.11.bb
index 4deedbfbc..4c16689d3 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.12.10.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.12.11.bb
@@ -20,8 +20,8 @@ SRC_URI_append_class-native = " \
     file://reduce-build-to-exo-csource-only.patch \
 "
 
-SRC_URI[md5sum] = "ef1db71eb24cf24f6870444ccfc2345d"
-SRC_URI[sha256sum] = "848fd65175118786e994fcf8b28f8c804f58d21cc9d961e00897cd97dc257cac"
+SRC_URI[md5sum] = "efeb039d64b3257e39a1a38e75eb19b1"
+SRC_URI[sha256sum] = "ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG_class-target ??= "gtk"
-- 
2.21.0



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

* [PATCH 02/23] tumbler: upgrade 0.2.7 -> 0.2.8
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
@ 2019-12-27 21:30 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 03/23] catfish: upgrade 1.4.10 -> 1.4.11 Andreas Müller
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:30 UTC (permalink / raw)
  To: openembedded-devel

Bugfixes & translations:

Release notes for 0.2.8
=======================
- Fix thumbnail orientation (Bug #15011)
- prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory (Bug #15858)
- Translation Updates: Galician, Portuguese, Slovenian, Spanish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../tumbler/{tumbler_0.2.7.bb => tumbler_0.2.8.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.2.7.bb => tumbler_0.2.8.bb} (88%)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.7.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb
similarity index 88%
rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.2.7.bb
rename to meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb
index 434f8741a..e0d4845a0 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.7.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb
@@ -6,8 +6,8 @@ DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgs
 
 inherit xfce gtk-doc
 
-SRC_URI[md5sum] = "a59b2a545c9c128dbd2b960a7779dec0"
-SRC_URI[sha256sum] = "f704c35f16716cbee3c94883cee2a8d865e9cf2535d0e84f57e1c8cce00314e4"
+SRC_URI[md5sum] = "5d541608b3962fd2b16e23a266fd7a10"
+SRC_URI[sha256sum] = "0999b9a3deb57010956db6630ae7205813999147043171049a7b6c333be93e96"
 
 INSANE_SKIP_${PN} = "dev-so"
 
-- 
2.21.0



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

* [PATCH 03/23] catfish: upgrade 1.4.10 -> 1.4.11
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
  2019-12-27 21:30 ` [PATCH 02/23] tumbler: upgrade 0.2.7 -> 0.2.8 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 04/23] cppunit: upgrade 1.14.0 -> 1.15.1 Andreas Müller
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

Bugfixes & translations:

Release notes for 1.4.11
========================
General:
- Radio indicators are now displayed on the layout options

Bug Fixes:
- Fix crashes when GdkDisplay or GdkScreen calls return None (LP:
- Fix configuration of preferred window layout (Xfce #16085)
- Fix finding files in the target directory (Xfce #15985, #16233)
- Fix symbolic link looping (Xfce #16272)
- Fix home (~) expansion for the start path
- Fix asv-summary-has-dot-suffix (https://appstream.debian.org/sid/main/issues/catfish.html)

Translation Updates:
Albanian, Belarusian, Catalan, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Dutch, French, German, Interlingue, Italian, Korean,
Lithuanian, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovak, Spanish, Thai, Turkish

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../catfish/{catfish_1.4.10.bb => catfish_1.4.11.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/catfish/{catfish_1.4.10.bb => catfish_1.4.11.bb} (72%)

diff --git a/meta-xfce/recipes-apps/catfish/catfish_1.4.10.bb b/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb
similarity index 72%
rename from meta-xfce/recipes-apps/catfish/catfish_1.4.10.bb
rename to meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb
index 602368b3a..4152e1583 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_1.4.10.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_1.4.11.bb
@@ -9,8 +9,8 @@ DEPENDS += "python3-distutils-extra-native"
 
 B = "${S}"
 
-SRC_URI[md5sum] = "1b8e7bfd955364b7912fb0a248329b3a"
-SRC_URI[sha256sum] = "2573a004105031f871c92fed22a0c4b15bb96f2dff6e36c4f2959f56b62e343d"
+SRC_URI[md5sum] = "67e23d45fded026ef3445bc7fe1d1653"
+SRC_URI[sha256sum] = "617baf9309e3cdfb20c8357ac786eb26f30e6fd4280d4534d3cdd742c7ffcd85"
 
 FILES_${PN} += "${datadir}/metainfo"
 
-- 
2.21.0



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

* [PATCH 04/23] cppunit: upgrade 1.14.0 -> 1.15.1
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
  2019-12-27 21:30 ` [PATCH 02/23] tumbler: upgrade 0.2.7 -> 0.2.8 Andreas Müller
  2019-12-27 21:31 ` [PATCH 03/23] catfish: upgrade 1.4.10 -> 1.4.11 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 05/23] xfce4-terminal: upgrade 0.8.8 -> 0.8.9 Andreas Müller
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../cppunit/{cppunit_1.14.0.bb => cppunit_1.15.1.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-test/cppunit/{cppunit_1.14.0.bb => cppunit_1.15.1.bb} (78%)

diff --git a/meta-oe/recipes-test/cppunit/cppunit_1.14.0.bb b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
similarity index 78%
rename from meta-oe/recipes-test/cppunit/cppunit_1.14.0.bb
rename to meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
index 04327862c..92db31e1e 100644
--- a/meta-oe/recipes-test/cppunit/cppunit_1.14.0.bb
+++ b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
     http://dev-www.libreoffice.org/src/cppunit-${PV}.tar.gz \
     file://0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch \
 "
-SRC_URI[md5sum] = "7ad93022171710a541bfe4bfd8b4a381"
-SRC_URI[sha256sum] = "3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780"
+SRC_URI[md5sum] = "9dc669e6145cadd9674873e24943e6dd"
+SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7"
 
 inherit autotools
-- 
2.21.0



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

* [PATCH 05/23] xfce4-terminal: upgrade 0.8.8 -> 0.8.9
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (2 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 04/23] cppunit: upgrade 1.14.0 -> 1.15.1 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 06/23] gnome-calculator: initial add 3.34.1 Andreas Müller
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

Looks like a bugfix/translation release:

Release notes for 0.8.9
=======================
0.8.9
=====
- Respect the "Working Directory" setting when opening initial window (the
  current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
  will know the (translated) name and icon for the application. This is visible
  e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
  which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
  window size when showing or hiding widgets such as tabbar, toolbar, menubar
  on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
  color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
  map on exit prevents users from disabling the Alt+N shortcuts by setting them
  to "" in accels.scm. The shortcuts that had been disabled got overridden on
  the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug #15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
  otherwise, it won't be able to unmaximize the window once it's shown again.
  (bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
  from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
  tab, allowing to undo close tab, and checking for a running process. (bug #15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
  Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak, Slovenian

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{xfce4-terminal_0.8.8.bb => xfce4-terminal_0.8.9.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.8.bb => xfce4-terminal_0.8.9.bb} (70%)

diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
similarity index 70%
rename from meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb
rename to meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
index ebc046b78..493758c18 100644
--- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.8.bb
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.9.bb
@@ -8,7 +8,7 @@ inherit xfce-app
 FILES_${PN} += "${datadir}/xfce4 \
                 ${datadir}/gnome-control-center"
 
-SRC_URI[md5sum] = "4295d4d783f6d6dfe92f5bb15d96f6c6"
-SRC_URI[sha256sum] = "8fba6a60d3a0fee07417ad7c36bf78cc45be1b27f0759e125051aa73f08487fd"
+SRC_URI[md5sum] = "cb40a6cc5b3e35fa4d68f1b702f11027"
+SRC_URI[sha256sum] = "247683a51a964cfaa6b1e92030afe9f782efebfcb550a464170b53eb94216795"
 
 RRECOMMENDS_${PN} += "vte-prompt"
-- 
2.21.0



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

* [PATCH 06/23] gnome-calculator: initial add 3.34.1
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (3 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 05/23] xfce4-terminal: upgrade 0.8.8 -> 0.8.9 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 07/23] evince: upgrade 3.34.1 -> 3.34.1 Andreas Müller
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../gnome-calculator_3.34.1.bb                | 33 +++++++++++++++++++
 .../packagegroups/packagegroup-gnome-apps.bb  |  1 +
 2 files changed, 34 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb

diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb
new file mode 100644
index 000000000..b09e34d4c
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_3.34.1.bb
@@ -0,0 +1,33 @@
+SUMMARY = "GNOME calculator"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SECTION = "x11/gnome"
+
+DEPENDS = " \
+    yelp-tools-native \
+    gtk+3 \
+    libsoup-2.4 \
+    libgee \
+    libmpc \
+    gtksourceview4 \
+"
+
+GIR_MESON_OPTION = 'disable-introspection'
+GIR_MESON_ENABLE_FLAG = 'false'
+GIR_MESON_DISABLE_FLAG = 'true'
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check upstream-version-is-even
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI[archive.md5sum] = "9157b93a3f41fdad80df26c062b95c7b"
+SRC_URI[archive.sha256sum] = "4d5348c2fbf01d040a2cb5e84de812c503911e1ea498a83e7eefff52c4417051"
+
+FILES_${PN} += " \
+    ${datadir}/dbus-1 \
+    ${datadir}/metainfo \
+    ${datadir}/gnome-shell \
+"
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index 642e02680..522e9e9a3 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -11,6 +11,7 @@ RDEPENDS_${PN} = " \
     evince \
     file-roller \
     gedit \
+    gnome-calculator \
     gnome-font-viewer \
     gnome-terminal \
     libwnck3 \
-- 
2.21.0



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

* [PATCH 07/23] evince: upgrade 3.34.1 -> 3.34.1
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (4 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 06/23] gnome-calculator: initial add 3.34.1 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 08/23] file-roller: upgrade 3.32.2 -> 3.32.3 Andreas Müller
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Evince    3.34.2
================

libview:
  * Fix crash on DnD (#1246, Marek Kasik)
  * Don't enable popup actions on page change (#1168, Jason Crain)

Developers:
  * Jason Crain, Marek Kasik

Translations:
  * Jordi Mas (Catalan)
  * Yi-Jyun Pan (Chinese (Taiwan))
  * Stas Solovey (Russian)

[1] http://ftp.gnome.org/pub/gnome/sources/evince/3.34/evince-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../evince/{evince_3.34.1.bb => evince_3.34.2.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/evince/{evince_3.34.1.bb => evince_3.34.2.bb} (90%)

diff --git a/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb b/meta-gnome/recipes-gnome/evince/evince_3.34.2.bb
similarity index 90%
rename from meta-gnome/recipes-gnome/evince/evince_3.34.1.bb
rename to meta-gnome/recipes-gnome/evince/evince_3.34.2.bb
index e30162c06..8f669c9db 100644
--- a/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_3.34.2.bb
@@ -18,8 +18,8 @@ DEPENDS = " \
 
 inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext features_check
 
-SRC_URI[archive.md5sum] = "77b38b625008f5940e9bd4b3d38e8cf8"
-SRC_URI[archive.sha256sum] = "85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df"
+SRC_URI[archive.md5sum] = "9e9e82fa8f6045ad7817157d9335d185"
+SRC_URI[archive.sha256sum] = "3cc0955f11204e3a2db1c7ab99b866692749592257485b87304134ad69da0617"
 SRC_URI += " \
     file://0001-Add-format-attribute-to-_synctex_malloc.patch \
     file://0002-add-a-formatting-attribute-check.patch \
-- 
2.21.0



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

* [PATCH 08/23] file-roller: upgrade 3.32.2 -> 3.32.3
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (5 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 07/23] evince: upgrade 3.34.1 -> 3.34.1 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2 Andreas Müller
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1] - just translations

version 3.32.3
--------------

 New or updated application translations:

  * Basque (Asier Sarasua Garmendia)
  * Japanese (Ryuta Fujii)

[1] http://ftp.gnome.org/pub/gnome/sources/file-roller/3.32/file-roller-3.32.3.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{file-roller_3.32.2.bb => file-roller_3.32.3.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/file-roller/{file-roller_3.32.2.bb => file-roller_3.32.3.bb} (77%)

diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.2.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb
similarity index 77%
rename from meta-gnome/recipes-gnome/file-roller/file-roller_3.32.2.bb
rename to meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb
index 54acb6039..3ab9668ec 100644
--- a/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.2.bb
+++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.3.bb
@@ -13,8 +13,8 @@ DEPENDS = " \
 
 inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even
 
-SRC_URI[archive.md5sum] = "e79715bb2400df83c0f67cc0cce2b655"
-SRC_URI[archive.sha256sum] = "c60a79e0baf74cb1c09a1c8f5ffe0d6e311227ca14ecc5b1156beb3715341a71"
+SRC_URI[archive.md5sum] = "5e098bb254d34f48a9b5761b468f4240"
+SRC_URI[archive.sha256sum] = "be111fb877dc1eb487ec5d6e2b72ba5defe1ab8033a6a6b9b9044a2a7787e22a"
 
 PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus"
 
-- 
2.21.0



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

* [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (6 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 08/23] file-roller: upgrade 3.32.2 -> 3.32.3 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 23:19   ` Khem Raj
  2019-12-27 21:31 ` [PATCH 10/23] gedit: upgrade 3.34.0 -> 3.34.1 Andreas Müller
                   ` (13 subsequent siblings)
  21 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Evolution-Data-Server 3.34.2 2019-11-22
---------------------------------------

Bug Fixes:
	I#156 - EBook/CalMetaBackend: Automatic refresh not always setup ][ (Milan Crha)
	I#159 - LDAP: Fails to read userCertificate from the server (Milan Crha)
	I#162 - e-cal-recur: Ignores recurrence exceptions (Milan Crha)
	I#164 - HSTS (RFC 6797) support for "On The Web" calendars (Milan Crha)
	I#169 - Detached instances shown as with floating time (Milan Crha)
	I#173 - ESoupSession: Accept also compressed responses (Milan Crha)

Miscellaneous:
	EWeatherSource: Use g_signal_connect_object() in e_weather_source_parse() (Milan Crha)
	Correct runtime warning from camel_network_service_can_reach() (Milan Crha)
	ESoupSession: Do not presend credentials on insecure connections (Milan Crha)
	EBackend: Slightly enhance g_warning() messages with an ESource identification (Milan Crha)
	ESource: Required signals not connected after EDBusObject is replaced (Milan Crha)
	LDAP: Change how LDAP query is constructed (Milan Crha)

[1] http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/3.34/evolution-data-server-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../evolution-data-server/evolution-data-server.inc         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
index 0893f8e92..0e58b0cc2 100644
--- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
+++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
 
 inherit gnomebase upstream-version-is-even
 
-SRC_URI[archive.md5sum] = "d1701875bbac80d6d62e9acfc6c43bea"
-SRC_URI[archive.sha256sum] = "6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe"
-PV = "3.34.1"
+SRC_URI[archive.md5sum] = "7a0571ac358664c6e96accd3ac4cd245"
+SRC_URI[archive.sha256sum] = "3eb89f82eee042884a8d65737564fe48829c3ae187f067cbcdec2b088d2fe89b"
+PV = "3.34.2"
 
-- 
2.21.0



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

* [PATCH 10/23] gedit: upgrade 3.34.0 -> 3.34.1
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (7 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 11/23] gnome-autoar: upgrade 0.2.3 -> 0.2.4 Andreas Müller
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

News in 3.34.1, 2019-11-21
--------------------------
* A few bug fixes.
* Updates to the Snap and Flatpak packages.
* Translation updates.

[1] http://ftp.gnome.org/pub/gnome/sources/gedit/3.34/gedit-3.34.1.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-gnome/gedit/{gedit_3.34.0.bb => gedit_3.34.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gedit/{gedit_3.34.0.bb => gedit_3.34.1.bb} (84%)

diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb
similarity index 84%
rename from meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb
rename to meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb
index e9cdd8a6e..20806bd59 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb
@@ -23,8 +23,8 @@ inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc val
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.md5sum] = "ec6632fa73d9ea6c817e74a98d16eab6"
-SRC_URI[archive.sha256sum] = "3e95e51d3ccb495a9ac95aa3ed7fe8fe37ccde7c678f37fa3cea684bc71d507e"
+SRC_URI[archive.md5sum] = "4bca1d0a13db186cd84619b4bff42238"
+SRC_URI[archive.sha256sum] = "ebf9ef4e19831699d26bb93ce029edfed65416d7c11147835fc370d73428d5c6"
 
 GTKDOC_MESON_OPTION = "documentation"
 
-- 
2.21.0



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

* [PATCH 11/23] gnome-autoar: upgrade 0.2.3 -> 0.2.4
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (8 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 10/23] gedit: upgrade 3.34.0 -> 3.34.1 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 12/23] gnome-control-center: upgrade 3.34.1 -> 3.34.2 Andreas Müller
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

Read [1] and it seems that we can get rid of gnome-common-native dependency:

Major changes in 0.2.4:
 * Use autoreconf instead of deprecated gnome-common (Javier Jardon)

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-autoar/0.2/gnome-autoar-0.2.4.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-autoar_0.2.3.bb => gnome-autoar_0.2.4.bb}         | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.2.3.bb => gnome-autoar_0.2.4.bb} (63%)

diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.3.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb
similarity index 63%
rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.3.bb
rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb
index 16a9213cb..afeda3e93 100644
--- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb
@@ -3,15 +3,14 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 DEPENDS = " \
-    gnome-common-native \
     gtk+3 \
     libarchive \
 "
 
 inherit gnomebase gobject-introspection gtk-doc vala
 
-SRC_URI[archive.md5sum] = "39b13fb2fc7752fa3b80616244dc4ef8"
-SRC_URI[archive.sha256sum] = "5de9db0db028cd6cab7c2fec46ba90965474ecf9cd68cfd681a6488cf1fb240a"
+SRC_URI[archive.md5sum] = "36ab263f477eeee3c95c9381766eb3c2"
+SRC_URI[archive.sha256sum] = "0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a"
 
 do_compile_prepend() {
     export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
-- 
2.21.0



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

* [PATCH 12/23] gnome-control-center: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (9 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 11/23] gnome-autoar: upgrade 0.2.3 -> 0.2.4 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 13/23] gnome-desktop3: " Andreas Müller
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

2007-04-10  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* configure.in: updated for 2.18.1.

2007-04-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in: build libslab statically, to avoid conflicts with
	gnome-main-menu, which installs its .so and header files.

[1] http://ftp.gnome.org/pub/gnome/sources/control-center/2.18/control-center-2.18.1.changes

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...ontrol-center_3.34.1.bb => gnome-control-center_3.34.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_3.34.1.bb => gnome-control-center_3.34.2.bb} (89%)

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.2.bb
similarity index 89%
rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.2.bb
index 5d58879c5..9e6e92aec 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.2.bb
@@ -30,8 +30,8 @@ DEPENDS = " \
 
 REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11"
 
-SRC_URI[archive.md5sum] = "8b0f0baea34fbe937efd0ad1be4b451b"
-SRC_URI[archive.sha256sum] = "5f82ecd5554136c462248ec5363b82d95358b39dfd6787006d8307b4504e515e"
+SRC_URI[archive.md5sum] = "a960a7d3e9f1c4f341bae42da7fbf23a"
+SRC_URI[archive.sha256sum] = "a85ffaf5885a8c70c019013d73792bf4cc75f643e97f6e8b52f7fbba9f7a9114"
 SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
 
 PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
-- 
2.21.0



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

* [PATCH 13/23] gnome-desktop3: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (10 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 12/23] gnome-control-center: upgrade 3.34.1 -> 3.34.2 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 14/23] gnome-flashback: " Andreas Müller
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

==============
Version 3.34.2
==============

- Add helper to create transient systemd scopes
- Translation updates

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-desktop3_3.34.1.bb => gnome-desktop3_3.34.2.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-desktop/{gnome-desktop3_3.34.1.bb => gnome-desktop3_3.34.2.bb} (88%)

diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.2.bb
similarity index 88%
rename from meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.2.bb
index a2f73590f..19f73a6e5 100644
--- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.2.bb
@@ -14,8 +14,8 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
 
-SRC_URI[archive.md5sum] = "357b4e63960830c1399d3341d05746ea"
-SRC_URI[archive.sha256sum] = "c1dbeb5666dad27166c769e48e2ab41dd5ed74718ea35eb57c8488790662dc5a"
+SRC_URI[archive.md5sum] = "a0fda8ee9283536e281405e94af15776"
+SRC_URI[archive.sha256sum] = "4081ba619733da33ec6ba98cd52170ee99a90439709df4df333e5c9e631f28ed"
 
 SRC_URI += " \
     file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
-- 
2.21.0



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

* [PATCH 14/23] gnome-flashback: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (11 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 13/23] gnome-desktop3: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 15/23] gnome-session: " Andreas Müller
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Version 3.34.2
==============
- Fix shape region for screenshot select area. (#26)
- Fix crash with external monitor. (#25)
- Fix crash in clipboard manager.
- Updated translations.

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-flashback/3.34/gnome-flashback-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-flashback_3.34.1.bb => gnome-flashback_3.34.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-flashback/{gnome-flashback_3.34.1.bb => gnome-flashback_3.34.2.bb} (82%)

diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb
similarity index 82%
rename from meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb
index 637f83715..3da8629c6 100644
--- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.2.bb
@@ -16,8 +16,8 @@ DEPENDS += " \
     gnome-bluetooth \
 "
 
-SRC_URI[archive.md5sum] = "e328a51b69d97e291709458dfd8c0a1a"
-SRC_URI[archive.sha256sum] = "ddba0c9661ad93b58ccbde267f6ecbc02da2c15f9d38d87d5504f4670c2fbc77"
+SRC_URI[archive.md5sum] = "251b51bad322c41d34d06fdb8f1799d4"
+SRC_URI[archive.sha256sum] = "3be65388cd2c8f39741bcc05da87ef40035183a9a39502d67696242c2aeb469c"
 
 do_install_append() {
     # no oe-layer has compiz -> remove dead session
-- 
2.21.0



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

* [PATCH 15/23] gnome-session: 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (12 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 14/23] gnome-flashback: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 16/23] gnome-settings-daemon: upgrade " Andreas Müller
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

==============
Version 3.34.2
==============

	autostart-app: Strip blacklisted variables from autostart environment
	data: Ensure shutdown target does not keep units loaded
	data: Make X11 services part of gnome-session-initialized
	data: Remove gnome-session-stable.timer and related units
	data: Remove never used gnome-session-shutdown.service
	doap: Add a description
	manager: Disable session saving on systemd managed sessions
	session-fill: Disable session restoring on systemd
	Translation updates: Chinese (Taiwan), Russian

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-session/3.34/gnome-session-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-session_3.34.1.bb => gnome-session_3.34.2.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_3.34.1.bb => gnome-session_3.34.2.bb} (86%)

diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb
similarity index 86%
rename from meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb
index e1bf16b5c..15bf489c7 100644
--- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb
@@ -22,8 +22,8 @@ inherit gnomebase gettext gsettings upstream-version-is-even features_check
 
 REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
 
-SRC_URI[archive.md5sum] = "1a9c10d5468b3ba8abee94653692fe0d"
-SRC_URI[archive.sha256sum] = "d7801fe2d5a751b19cb58081771316a76aabd5c550cd58d4e4c6a5a4ed356660"
+SRC_URI[archive.md5sum] = "38dcdb844a0349cc2fb10998095543e4"
+SRC_URI[archive.sha256sum] = "8bb77381650a03ae4be7260751363bd27da93f09bac1ddbc885f4ce44ebaf8e1"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"
 
-- 
2.21.0



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

* [PATCH 16/23] gnome-settings-daemon: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (13 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 15/23] gnome-session: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 17/23] gnome-shell-extensions: " Andreas Müller
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

==============
Version 3.34.2
==============
Media-keys:
- Place spawned processes into a systemd scope.
  For this to work, gnome-settings-daemon needs to be build with
  libgnome-desktop >= 3.34.2.1, as the API was added in that release.
- Fixed saving screenshots to clipboard on wayland.
  For 3.34, this feature was fixed by using the X11 clipboard,
  saving to clipboard will indefinitely raise Xwayland
  if the Xwayland-on-demand experimental feature was enabled,
  and will not work at all if --no-x11 is passed to gnome-shell.
- Fix crash on keybinding migration

Smartcard:
- Initialize pointer before use

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.34/gnome-settings-daemon-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...tings-daemon_3.34.1.bb => gnome-settings-daemon_3.34.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_3.34.1.bb => gnome-settings-daemon_3.34.2.bb} (91%)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
index 65f669349..0b6865d29 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.2.bb
@@ -28,8 +28,8 @@ DEPENDS = " \
 REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
 UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
 
-SRC_URI[archive.md5sum] = "cdd0d0c8664056deb78aa40c88ec24d1"
-SRC_URI[archive.sha256sum] = "9981a20babf8da7744b7fbe175b9e36078bf08f3bf65fe5aedeb82cfe27ac11f"
+SRC_URI[archive.md5sum] = "493332fa0f36645188468fed41c0060b"
+SRC_URI[archive.sha256sum] = "9fbae67e217e53b99e4f9e7d392c91ffbe31253941c9b136ef09c2d9db7ad7ed"
 
 # allow cross build mixed with build of native tools
 do_write_config_append() {
-- 
2.21.0



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

* [PATCH 17/23] gnome-shell-extensions: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (14 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 16/23] gnome-settings-daemon: upgrade " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 18/23] gnome-shell: " Andreas Müller
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

3.34.2
======
* window-list, workspace-indicator: Exclude DESKTOP windows from previews [Florian; !93]
* screenshot-window-sizer: Fix cycling through all valid sizes [Willy; !97]

Contributors:
  Florian Müllner, Willy Stadnick

Translators:
  Stas Solovey [ru], Umarzuki Bin Mochlis Moktar [ms]

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-shell-extensions/3.34/gnome-shell-extensions-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...-extensions_3.34.1.bb => gnome-shell-extensions_3.34.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_3.34.1.bb => gnome-shell-extensions_3.34.2.bb} (78%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
similarity index 78%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
index 8625a7b32..52e50705e 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb
@@ -8,8 +8,8 @@ inherit gnomebase gettext gsettings features_check upstream-version-is-even
 
 REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
 
-SRC_URI[archive.md5sum] = "09e64640bbf0e978171d581e2086a0c6"
-SRC_URI[archive.sha256sum] = "b0ad51143b1bf40def4a10f8fd0ab0ffb47218304800794e62cadd29d0acc75b"
+SRC_URI[archive.md5sum] = "d3a69cde0c3e3dc0b0c243af026c4b7a"
+SRC_URI[archive.sha256sum] = "a1e16e75a06ea511435a6f7478de92aff21d02d4e1d59ec8ce7fb6396819b4b8"
 
 DEPENDS += " \
     sassc-native \
-- 
2.21.0



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

* [PATCH 18/23] gnome-shell: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (15 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 17/23] gnome-shell-extensions: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 19/23] gvfs: upgrade 1.42.1 -> 1.42.2 Andreas Müller
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

3.34.2
======
* Fix unredirection after cancelled animations [Florian; #1788]
* Use cached coordinates for window sorting in overview [Andrew; !763]
* Include shadow in window screenshots [Robert; !762]
* Use correct timezones for events [Milan, Florian; !806, #1895]
* Adjust style of system menu action buttons [monday; !802]
* Fix windows getting stuck on screen if closed while animating [Florian; !815]
* Hide stopped spinner in top bar [Joonas; !834]
* Reuse existing icons when updating the app picker grid [Georges; !841]
* Fix not-responding dialog size when using geometry scaling [Jonas; !783]
* Fix battery icon glitch in "100% but charging" case [Philip; !814]
* Update window titles in app menu [Florian; #1830]
* Improve modifier-less keyboard navigation of switcher popups [Florian; #1883]
* Use better OSK layout fallback for unsupported variants [Florian; #1907]
* Fix creating app folders with no pre-existing folders [Jonas; #1652]
* Improve DND page switching in app picker [Florian, Jonas; #1693]
* Show polkit confirmation dialog for users with no password [Joaquim; !829]
* Fix interacting with applications when magnifier is enabled [Jonas; !754]
* Tweak styling of notifications/media constrols [Joonas; !855, !865]
* Fix disable command of gnome-extensions tool [Florian; #1946]
* Enable clean session shutdown after gnome-shell failure [Benjamin; !858]
* Also remove scaled keys when texture cache is cleared [Daniel; !567]
* Don't show overflow indicator in switchers that fit screen [Florian; #1834]
* Place launched applications into a systemd scope [Benjamin; !863]
* Fix weather forecasts for automatic location when Weather is not sandboxed
  [Florian; #1823]
* Dismiss switcher popups when a system modal dialogs opens [Florian; #1536]
* Misc. bug fixes and cleanups [Marco, Philip, Florian, cunidev, Jonas, Joonas;
  !758, !749, !777, !811, #1884, !823, !840, !782, !847, #1836, !852, !851,
  !788, #1916, !866, !884]

Contributors:
  Marco Trevisan (Treviño), Benjamin Berg, Philip Chimento, Milan Crha,
  Jonas Dreßler, Joonas Henriksson, Robert Mader, Daniel García Moreno,
  Florian Müllner, Georges Basile Stavracas Neto, Joaquim Rocha, Andrew Watson,
  cunidev, monday

Translators:
  Stas Solovey [ru], Ricardo Silva Veloso [pt_BR], Yi-Jyun Pan [zh_TW],
  Umarzuki Bin Mochlis Moktar [ms]

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.34/gnome-shell-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{gnome-shell_3.34.1.bb => gnome-shell_3.34.2.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_3.34.1.bb => gnome-shell_3.34.2.bb} (91%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.2.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.2.bb
index d0b3af83d..cd8b3ad0a 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.2.bb
@@ -30,8 +30,8 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
 
-SRC_URI[archive.md5sum] = "2e00c22673d069d6b919b2ca1b225d89"
-SRC_URI[archive.sha256sum] = "ccd86559b9c897c219d2d2ebfdb8413efa4c1bee846427c750cb8a301b3f6d1e"
+SRC_URI[archive.md5sum] = "b01d6772917148c81d472584f6b36c83"
+SRC_URI[archive.sha256sum] = "703264db2fafe02d1db53d701cb99a4a757c46e7569e7b9d690dda009fc03b4d"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
-- 
2.21.0



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

* [PATCH 19/23] gvfs: upgrade 1.42.1 -> 1.42.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (16 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 18/23] gnome-shell: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 20/23] libgdata: upgrade 0.17.10 -> 0.17.11 Andreas Müller
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Major changes in 1.42.2
=======================
* gdbus: Add workaround for deadlocks when cancelling jobs

[1] http://ftp.gnome.org/pub/gnome/sources/gvfs/1.42/gvfs-1.42.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-gnome/gvfs/{gvfs_1.42.1.bb => gvfs_1.42.2.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.42.1.bb => gvfs_1.42.2.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.42.1.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb
index e5d23b085..f04246f16 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb
@@ -9,8 +9,8 @@ DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
             gsettings-desktop-schemas dbus"
 
 SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
-SRC_URI[archive.md5sum] = "93592535508322548d44fa036b635a0a"
-SRC_URI[archive.sha256sum] = "9d06071b4a1d83671f76d0e3c32b66631671669d330fe21702f60a8611c37730"
+SRC_URI[archive.md5sum] = "8dea2f6a3f327a814a347758d4350e4b"
+SRC_URI[archive.sha256sum] = "b57af97573bd295aa50037eed29c6ba7a36188230c515e007c3018855a5cf949"
 
 # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.21.0



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

* [PATCH 20/23] libgdata: upgrade 0.17.10 -> 0.17.11
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (17 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 19/23] gvfs: upgrade 1.42.1 -> 1.42.2 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 21/23] mutter: upgrade 3.34.1 -> 3.34.2 Andreas Müller
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Overview of changes from libgdata 0.17.10 to libgdata 0.17.11
=============================================================

* Various fixes to the Meson port, including a soversion fix (#30, #32, #35, !9, !10)

* Add support for user-specified properties of documents in Drive (!7)

* Bugs fixed:
 - #30 meson: debug messages of libgdata don't come from correct log domain - "libgdata"
 - #31 gdata_entry_get_id should not free current value if not changed
 - #32 Build failure on Continuous
 - #33 en_GBism in a string
 - #35 Installed tests fails with an assert in gdata_oauth2_authorizer_request_authorization
 - !7 Drive v2 Properties API
 - !9 Meson fixes
 - !10 meson minor fixes
 - !13 docs: Drop use of `<!-- -->` to delimit plurals
 - !16 Minor revision of italian translation (after >2ys)

* Translation updates:
 - Basque
 - Czech
 - English (United Kingdom)
 - German
 - Indonesian
 - Italian
 - Lithuanian
 - Polish
 - Portuguese (Brazil)
 - Romanian
 - Spanish
 - Swedish

[1] http://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.11.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../libgdata/{libgdata_0.17.10.bb => libgdata_0.17.11.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/libgdata/{libgdata_0.17.10.bb => libgdata_0.17.11.bb} (87%)

diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb
similarity index 87%
rename from meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb
rename to meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb
index 8e8e12b38..197a05d37 100644
--- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.10.bb
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb
@@ -29,5 +29,5 @@ PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false"
 
 EXTRA_OEMESON = "-Dalways_build_tests=false"
 
-SRC_URI[archive.md5sum] = "d858d411ad394c275643b14993dfeed4"
-SRC_URI[archive.sha256sum] = "c1d3d1f303f6a0416a0dac355a195276c31157a74bb1d040772d46d1cb15b012"
+SRC_URI[archive.md5sum] = "7b98e9059255d8a2fb147c4e727230a8"
+SRC_URI[archive.sha256sum] = "6b9917122e4def6e6f78bcb660e49e146540832e296abcb5cde99829a04ea986"
-- 
2.21.0



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

* [PATCH 21/23] mutter: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (18 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 20/23] libgdata: upgrade 0.17.10 -> 0.17.11 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 22/23] nautilus: " Andreas Müller
  2019-12-27 21:31 ` [PATCH 23/23] yelp-xsl: upgrade 3.34.0 " Andreas Müller
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

3.34.2
======
* Fix immediate screen blank after releasing inhibitor [Tim; #573]
* Respond to frame callbacks regardless of damage [Jonas Ã….; !839]
* Translate well-known selection atoms to mimetypes [Carlos; !842]
* Fix Night Light on wayland [Jonas Ã….; !840]
* Fix various copy+paste/DND regressions [Carlos; !848, #789, #842,
  #793, #845, #854]
* Don't emit focus event after desctruction [Marco; gnome-shell#1704, !860]
* Fix hang when opening not-responding dialog on Xorg [Carlos; !876]
* Fix frozen grabs on Xorg after weeks of inactivity [Jonas Ã….; !886]
* Fix triggering popups from stylus devices on wayland [Carlos; #886]
* Support shadow framebuffers for offscreen rendering [Olivier; !917]
* Fix hang after interacting with desktop icons on X11 [Marco; !909]
* Don't double scale when getting absolute surface coordinates [Xiang; !915]
* Kill window effects on destroy [Robert; !924]
* Use partial damage for dma-buf and EGLImage buffers on wayland [Robert; #947]
* Do not stack transients underneath their always-on-top parent [Florian; #587]
* Fix KMS freeze after pageflip [Pekka; !953]
* Fixed crashes [Robert, Jonas Ã…., Marco, Hans, Carlos, Tim; !856, !912, !895,
  !928, #591, !823, !960]
* Plugged memory leaks [Niels, Robert, Carlos; !847, !868, !873]
* Misc. bug fixes and cleanups [Daniel, Marco, Jonas Ã…., Georges, Cosimo,
  Florian, Hans, Robert, Jonas D.; !841, !764, !837, !846, !673, !811, !893,
  !925, !927, !940, !832]

Contributors:
  Marco Trevisan (Treviño), Cosimo Cecchi, Tim Crawford, Jonas Dreßler,
  Xiang Fan, Olivier Fourdan, Carlos Garnacho, Hans de Goede, Niels De Graef,
  Tim Klocke, Robert Mader, Florian Müllner, Georges Basile Stavracas Neto,
  Pekka Paalanen, Daniel van Vugt, Jonas Ã…dahl

Translators:
  Bruce Cowan [en_GB]

[1] http://ftp.gnome.org/pub/gnome/sources/mutter/3.34/mutter-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../mutter/{mutter_3.34.1.bb => mutter_3.34.2.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_3.34.1.bb => mutter_3.34.2.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.2.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/mutter/mutter_3.34.1.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_3.34.2.bb
index 2d84bfc2f..992915bb7 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.2.bb
@@ -22,8 +22,8 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even features_check
 
-SRC_URI[archive.md5sum] = "4d7b67471fa4177e5ff0357e1f1736fb"
-SRC_URI[archive.sha256sum] = "ba1826cf88bdb81e63943cac014a8e8bcf35ec178c53264401f9c72fdeab758e"
+SRC_URI[archive.md5sum] = "4515ccdb762a243d65757f5ab073d206"
+SRC_URI[archive.sha256sum] = "2d6f7763193766d4652d43d0d0de2e49e60ca571eca0a7f1e6341fbd67f90b2d"
 SRC_URI += "file://0001-cogl-Fix-GLES2-fallback.patch"
 
 # x11 is still manadatory - see meson.build
-- 
2.21.0



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

* [PATCH 22/23] nautilus: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (19 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 21/23] mutter: upgrade 3.34.1 -> 3.34.2 Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  2019-12-27 21:31 ` [PATCH 23/23] yelp-xsl: upgrade 3.34.0 " Andreas Müller
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

Major changes in 3.34.2:
* Don't use hyphens when breaking filenames in multiple lines (António Fernandes)
* Fix drag and drop on scaled displays (Robert Mader)

[1] http://ftp.gnome.org/pub/gnome/sources/nautilus/3.34/nautilus-3.34.2.news

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../nautilus/{nautilus_3.34.1.bb => nautilus_3.34.2.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/nautilus/{nautilus_3.34.1.bb => nautilus_3.34.2.bb} (85%)

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb
similarity index 85%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb
index a256ea95a..bacc967a3 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.2.bb
@@ -17,8 +17,8 @@ DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even
 
-SRC_URI[archive.md5sum] = "19e4f1d89fb9d0ff135d5b1974ce43b5"
-SRC_URI[archive.sha256sum] = "37ce2c16a610c589dcc7660f9092446465568e38e29bce6ed8c24f2e8e0077f3"
+SRC_URI[archive.md5sum] = "88573061544040c0ff960f934aa83719"
+SRC_URI[archive.sha256sum] = "bb06e226b965f479a0b8668c19c8e1762b9d8f039af6817961cc7a8f09e6f8a7"
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.21.0



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

* [PATCH 23/23] yelp-xsl: upgrade 3.34.0 -> 3.34.2
  2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
                   ` (20 preceding siblings ...)
  2019-12-27 21:31 ` [PATCH 22/23] nautilus: " Andreas Müller
@ 2019-12-27 21:31 ` Andreas Müller
  21 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 21:31 UTC (permalink / raw)
  To: openembedded-devel

From [1]:

commit a18fa29f9be524d08e739b18013eb8e8bd4da64c
Author: Danial Behzadi <dani.behzi@ubuntu.com>
Date:   Sat Sep 14 20:47:26 2019 +0000

    Update Persian translation

 po/fa.po | 396 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 160 insertions(+), 236 deletions(-)

commit def23391ba926c4038c82c24b50976c5a7e1713b
Author: Shaun McCance <shaunm@redhat.com>
Date:   Mon Sep 9 09:25:23 2019 -0400

    Version 3.34.0

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

[1] http://ftp.gnome.org/pub/gnome/sources/yelp-xsl/3.34/yelp-xsl-3.34.2.changes

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../yelp/{yelp-xsl_3.34.0.bb => yelp-xsl_3.34.2.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/yelp/{yelp-xsl_3.34.0.bb => yelp-xsl_3.34.2.bb} (77%)

diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb
similarity index 77%
rename from meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb
rename to meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb
index 20052cf16..38947d1be 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb
@@ -10,8 +10,8 @@ inherit gnomebase gettext itstool
 
 DEPENDS += "libxml2"
 
-SRC_URI[archive.md5sum] = "f8c4e777aee8b055251c333ef48a0cd0"
-SRC_URI[archive.sha256sum] = "e8063aee67d1df634f3d062f1c28130b2dabb3c0c66396b1af90388f34e14ee2"
+SRC_URI[archive.md5sum] = "b9c1c53a9114b42054789f212ab37f59"
+SRC_URI[archive.sha256sum] = "0c3fe6146113df26fb1295901b1c7baed9f0fe67a87f4345e11543aefe7cb7ad"
 
 RDEPENDS_${PN}_append_class-target = " libxml2 itstool"
 
-- 
2.21.0



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

* Re: [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-27 21:31 ` [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2 Andreas Müller
@ 2019-12-27 23:19   ` Khem Raj
  2019-12-27 23:48     ` Andreas Müller
  0 siblings, 1 reply; 28+ messages in thread
From: Khem Raj @ 2019-12-27 23:19 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel

On Fri, Dec 27, 2019 at 1:33 PM Andreas Müller <schnitzeltony@gmail.com>
wrote:

> From [1]:
>
> Evolution-Data-Server 3.34.2 2019-11-22
> ---------------------------------------
>
> Bug Fixes:
>         I#156 - EBook/CalMetaBackend: Automatic refresh not always setup
> ][ (Milan Crha)
>         I#159 - LDAP: Fails to read userCertificate from the server (Milan
> Crha)
>         I#162 - e-cal-recur: Ignores recurrence exceptions (Milan Crha)
>         I#164 - HSTS (RFC 6797) support for "On The Web" calendars (Milan
> Crha)
>         I#169 - Detached instances shown as with floating time (Milan Crha)
>         I#173 - ESoupSession: Accept also compressed responses (Milan Crha)
>
> Miscellaneous:
>         EWeatherSource: Use g_signal_connect_object() in
> e_weather_source_parse() (Milan Crha)
>         Correct runtime warning from camel_network_service_can_reach()
> (Milan Crha)
>         ESoupSession: Do not presend credentials on insecure connections
> (Milan Crha)
>         EBackend: Slightly enhance g_warning() messages with an ESource
> identification (Milan Crha)
>         ESource: Required signals not connected after EDBusObject is
> replaced (Milan Crha)
>         LDAP: Change how LDAP query is constructed (Milan Crha)
>
> [1]
> http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/3.34/evolution-data-server-3.34.2.news
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../evolution-data-server/evolution-data-server.inc         | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
> a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
> b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
> index 0893f8e92..0e58b0cc2 100644
> ---
> a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
> +++
> b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
>
>  inherit gnomebase upstream-version-is-even
>
> -SRC_URI[archive.md5sum] = "d1701875bbac80d6d62e9acfc6c43bea"
> -SRC_URI[archive.sha256sum] =
> "6ff56ba04cb639e627fe9d6e0ada106a10cadd68a0d53b8ec72b4e285df53abe"
> -PV = "3.34.1"
> +SRC_URI[archive.md5sum] = "7a0571ac358664c6e96accd3ac4cd245"
> +SRC_URI[archive.sha256sum] =
> "3eb89f82eee042884a8d65737564fe48829c3ae187f067cbcdec2b088d2fe89b"
> +PV = "3.34.2"
>

I think version specific information should be in bb file not inc

>
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-27 23:19   ` Khem Raj
@ 2019-12-27 23:48     ` Andreas Müller
  2019-12-28  3:22       ` Khem Raj
  0 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2019-12-27 23:48 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Sat, Dec 28, 2019 at 12:19 AM Khem Raj <raj.khem@gmail.com> wrote:
> I think version specific information should be in bb file not inc
we have a native build and it just builds some tools required. Both
native/target share same version which is set in
evolution-data-server.inc. So maybe I missed something but what kind
of change do you suggest?

Andreas


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

* Re: [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-27 23:48     ` Andreas Müller
@ 2019-12-28  3:22       ` Khem Raj
  2019-12-28 11:29         ` Andreas Müller
  0 siblings, 1 reply; 28+ messages in thread
From: Khem Raj @ 2019-12-28  3:22 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Fri, Dec 27, 2019 at 3:48 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Sat, Dec 28, 2019 at 12:19 AM Khem Raj <raj.khem@gmail.com> wrote:
> > I think version specific information should be in bb file not inc
> we have a native build and it just builds some tools required. Both
> native/target share same version which is set in
> evolution-data-server.inc. So maybe I missed something but what kind
> of change do you suggest?
>

hmm if it shares with native/nativesdk that might be fine
why dont we use bbclassextend for the native version ?

> Andreas


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

* Re: [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-28  3:22       ` Khem Raj
@ 2019-12-28 11:29         ` Andreas Müller
  2019-12-28 18:35           ` Khem Raj
  0 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2019-12-28 11:29 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Sat, Dec 28, 2019 at 4:22 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Fri, Dec 27, 2019 at 3:48 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
> >
> > On Sat, Dec 28, 2019 at 12:19 AM Khem Raj <raj.khem@gmail.com> wrote:
> > > I think version specific information should be in bb file not inc
> > we have a native build and it just builds some tools required. Both
> > native/target share same version which is set in
> > evolution-data-server.inc. So maybe I missed something but what kind
> > of change do you suggest?
> >
>
> hmm if it shares with native/nativesdk that might be fine
> why dont we use bbclassextend for the native version ?
>
* Native and target recipes do not share much in common (see
evolution-data-server.inc): As said: Native recipe just builds few
necessary tools with a set of dependencies reduced to minimum.
* Most pieces would require a specific entry
(DEPENDS/do_configure/do_compile/do_install/RDEPENDS) for native and
target. Since target recipe is already more complex than most recipes,
extending to native would confuse more and cause recipe less readable.
* There is no nativesdk yet. If someone needs it: extending target
recipe should do.
* This discussion is unrelated to this patch - right?

Andreas


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

* Re: [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2
  2019-12-28 11:29         ` Andreas Müller
@ 2019-12-28 18:35           ` Khem Raj
  0 siblings, 0 replies; 28+ messages in thread
From: Khem Raj @ 2019-12-28 18:35 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Sat, Dec 28, 2019 at 3:29 AM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Sat, Dec 28, 2019 at 4:22 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > On Fri, Dec 27, 2019 at 3:48 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
> > >
> > > On Sat, Dec 28, 2019 at 12:19 AM Khem Raj <raj.khem@gmail.com> wrote:
> > > > I think version specific information should be in bb file not inc
> > > we have a native build and it just builds some tools required. Both
> > > native/target share same version which is set in
> > > evolution-data-server.inc. So maybe I missed something but what kind
> > > of change do you suggest?
> > >
> >
> > hmm if it shares with native/nativesdk that might be fine
> > why dont we use bbclassextend for the native version ?
> >
> * Native and target recipes do not share much in common (see
> evolution-data-server.inc): As said: Native recipe just builds few
> necessary tools with a set of dependencies reduced to minimum.
> * Most pieces would require a specific entry
> (DEPENDS/do_configure/do_compile/do_install/RDEPENDS) for native and
> target. Since target recipe is already more complex than most recipes,
> extending to native would confuse more and cause recipe less readable.
> * There is no nativesdk yet. If someone needs it: extending target
> recipe should do.
> * This discussion is unrelated to this patch - right?
>

yes

> Andreas


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

end of thread, other threads:[~2019-12-28 18:36 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 21:30 [PATCH 01/23] exo: upgrade 0.12.10 -> 0.12.11 Andreas Müller
2019-12-27 21:30 ` [PATCH 02/23] tumbler: upgrade 0.2.7 -> 0.2.8 Andreas Müller
2019-12-27 21:31 ` [PATCH 03/23] catfish: upgrade 1.4.10 -> 1.4.11 Andreas Müller
2019-12-27 21:31 ` [PATCH 04/23] cppunit: upgrade 1.14.0 -> 1.15.1 Andreas Müller
2019-12-27 21:31 ` [PATCH 05/23] xfce4-terminal: upgrade 0.8.8 -> 0.8.9 Andreas Müller
2019-12-27 21:31 ` [PATCH 06/23] gnome-calculator: initial add 3.34.1 Andreas Müller
2019-12-27 21:31 ` [PATCH 07/23] evince: upgrade 3.34.1 -> 3.34.1 Andreas Müller
2019-12-27 21:31 ` [PATCH 08/23] file-roller: upgrade 3.32.2 -> 3.32.3 Andreas Müller
2019-12-27 21:31 ` [PATCH 09/23] evolution-data-server: upgrade 3.34.1 -> 3.34.2 Andreas Müller
2019-12-27 23:19   ` Khem Raj
2019-12-27 23:48     ` Andreas Müller
2019-12-28  3:22       ` Khem Raj
2019-12-28 11:29         ` Andreas Müller
2019-12-28 18:35           ` Khem Raj
2019-12-27 21:31 ` [PATCH 10/23] gedit: upgrade 3.34.0 -> 3.34.1 Andreas Müller
2019-12-27 21:31 ` [PATCH 11/23] gnome-autoar: upgrade 0.2.3 -> 0.2.4 Andreas Müller
2019-12-27 21:31 ` [PATCH 12/23] gnome-control-center: upgrade 3.34.1 -> 3.34.2 Andreas Müller
2019-12-27 21:31 ` [PATCH 13/23] gnome-desktop3: " Andreas Müller
2019-12-27 21:31 ` [PATCH 14/23] gnome-flashback: " Andreas Müller
2019-12-27 21:31 ` [PATCH 15/23] gnome-session: " Andreas Müller
2019-12-27 21:31 ` [PATCH 16/23] gnome-settings-daemon: upgrade " Andreas Müller
2019-12-27 21:31 ` [PATCH 17/23] gnome-shell-extensions: " Andreas Müller
2019-12-27 21:31 ` [PATCH 18/23] gnome-shell: " Andreas Müller
2019-12-27 21:31 ` [PATCH 19/23] gvfs: upgrade 1.42.1 -> 1.42.2 Andreas Müller
2019-12-27 21:31 ` [PATCH 20/23] libgdata: upgrade 0.17.10 -> 0.17.11 Andreas Müller
2019-12-27 21:31 ` [PATCH 21/23] mutter: upgrade 3.34.1 -> 3.34.2 Andreas Müller
2019-12-27 21:31 ` [PATCH 22/23] nautilus: " Andreas Müller
2019-12-27 21:31 ` [PATCH 23/23] yelp-xsl: upgrade 3.34.0 " Andreas Müller

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.