All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1
@ 2024-04-22  6:00 Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 2/5] mutter: " Markus Volk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Volk @ 2024-04-22  6:00 UTC (permalink / raw
  To: openembedded-devel

46.1
====
* Improve notification of conflicting session [Joan; !3235]
* Add shift level to Korean OSK layout [Carlos; !3222]
* Fix markup support in notifications [Sebastian; !3247]
* extensions-app: Fix empty rows with '&' in extension name [Florian; !3266]
* extensions-app: Improve HIG compliance [Automeris; !3269, !3271]
* Omit expand buttons in notification banners [Julian; !3249]
* Misc. bug fixes and cleanups [dcz, Totto16, Sebastian, Florian;
  !3262, !3253, !3260, !3234]

Contributors:
  dcz, Carlos Garnacho, Sebastian Keller, Robert Mader, Florian Müllner,
  Automeris naranja, Julian Sparber, Joan Torres, Totto16, Sebastian Wick

Translators:
  Danial Behzadi [fa], Baurzhan Muftakhidinov [kk], Anders Jonsson [sv],
  Aurimas Černius [lt], Yuri Chornoivan [uk], Daniel Rusek [cs],
  Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Jiri Grönroos [fi],
  Piotr Drąg [pl], Yaron Shahrabani [he], Brage Fuglseth [nb], A S Alam [pa],
  Christian Kirbach [de], Milo Casagrande [it], Fran Dieguez [gl],
  Jordi Mas i Hernandez [ca], Jordi Mas [ca], Sabri Ünal [tr],
  Boyuan Yang [zh_CN], Athmane MOKRAOUI [kab], Vincent Chatelain [fr],
  Милош Поповић [sr, sr@latin], Martin [sl], Nathan Follens [nl], Artur S0 [ru],
  Juliano de Souza Camargo [pt_BR], Changwoo Ryu [ko], Jose Riha [sk],
  Fabio Tomat [fur], Peter Vágner [sk], Andi Chandler [en_GB]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../gnome-shell/{gnome-shell_46.0.bb => gnome-shell_46.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_46.0.bb => gnome-shell_46.1.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb
index 907cfdf67..ed86cbcb6 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb
@@ -32,7 +32,7 @@ GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "6bc41340b6de05774e97cfe20feba86e2b3cc9c8139118f24bd84ac63e82b53e"
+SRC_URI[archive.sha256sum] = "64f999844c101e63bf294d45b138de56319ad2f326282721aad0fa860653b369"
 SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
-- 
2.44.0



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

* [meta-gnome][PATCH 2/5] mutter: update 46.0 -> 46.1
  2024-04-22  6:00 [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Markus Volk
@ 2024-04-22  6:00 ` Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 3/5] xdg-desktop-portal-gnome: " Markus Volk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Markus Volk @ 2024-04-22  6:00 UTC (permalink / raw
  To: openembedded-devel

46.1
====
* Implement linux-drm-syncobj-v1 [Austin; !3300]
* Fix input lag on X11 nvidia [Daniel; !3685]
* Fix scanout on secondary GPUs [Michel; !3674]
* Don't apply max-render-time to secondary GPUs [Michel; !3689]
* Fix reusing single-pixel buffers [Jonas Å.; !3702]
* Improve scanout candidate check [Robert; !3699]
* Always use logical pixels for bounds [Sophie; !3698]
* Fix modifiers getting stuck during grabs [Carlos; !3704]
* Fix night-light on displays without EDID [Sebastian W.; !3673]
* Fix secondary GPU acceleration with nvidia driver [Jonas Å., Daniel; !3304]
* Fix some XWayland clients being partially click-through [Sebastian K.; !3697]
* Fix initial suspended state [Jonas Å.; !3475]
* Fixed crashes [Bilal, Jonas Å., Sebastian W., Daniel;
  !3683, !3666, !3691, !3708, !3678]
* Misc. bug fixes and cleanups [Ray, Carlos, Bilal, Ivan, Barnabás, Jonas Å.,
  Jonas D., Michel; !3672, !3681, !3686, !3687, !3671, !3679, !3690, !3703,
  !3695, !2946, !3696, !3710, !3644, !3707]

Contributors:
  Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho,
  Sophie Herold, Sebastian Keller, Robert Mader, Athmane MOKRAOUI,
  Ivan Molodetskikh, Barnabás Pőcze, Austin Shafer, Ray Strode, Daniel van Vugt,
  Sebastian Wick

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-gnome/mutter/{mutter_46.0.bb => mutter_46.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_46.0.bb => mutter_46.1.bb} (97%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/mutter/mutter_46.0.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_46.1.bb
index d14f161f1..b60ffefb0 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_46.1.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "bb3f7d77aebdea9d317d3f5ef03868e4e7969da423ac495e33a16d61db2c9373"
+SRC_URI[archive.sha256sum] = "63b2660dd0fa193fa662c80ee12eb8b16f2b8c3bc3896366200c79943824d51d"
 
 # x11 is still manadatory - see meson.build
 REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
-- 
2.44.0



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

* [meta-gnome][PATCH 3/5] xdg-desktop-portal-gnome: update 46.0 -> 46.1
  2024-04-22  6:00 [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 2/5] mutter: " Markus Volk
@ 2024-04-22  6:00 ` Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 4/5] gnome-calendar: " Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 5/5] gnome-shell-extensions: " Markus Volk
  3 siblings, 0 replies; 5+ messages in thread
From: Markus Volk @ 2024-04-22  6:00 UTC (permalink / raw
  To: openembedded-devel

Changes in 46.1
=================

- Remove D-Bus call timeout from Access portal requests that are proxied to
  GNOME Shell. This prevents the Access portal from failing requests if the
  user doesn't click on a dialog for more than 25 seconds.
- Various fixes to the ScreenCast portal dialog
- Translation updates

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...op-portal-gnome_46.0.bb => xdg-desktop-portal-gnome_46.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-support/xdg-desktop-portal/{xdg-desktop-portal-gnome_46.0.bb => xdg-desktop-portal-gnome_46.1.bb} (89%)

diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb
similarity index 89%
rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb
rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb
index c5040571c..847907a5b 100644
--- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.0.bb
+++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_46.1.bb
@@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check
 
 REQUIRED_DISTRO_FEATURES = "polkit"
 
-SRC_URI[archive.sha256sum] = "5d2d533597d280b7370b8f74faa40097b292b0036dbd59166e1312230500bb8b"
+SRC_URI[archive.sha256sum] = "7e8d9623e9d96a89c0897616827cd441dcf2832927d38f135c722552b1172aa1"
 
 PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
 PACKAGECONFIG[wayland] = ",,wayland-native"
-- 
2.44.0



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

* [meta-gnome][PATCH 4/5] gnome-calendar: update 46.0 -> 46.1
  2024-04-22  6:00 [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 2/5] mutter: " Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 3/5] xdg-desktop-portal-gnome: " Markus Volk
@ 2024-04-22  6:00 ` Markus Volk
  2024-04-22  6:00 ` [meta-gnome][PATCH 5/5] gnome-shell-extensions: " Markus Volk
  3 siblings, 0 replies; 5+ messages in thread
From: Markus Volk @ 2024-04-22  6:00 UTC (permalink / raw
  To: openembedded-devel

Major changes in 46.1:
* Cleanup shortcut handling of some dialogs
* Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{gnome-calendar_46.0.bb => gnome-calendar_46.1.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-calendar/{gnome-calendar_46.0.bb => gnome-calendar_46.1.bb} (89%)

diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb
similarity index 89%
rename from meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb
index 707c4b583..eac768c8f 100644
--- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_46.1.bb
@@ -22,7 +22,7 @@ inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-versi
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
-SRC_URI[archive.sha256sum] = "5e21960c174bd8606d9089bf79c70f31070ab4837919878b00db2f14af9fe718"
+SRC_URI[archive.sha256sum] = "9861ff7b8abd5b7b20690ba55eb7542c7ec534b566269e29b5b1e858c1610897"
 
 do_install:prepend() {
     sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h
-- 
2.44.0



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

* [meta-gnome][PATCH 5/5] gnome-shell-extensions: update 46.0 -> 46.1
  2024-04-22  6:00 [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Markus Volk
                   ` (2 preceding siblings ...)
  2024-04-22  6:00 ` [meta-gnome][PATCH 4/5] gnome-calendar: " Markus Volk
@ 2024-04-22  6:00 ` Markus Volk
  3 siblings, 0 replies; 5+ messages in thread
From: Markus Volk @ 2024-04-22  6:00 UTC (permalink / raw
  To: openembedded-devel

46.1
====
* screenshot-window-sizer: Add flathub-recommended size [Florian; !317]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...-shell-extensions_46.0.bb => gnome-shell-extensions_46.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_46.0.bb => gnome-shell-extensions_46.1.bb} (84%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb
similarity index 84%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb
index eff5fecff..b79f70c60 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_46.1.bb
@@ -6,7 +6,7 @@ inherit gnomebase gettext gsettings features_check
 
 REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "d8138f88cd92df9f932309149c236fbdd77c1bc095445036ab7eb0ecda53c01a"
+SRC_URI[archive.sha256sum] = "c5ba50700da77a986f0060beedacfc017e7ec82283f2a6384842a0807bc4553f"
 
 EXTRA_OEMESON += " \
     -Dextension_set=all \
-- 
2.44.0



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

end of thread, other threads:[~2024-04-22  6:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  6:00 [meta-gnome][PATCH 1/5] gnome-shell: update 46.0 -> 46.1 Markus Volk
2024-04-22  6:00 ` [meta-gnome][PATCH 2/5] mutter: " Markus Volk
2024-04-22  6:00 ` [meta-gnome][PATCH 3/5] xdg-desktop-portal-gnome: " Markus Volk
2024-04-22  6:00 ` [meta-gnome][PATCH 4/5] gnome-calendar: " Markus Volk
2024-04-22  6:00 ` [meta-gnome][PATCH 5/5] gnome-shell-extensions: " Markus Volk

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.