All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta
@ 2025-02-25 13:49 Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 2/7] gdm: update 47.0 " Markus Volk
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

Changes in 48.beta.2
=================
 - Add USB portal backend
 - Fix screen cast portal done signal emission
Changes in 48.beta
=================
- Use the new AdwInlineViewSwitcher widget in the screencast dialog
- Update apps list properly in the screencast dialog
- Generate systemd sysexts in CI
- Fix an issue with the Notification portal implementation
- Depend on libadwaita >= 1.7.alpha
- Translation updates
Changes in 48.alpha
=================
- Outsource external window management to libgxdp
- Fix the capabilities for the print dialog
- Fix memory leak in screencast widget
- Implement a signal handler to help with ASAN
- Use Adwaita widgets in the app chooser dialog
- Fix a memory management issue with the screencast widget
- Depend on xdg-desktop-portal >= 1.19.1
- Translation updates

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

diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.beta.bb
similarity index 89%
rename from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb
rename to meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.beta.bb
index 215560ed4d..3d19060c2a 100644
--- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb
+++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.beta.bb
@@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check
 
 REQUIRED_DISTRO_FEATURES = "polkit"
 
-SRC_URI[archive.sha256sum] = "9f6e4b14b583367c915e9494764f27cb84927faa3f9e6e018b93bbbcf3361e44"
+SRC_URI[archive.sha256sum] = "17f2bc70cc693f85c93b436449d25b26b58ca3487cf61fa1c860366cee05dba1"
 
 PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
 PACKAGECONFIG[wayland] = ",,wayland-native"
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 2/7] gdm: update 47.0 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 3/7] gnome-settings-daemon: update 47.3 " Markus Volk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

=======
48.beta
=======
 - Don't require Xwayland if wayland-only
 - Fix pam_syslog detection
 - Fix Solaris build
 - Fix udev rules for disabling wayland
 - Add 'banner-message-path' and '-source' settings

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

diff --git a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_48.beta.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gdm/gdm_47.0.bb
rename to meta-gnome/recipes-gnome/gdm/gdm_48.beta.bb
index 9aefeed7d2..22048dbfcf 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_48.beta.bb
@@ -21,7 +21,7 @@ GIR_MESON_OPTION = ""
 
 inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check
 
-SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84"
+SRC_URI[archive.sha256sum] = "acd6728240d3424cf8b93479a81afcb22f05c3610a23d83094afe3a026f9ce6d"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth"
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 3/7] gnome-settings-daemon: update 47.3 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 2/7] gdm: update 47.0 " Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 " Markus Volk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

===============
Version 48.beta
===============
- Translation updates
- Fix deprecation warnings during build
Media-keys:
- Allow running custom commands in lock screen
==================
Version 48.alpha.1
==================
- Brown paper bag release
Media keys:
- Fix crash on startup
================
Version 48.alpha
================
- Translation updates
- Icon hint improvements to notifications
Media keys:
- Improve HIG compliance of notification messages
- Add shortcuts for reboot and shutdown actions
Power:
- Improve HIG compliance of notification messages
- Resolve device paths outside of the backlight helper
Usb protection:
- Improve strings
Xsettings:
- Do not notify icon-theme property on high-contrast changes

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...settings-daemon_47.1.bb => gnome-settings-daemon_48.beta.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-settings-daemon/{gnome-settings-daemon_47.1.bb => gnome-settings-daemon_48.beta.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.beta.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb
rename to meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.beta.bb
index bc279dff40..9804d7c112 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_47.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.beta.bb
@@ -24,7 +24,7 @@ DEPENDS = " \
 REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
 GIR_MESON_OPTION = ""
 
-SRC_URI[archive.sha256sum] = "f2aacbe55fa38e8708583eec0a6651049e537eb505a3ed2ce0baa4e9b64246d1"
+SRC_URI[archive.sha256sum] = "786062f15f858feb97faa99ac58c5ccf80c9236962fc0f7a89ed71f946963822"
 
 PACKAGECONFIG ??= " \
     cups nm \
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 2/7] gdm: update 47.0 " Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 3/7] gnome-settings-daemon: update 47.3 " Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  2025-02-25 17:15   ` [oe] " Khem Raj
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 5/7] mutter: update 47.5 " Markus Volk
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

Version 48~beta
~~~~~~~~~~~~~~~
Released: 2025-01-31
This is an unstable release with the following changes:
 * Support installing flatpaks via a flatpak+https: link
 * Fix notifying about outdated updates when in power saver mode or offline
 * Prioritise verified apps in source list
This release also updates translations:
 * Bulgarian (twlvnn kraftwerk)
 * Czech (Daniel Rusek)
 * Russian (Artur S0)
 * Slovenian (Martin)
Version 48~alpha3
~~~~~~~~~~~~~~~~~
Released: 2025-01-14
This is an unstable release with the following changes:
 * Fix downloads of firmware updates
 * Fix the release process
This release also updates translations:
 * Belarusian (Vasil Pupkin)
 * Slovenian (Martin)
Version 48~alpha2
~~~~~~~~~~~~~~~~~
Released: 2025-01-04
This is an unstable release with the following changes:
 * Fix the release process
Version 48~alpha
~~~~~~~~~~~~~~~~
Released: 2025-01-04
This is an unstable release with the following changes:
 * Include dependencies in estimated download size
 * Improve performance when loading updates
 * Fix interface freeze when upvoting/downvoting reviews
 * Various minor interface improvements for keyboard navigation and small screens
 * Fix crash when uninstalling snaps
 * Add experimental systemd-sysupdate plugin
 * Warn about microphone permissions if an app has PipeWire access
This release also updates translations:
 * Belarusian (Vasil Pupkin)
 * Catalan (Jordi Mas i Hernandez, Jordi Mas)
 * Dutch (Nathan Follens)
 * French (Vincent Chatelain)
 * Friulian (Fabio Tomat)
 * German (Jürgen Benvenuti)
 * Hebrew (Yaron Shahrabani)
 * Kabyle (Athmane MOKRAOUI)
 * Latvian (Rūdolfs Mazurs)
 * Portuguese (Hugo Carvalho)
 * Portuguese (Brazil) (Rafael Fontenelle)
 * Russian (Artur S0)
 * Serbian (Марко Костић, Милош Поповић)
 * Slovak (Jose Riha)
 * Slovenian (Martin)
 * Thai (Aefgh Threenine)
 * Turkish (Sabri Ünal)
 * Ukrainian (Yuri Chornoivan)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{gnome-software_47.2.bb => gnome-software_48.beta.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb => gnome-software_48.beta.bb} (90%)

diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
similarity index 90%
rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
index 31b13accf8..1b48708595 100644
--- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
@@ -26,9 +26,9 @@ DEPENDS += " \
 
 RDEPENDS:${PN} = "iso-codes"
 
-EXTRA_OEMESON += "-Dtests=false -Dsoup2=false"
+EXTRA_OEMESON += "-Dtests=false"
 
-SRC_URI[archive.sha256sum] = "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea"
+SRC_URI[archive.sha256sum] = "798c48912788b3ff700fd483fe805f3e0f0912cf2e46b7f7334c8a9c6f883296"
 
 PACKAGECONFIG ?= "flatpak"
 PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 5/7] mutter: update 47.5 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
                   ` (2 preceding siblings ...)
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 " Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 6/7] gnome-shell: update 47.3 " Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 7/7] gnome-control-center: " Markus Volk
  5 siblings, 0 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

- libdisplay-info is not optional anymore
- add dependencies to fix api-documentation and bash-completion

48.beta
=======
* Update cursors via the frame clock in virtual monitors [Jonas; !4067]
* Synchronize device enabled state when adding device [Yao; !4188]
* Do not use modifiers if surface should be sharable [Michel; !4219]
* Add accessible state tracking in Clutter [Bilal; !4089]
* Introduce GNOME Display Control (gdctl) utility [Jonas; !4190]
* Fix notifying shell about modifier-only keyboard layout switches
  [Olivier; !4232, !4237]
* Configure HDR via DisplayConfig D-Bus API [Jonas; !4192]
* Fixed crashes [Philip, Jonas; !4222, !4210]
* Misc. bug fixes and cleanups [Michel, Sebastian W., Jonas, José, Alessandro,
  Sebastian K., Daniel, Philip, Carlos, Florian, Alberto, Bilal; !4208, !4022,
  !4005, !4218, !4225, !4229, !4228, !4231, !4223, !3972, !4233, !4234, !4242,
  !4198]
Contributors:
  Alessandro Astone, Michel Dänzer, Bilal Elmoussaoui, José Expósito,
  Olivier Fourdan, Carlos Garnacho, Sebastian Keller, Florian Müllner,
  Alberto Ruiz, Daniel van Vugt, Yao Wei (魏銘廷), Sebastian Wick,
  Philip Withnall, Jonas Ådahl
48.alpha
========
* gwakeup: Reduce wake-ups to only first item in queue [Christian; !4007]
* x11: Reduce chances XPending does recvmsg() syscall [Christian; !4006]
* Fix grabbing tablet devices [Jonas Å.; !4033]
* Improve color-management support [Joan; !3913, !3948, !4020, !4062, !4144]
* Fix misplaced windows and random resizes on scaled monitors [Jonas Å.; !4041]
* Improve detecting preferred primary devices [Kamil; !4055]
* Merge CoglPango into Clutter [Bilal; !4004]
* Always depend on libdisplay-info for EDID parsing [Sebastian W.; !3602]
* Fix explicit sync with virtual monitors w/o pipewire streams [Doğukan; !4056]
* Introspect `event` parameter in MetaKeyHandlerFunc [Guacamolie; !4079]
* Fix warping pointer after releasing pointer constraints [Sebastian K.; !4098]
* Avoid CPU stalls with NVIDIA secondary GPUs with directly-attached monitors
  [Gert-dev; !4015]
* Fix updating cursor immediately when starting window drag [Olivier; !3639]
* Add pipeline hooks to user program pipelines [Sebastian W.; !4037]
* Allow to configure monitors as for-lease [José; !4112, !4121]
* Add support for system bell protocol [Jonas Å.; !3675]
* Prefer GPUs with built-in panels connected as primary GPU [Mario; !4114]
* Add `configure` signal to allow tweaking original window configuration
  [Olivier; !4076]
* Fix cursor glitches when using virtual monitors [Jonas Å.; !4066]
* Default to high thread instead of realtime priority for KMS thread
  [Jonas Å.; !4124]
* Add built-in renderdoc support [Sebastian W.; !4061]
* Ensure frame events are sent for cursor surfaces [Michel; !4113]
* Allow BGRX8888 format on big endian [Jocelyn; !4088]
* Fix touchscreen drag-and-drop on wayland [Alessandro; !4091]
* Fix maximized X11 when using native Xwayland scaling [Jonas Å.; !4147]
* Implement xdg-toplevel-drag-v1 protocol [Nick; !4107]
* Fix blank screen in remote headless sessions [Jonas Å.; !4152]
* Query screen cast format modifiers via CoglRenderer [Jonas Å.; !3900]
* Also request high priority secondary EGL context [Jonas Å.; !2973]
* Fix Xwayland DND coordinates when using fractional scaling [Jonas Å.; !4169]
* Remove ClutterImage [Bilal; !4133]
* Fix applying initial _NET_WM_WINDOW_OPACITY on Xwayland [Olivier; !4170]
* Implement wp_viewport support for cursor surfaces [Jonas Å., Robert; !3859]
* Improve input → output latency of cursor movements [Michel; !3964]
* Make font-rendering support optional [Bilal; !4106]
* Improve frame rate on monitors attached to secondary GPUs in copy mode
  [Gert-dev; !4027]
* Add support for commit-timing-v1 and fifo-v1 protocols [Derek; !3355]
* Use BT709 coefficients and limited range for YUV conversion by default
  [Robert; !4204]
* Send preferred scales to all surface roles [Jonas Å.; !4205]
* Fixed crashes [Michel, Joan, Daniel, José, Jason, Bilal, Robert, Jonas D.,
  Peter; !4028, !4032, !4019, !4029, !4030, !4059, !4070, !4034, !3176, !3650,

  !4117, !4136]
* Misc. bug fixes and cleanups [Sebastian W., Florian, Joan, Jonas Å., José,
  Christian, Robert, Marco, Michel, Bilal, Daniel, Sebastian K., Jakub, Jonas D,
  Takao, Ikey, Georges, Carlos, Corentin, Philip, Bartłomiej; !4036, !4040,
  !4042, !3965, !4016, !3926, !4031, !4011, !3424, !4047, !4049, !4058, !4068,
  !4048, !4071, !4074, !3980, !4078, !4080, !4035, !4075, !4090, !4093, !4060,
  !4069, !3961, !4101, !4057, !4104, !4105, !4108, !4109, !4077, !4111, !4115,
  !4116, !4087, !4018, !3943, !4123, !4122, !4103, !4064, !4100, !4065, !4125,
  !4128, !4127, !4129, !4126, !3604, !4150, !4161, !4162, !4160, !4137, !4148,
  !4166, !4157, !4156, !4158, !4168, !4149, !4165, !4155, !4174, !4163, !4173,
  !4175, !4176, !4131, !4132, !4179, !4178, !4130, !4180, !4177, !4184, !4186,
  !4189, !4187, !4197, !4199, !4194, !4181, !4200, !4196, !3878, !4201]
Contributors:
  Alessandro Astone, Georges Basile Stavracas Neto, Nick Diego Yamane,
  Ikey Doherty, Jonas Dreßler, Michel Dänzer, Bilal Elmoussaoui,
  José Expósito, Jocelyn Falempe, Derek Foreman, Olivier Fourdan,
  Takao Fujiwara, Carlos Garnacho, Jason Gerecke, Gert-dev, Guacamolie,
  Christian Hergert, Peter Hutterer, Sebastian Keller, Doğukan Korkmaztürk,
  Mario Limonciello, Robert Mader, Florian Müllner, Corentin Noël,
  Robert Obkircher, Bartłomiej Piotrowski, Jakub Steiner, Kamil Szczęk,
  Joan Torres, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick,
  Philip Withnall, Jonas Ådahl
Translators:
  Vincent Chatelain [fr], Jordi Mas i Hernandez [ca], Daniel Mustieles [es],
  Jürgen Benvenuti [de], Nathan Follens [nl], Danial Behzadi [fa],
  Марко Костић [sr], Scrambled 777 [hi], Cas Pascal [vi]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../mutter/{mutter_47.5.bb => mutter_48.beta.bb}         | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/mutter/{mutter_47.5.bb => mutter_48.beta.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.beta.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_48.beta.bb
index ca28a679cd..7abb6a5d3c 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_47.5.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_48.beta.bb
@@ -14,9 +14,12 @@ DEPENDS = " \
     pango \
     gsettings-desktop-schemas \
     json-glib \
+    libdisplay-info \
     libei \
     libxtst \
     libxkbfile \
+    python3-argcomplete-native \
+    python3-docutils-native \
     ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \
     xwayland \
 "
@@ -24,7 +27,7 @@ DEPENDS = " \
 
 inherit gnomebase gsettings gobject-introspection gettext features_check
 
-SRC_URI[archive.sha256sum] = "6551a33ce887e68415b13952af6d6b430e95306f9297adc8c111953e995c515b"
+SRC_URI[archive.sha256sum] = "2e2fd6a024d4a5b0fed9a34f4ca25fc9505fe84f04da0cd5dc901b70d868ba31"
 
 SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch"
 
@@ -54,7 +57,6 @@ EXTRA_OEMESON += " \
 PACKAGECONFIG[native-backend] = "-Dnative_backend=true -Dudev=true, -Dnative_backend=false -Dudev=false, libdrm virtual/libgbm libinput ${LOGIND} virtual/egl virtual/libgles2 udev"
 PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false, virtual/libgl"
 PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false"
-PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=enabled, -Dlibdisplay_info=disabled, libdisplay-info"
 PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom"
 # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+
 PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire"
@@ -64,7 +66,7 @@ PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcan
 PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof"
 PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"
 
-MUTTER_API_NAME = "mutter-15"
+MUTTER_API_NAME = "mutter-16"
 
 do_install:prepend() {
     sed -i -e 's|${B}/||g' ${B}/cogl/cogl/cogl-enum-types.c
@@ -88,6 +90,7 @@ GSETTINGS_PACKAGE = "${PN}-gsettings"
 PACKAGES =+ "${PN}-tests ${PN}-gsettings"
 
 FILES:${PN} += " \
+    ${datadir}/bash-completion \
     ${datadir}/gnome-control-center \
     ${datadir}/gir-1.0 \
     ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 6/7] gnome-shell: update 47.3 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
                   ` (3 preceding siblings ...)
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 5/7] mutter: update 47.5 " Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 7/7] gnome-control-center: " Markus Volk
  5 siblings, 0 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

48.beta
=======
* Fix overlapping tiles in app grid on hover [Sam; !3551]
* Improve screen time limit support
  [Philip, Florian; !3597, !3603, !3604, !3606]
* Fix default user avatar with light stsyle [Sam; !3596]
* Transition to new BoxLayout.orientation property
  [Florian, Carlos; !3614, !3618]
* Allow tracking screen time history with no limit set [Philip; !3610]
* Fix Extensions app losing state after shell restart [Florian; !3463]
* Support loading login banner message from file [Florian; !3558]
* Misc. bug fixes and cleanups [Florian, Daniel, Bilal, Philip, Adam, Carlos,
  Julian; !3600, !3601, !3528, !3510, !3605, !3607, !3609, !3613, !3615, !3598,
  !3617, !3599, !3612, !3621, !3619, !3429, !3627]
Contributors:
  Bilal Elmoussaoui, Carlos Garnacho, Sam Hewitt, Florian Müllner,
  Julian Sparber, Daniel van Vugt, Adam Williamson, Philip Withnall
Translators:
  Rafael Fontenelle [pt_BR], Artur S0 [ru], Quentin PAGÈS [oc],
  Emilio Sepúlveda [ia], Martin [sl], Philipp Kiemle [de]
48.alpha
========
* Improve quick settings accessibility [Lukáš; !3477, !3481, !3484, !3485]
* Use accent color in tablet configuration UI [Alice; !3480]
* Improve accuracy of inset box shadows [Daniel; !3488]
* Fix `PopupSwitchMenuItem::toggled` passing wrong state [Andrew; !3493]
* Consider text direction when handling arrow keys in sliders [Sundeep; !3500]
* Fix layout issues with new dialog style [Sam; !3473]
* Fix uneven padding in notification headers [Sam; !3486]
* Fix graphical artifacts in partially-rounded buttons [Sebastian; #7996]
* Do not depend on gnome-menus for folder translations [Pablo; !3526]
* Fix caret tracking in magnifier [Bilal; !3522]
* Show OSD notification for headphone connection [Sundeep; !3531]
* Improve accessibility of keyboard backlight quick settings toggle
  [Lukáš, Florian; !3538, !3545]
* Fix resetting non-caps shift key in on-screen keyboard [Jonas; !3286]
* Improve contrast of notification placeholder [Sam; !3557]
* Add support for screen time / health breaks [Philip; !3251]
* Add sysext support to toolbox tooling [Florian; !3498]
* Modernize spinner [Florian; !3565]
* extensions-app: Allow closing with ctrl+w [Maximiliano; !3577]
* Fix Escape handling in run dialog [Florian; !3585]
* Fix custom text-scaling-factor getting reset [Matthijs; !3574]
* Tweak ibus candidate popover appearance [AuralRay; !3584]
* Add convenience logging API for extensions [Florian; !3586]
* Improve on-screen keyboard appearance [Sam; !3555, !3553]
* Tweak quick settings appearance [Sam; !3554]
* Add support for screen time limits [Philip; !3397]
* Fixed crash [Florian; !3476]
* Misc. bug fixes and cleanups [Florian, Robert, Bilal, Marco, Guacamolie,
  Automeris, Daniel, Jonas, Georges, Michel, Bartłomiej, Alberto, AsciiWolf,
  Jakub, Sam; !3478, !3479, !3482, !3490, !3099, !3494, !3495, !3497, !3499,
  !3504, !3503, !3502, !3505, !3507, !3508, !3506, !3379, !3511, !3514, !3515,
  !3519, !3520, !3518, !3521, !3524, !3527, !3501, !3529, !3535, !3532, !3542,
  !3540, !3543, !3541, !3549, !3548, !3539, !3563, !3567, !3569, !3570, !3547,
  !3573, !3525, !3546, !3575, !3572, !3544, !3580, !3578, !3576, !3579, !3589,
  !3587, !3552, !3593]
Contributors:
  AsciiWolf, AuralRay, Georges Basile Stavracas Neto, Pablo Correa Gómez,
  Jonas Dreßler, Michel Dänzer, Bilal Elmoussaoui, Guacamolie, Sam Hewitt,
  Sebastian Keller, Robert Mader, Sundeep Mediratta, Alice Mikhaylenko,
  Florian Müllner, Bogi Napoleon Wennerström, Automeris naranja,
  Bartłomiej Piotrowski, Alberto Ruiz, Daniel Rusek, Maximiliano Sandoval,
  Jakub Steiner, Marco Trevisan (Treviño), Lukáš Tyrychtr, Daniel van Vugt,
  Matthijs Velsink, Philip Withnall, Andrew Zaech
Translators:

  Aefgh Threenine [th], Daniel Mustieles [es], Mahdi Hasan [bn],
  Brage Fuglseth [nb], Athmane MOKRAOUI [kab], Fabio Tomat [fur],
  Bogi Napoleon Wennerström [fo], Martin [sl], Emilio Sepúlveda [ia],
  Vasil Pupkin [be], Nathan Follens [nl], Artur S0 [ru],
  Марко Костић [sr], Yaron Shahrabani [he], Cas Pascal [vi],
  Sabri Ünal [tr]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...ll-extensions_47.3.bb => gnome-shell-extensions_48.beta.bb} | 2 +-
 .../{gnome-shell_47.3.bb => gnome-shell_48.beta.bb}            | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell-extensions_47.3.bb => gnome-shell-extensions_48.beta.bb} (84%)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_47.3.bb => gnome-shell_48.beta.bb} (94%)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.beta.bb
similarity index 84%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.beta.bb
index 151e57e887..175520d771 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_47.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.beta.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] = "1a9142a4e85d7a2b7dc5bad37e34df9eebb38e8496f4938be2d7b2b35883d139"
+SRC_URI[archive.sha256sum] = "5cc565a79540e2fb3bab041708ecbef28c83319de54388f5dabe9d7c35788c62"
 
 EXTRA_OEMESON += " \
     -Dextension_set=all \
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.beta.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb
rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.beta.bb
index b3fba01eee..26fa8b4a72 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_47.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.beta.bb
@@ -33,7 +33,7 @@ GIR_MESON_OPTION = ""
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
 
-SRC_URI[archive.sha256sum] = "783deb9a086511e4a53db10574bfbba695576f698078218ca6c80cb1efec293e"
+SRC_URI[archive.sha256sum] = "e0c2bee1a1674c622847f353cae59ec36bfb122d2c117834aff120445d7c5b2b"
 
 PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
@@ -67,6 +67,7 @@ FILES:${PN} += " \
     ${datadir}/dbus-1 \
     ${datadir}/gnome-control-center \
     ${datadir}/xdg-desktop-portal \
+    ${datadir}/desktop-directories \
     ${systemd_user_unitdir} \
 "
 
-- 
2.48.1



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

* [RFC][meta-gnome][PATCH 7/7] gnome-control-center: update 47.3 -> 48.beta
  2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
                   ` (4 preceding siblings ...)
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 6/7] gnome-shell: update 47.3 " Markus Volk
@ 2025-02-25 13:49 ` Markus Volk
  5 siblings, 0 replies; 10+ messages in thread
From: Markus Volk @ 2025-02-25 13:49 UTC (permalink / raw)
  To: openembedded-devel

===============
Version 48.beta
===============
- Various translation updates
- Make search bar always grab focus with shortcuts
- Fix a memory leak in CcMaskPaintable (used for illustrations)
- Fix missing icons in Mouse/Wacom/WWAN settings (ship our own icons)
- Add single-panel-mode for distros to launch Settings in a single panel (without sidebar)
- Use static hostname instead of pretty hostname (hostnamed) in URLs
Dependency updates
- gnome-settings-daemon >= 48.alpha.1
Device Security
- Don't hardcode height of "help" dialog
Display
- Add monitor HDR setting
Keyboard
- Rename old "logout" media key name to "Power Off"
- Add new media keys shortcuts for "Restart" and "Logout"
- Port shortcuts dialog to AdwDialog
Mouse
- Use AdwToggleGroup in the "Primary Button" settings
Region
- Port Format Chooser to AdwPreferencesPage
- Inform accountsservice of all configured languages
Sound
- Filter out NULL stream names in Volume Levels settings
Thunderbolt
- Fix unescaped string in device status dialog
Wellbeing
- Add screen time support
- Use gtk_widget_set_child_visible in allocate
- Various accessibility/navigation/esthetic improvements
- Split data collection and limits settings
================
Version 48.alpha
================
- Various translation updates
- Start using the new GNOME release service
- Prevent crash on CcSplitRow related to Gtk size group changes
- Use accessible-role=presentation for illustrative icons/images
- Use gtk_list_box_remove_all instead of iterating GTK widget children
- Import developer docs from gitlab wiki to the docs/ source folder
- Various improvements to our development Flatpak build
- Various style/consistency updates to gobject creations
- Stop calling "gtk_widget_get_root()" incorrectly
- Various improvements to CcPermissionInfobar
- Use luminance masking for webm assets
- Introduce follow-accent property to CcMaskPaintable
- Allow FQDN hostnames
Dependency updates
- upower >= 1.90.6
- gsettings-desktop-schema >= 47.0
- libadwaita >= 1.7.alpha
About
- Fixes wrong GPU names when g-c-c is launched using dGPU

Accessibility
- Turn CcCursorSizeDialog into a page
- Remove "screen" mark labels in zoom page
- Simplify cursor size subtitle
Apps
- Avoid crash when parsing invalid app permissions
- Handle Epiphany webapps
- Various memory leak fixes
- Remove .circular style class from some buttons
Appearance
- Load GnomeBG thumbnails async
- Internally handle scale-factor
- Allow for concurrent cache updates
- Generate one background thumbnail at a time
- Don't accidentally reset accent colors
- Add "undo" option when deleting a wallpaper
- Load async wallpapers in order
Color
- Fix "Show details" link on profile warning
- Fix row expansion and button visibility
- Port "Add Profile" to AdwDialog
- Rename "Color" panel to "Color Management"
- Various code style improvements
- Port add profile page from GtkTreeView to GtkListView
- Ensure profile is connected before setting system-wide
- Various fixes to the color calibration tool
Date and Time
- Fix incorrect disabling of auto timezone without location services
- Use AdwToggleGroup in the "Time Format" row
Display
- Snap monitors after updating prefer mode to current config when enable join mode
- Port "Scale" and "Multiple Displays" rows to AdwToggleGroup
- Use real color temp in night light scale widget
Keyboard
- Port Shortcut editor to AdwDialog
- Use "--parent-handle" option when launching Tecla (keyboard layout previewer)
- Fix compose key example string
Network
- Make metered connection and hotspot settings adaptive to small screens
- Fix memory leaks in wireguard page
Notifications
- Update UI when underlying gsetting changes
Mouse
- Convert VP9 webm with alpha to monochrome variants (so we don't need gstreamer-bad-pluggins)
- Update webm illustration assets to latest versions
Mobile Networks
- Fix status pages alignments
- Use header capitalization in the "Turn off Airplane Mode" button
Multitasking
- Make workspace settings insensitive for single workspace
Online Accounts
- Track goa changes in PresentationIdentity and update the UI accordingly
Power
- Add support for battery charge limiting
- Split panel into "General" and "Power Saving" pages
- Split "Black Screen" setting in switch and delay
- Remove separate dialog for "Automatic Suspend"

- Various improvements on code readability and refactors
- Fix conflicting mnemonics
- Handle when tuned-ppd has an unsupported power profile
Printers
- Remove "search as you type" feature as it conflicts with global search
- Add a confirmation dialog when attempting to clear all jobs
- Add "No Results" page when nothing to show on search
- Use a consistent printer icon in several status pages
- Set "Driver" row after selecting ppd file in Printer Details dialog
- Port "Install PPD" dialog to GtkFileDialog
Region
- Update language row after closing lang selector
- Port format chooser dialog to AdwDialog
- Show locale name in format chooser preview
- Reset format chooser preview when uncollapsing
Sound
- Turn sound alert dialog into a subpage
- Prevent crash in Volume Levels when stream has no name
Search
- Add a button to open custom search locations
Sharing
- Fix saving of new shared folders in "Media Sharing" settings
- Make "Media Sharing" dialog use GtkFileDialog for new folders
Tests
- Disable randomly failing network panel test
- Improve waiting on NM device/client changes
- Add FQDN hostname tests
Thunderbolt
- Use AdwToast to display transient notifications
- Use property-rows style in device dialog
Users
- Use a dialog to confirm fingerprint removal
- Stop shipping legacy avatar images
- Fix conflicting mnemonic in "Add User" dialog
- Port "Remove User" button to AdwButtonRow
- Make screen reader read avatar file names when there are no names
- Port fingerprint dialog to AdwDialog
Wacom
- Do not crash when handling an unknown stylus ID
- Support hidpi for tablet/stylus images
- Make assets recolorable
- Rename visible entry to "Graphics Tablet"
- Change from "left handed orientation" to "location of buttons"
- Various style tweaks to stylus page
Wellbeing
- Add initial Wellbeing panel (disabled by default)
Wifi
- Fix crash on wifi adapter removal
- Fix using wifi hotspot with multiple wifi adapters
- Don't disable wireless globally when toggling one Wifi connection OFF
===============
Version 47.beta
===============
- Various translation updates
- Various CI fixes
- Various ports to modern libadwaita widgets
- Various mnemonics additions

- Use GtkWindow.set_default_icon_name for legacy sessions
Accessibility
- Rename "Reduce Animation" setting to "Animation Effects"
Apps
- Rename "File and Link Associations" page to "Files and Links"
- Show status page when Parental Controls aren't available
- Don't show "App is not sandboxed" banner for system components
Display
- Adapt rotation labels to the screen ratio
- Don't set automatic Night Light when Location Services are unavailable
Keyboard
- Load input choice locales asynchronously
- Fix "Move" buttons in input rows
Location
- Remove reference to now retired Mozilla Location Services
Mouse
- Use monochrome assets to support different accent colors
- Separate "Touchpad" row into its own preferences row group
Network
- Don't set empty ignored hosts
Notifications
- Turn "App Notifications" dialog into a subpage
Online Accounts
- Add a toast overlay for panel notifications/error messages
Users
- Modernize the "Add User" dialog
- Respect password "enforcing" based on /etc/security/pwquality.conf
- Avoid user names with underscores being interpreted as mnemonics
- Show correctly the remaining list of fingerprints to enroll
- Reverse sorting of finger names list to prioritize most used ones
Printers
- Various tweaks for the PPD Selection dialog
- Add button instead of link to open printer cups web page
Privacy
- Don't leak Bolt and Location subpages
- Fix visibility of Bolt settings when Bolt isn't available
Remote Desktop
- Fix loop resetting credentials
- Use new gnome-remote-desktop server configuration DBUs interface
Sound
- Add an empty state page for when no sound device is available
Wacom
- Set up Wacom stylus keyboard shortcuts and switch monitor
WWAN
- Fix crash preventing the load of the SIM Unlock dialog

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...e-control-center_47.3.bb => gnome-control-center_48.beta.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-control-center/{gnome-control-center_47.3.bb => gnome-control-center_48.beta.bb} (95%)

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.3.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.beta.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.3.bb
rename to meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.beta.bb
index a73183f0f8..e6db259494 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_47.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.beta.bb
@@ -39,7 +39,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-
 REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
 
 SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
-SRC_URI[archive.sha256sum] = "78381d5a7f1d5b297c9a19611145ee5e0584f06ac575ed08ad070a0c07bbeaa2"
+SRC_URI[archive.sha256sum] = "0ef7b2d3004e6eb418fce7080bb18d1b2426fb2961b39fed9c2118bab01e6c24"
 
 PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
 PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper"
-- 
2.48.1



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

* Re: [oe] [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 -> 48.beta
  2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 " Markus Volk
@ 2025-02-25 17:15   ` Khem Raj
  2025-02-25 18:15     ` Markus Volk
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2025-02-25 17:15 UTC (permalink / raw)
  To: f_l_k; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4052 bytes --]

Should we wait for final 48 release ?

On Tue, Feb 25, 2025 at 5:49 AM Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:

> Version 48~beta
> ~~~~~~~~~~~~~~~
> Released: 2025-01-31
> This is an unstable release with the following changes:
>  * Support installing flatpaks via a flatpak+https: link
>  * Fix notifying about outdated updates when in power saver mode or offline
>  * Prioritise verified apps in source list
> This release also updates translations:
>  * Bulgarian (twlvnn kraftwerk)
>  * Czech (Daniel Rusek)
>  * Russian (Artur S0)
>  * Slovenian (Martin)
> Version 48~alpha3
> ~~~~~~~~~~~~~~~~~
> Released: 2025-01-14
> This is an unstable release with the following changes:
>  * Fix downloads of firmware updates
>  * Fix the release process
> This release also updates translations:
>  * Belarusian (Vasil Pupkin)
>  * Slovenian (Martin)
> Version 48~alpha2
> ~~~~~~~~~~~~~~~~~
> Released: 2025-01-04
> This is an unstable release with the following changes:
>  * Fix the release process
> Version 48~alpha
> ~~~~~~~~~~~~~~~~
> Released: 2025-01-04
> This is an unstable release with the following changes:
>  * Include dependencies in estimated download size
>  * Improve performance when loading updates
>  * Fix interface freeze when upvoting/downvoting reviews
>  * Various minor interface improvements for keyboard navigation and small
> screens
>  * Fix crash when uninstalling snaps
>  * Add experimental systemd-sysupdate plugin
>  * Warn about microphone permissions if an app has PipeWire access
> This release also updates translations:
>  * Belarusian (Vasil Pupkin)
>  * Catalan (Jordi Mas i Hernandez, Jordi Mas)
>  * Dutch (Nathan Follens)
>  * French (Vincent Chatelain)
>  * Friulian (Fabio Tomat)
>  * German (Jürgen Benvenuti)
>  * Hebrew (Yaron Shahrabani)
>  * Kabyle (Athmane MOKRAOUI)
>  * Latvian (Rūdolfs Mazurs)
>  * Portuguese (Hugo Carvalho)
>  * Portuguese (Brazil) (Rafael Fontenelle)
>  * Russian (Artur S0)
>  * Serbian (Марко Костић, Милош Поповић)
>  * Slovak (Jose Riha)
>  * Slovenian (Martin)
>  * Thai (Aefgh Threenine)
>  * Turkish (Sabri Ünal)
>  * Ukrainian (Yuri Chornoivan)
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../{gnome-software_47.2.bb => gnome-software_48.beta.bb}     | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb
> => gnome-software_48.beta.bb} (90%)
>
> diff --git a/meta-gnome/recipes-gnome/gnome-software/
> gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/
> gnome-software_48.beta.bb
> similarity index 90%
> rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
> rename to meta-gnome/recipes-gnome/gnome-software/
> gnome-software_48.beta.bb
> index 31b13accf8..1b48708595 100644
> --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
> +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
> @@ -26,9 +26,9 @@ DEPENDS += " \
>
>  RDEPENDS:${PN} = "iso-codes"
>
> -EXTRA_OEMESON += "-Dtests=false -Dsoup2=false"
> +EXTRA_OEMESON += "-Dtests=false"
>
> -SRC_URI[archive.sha256sum] =
> "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea"
> +SRC_URI[archive.sha256sum] =
> "798c48912788b3ff700fd483fe805f3e0f0912cf2e46b7f7334c8a9c6f883296"
>
>  PACKAGECONFIG ?= "flatpak"
>  PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"
> --
> 2.48.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#115573):
> https://lists.openembedded.org/g/openembedded-devel/message/115573
> Mute This Topic: https://lists.openembedded.org/mt/111376787/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 6000 bytes --]

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

* Re: [oe] [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 -> 48.beta
  2025-02-25 17:15   ` [oe] " Khem Raj
@ 2025-02-25 18:15     ` Markus Volk
  2025-02-25 18:57       ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Markus Volk @ 2025-02-25 18:15 UTC (permalink / raw)
  To: raj.khem; +Cc: Khem Raj via lists.openembedded.org, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4805 bytes --]

I think so. This patchset would also require another set of patches for 
oe-core.
I sent both marked as RFC in case someone wants to try them. Alexander 
Kanavin stated that this will not make it in time for the release.
I only built the beta to see what needed to be updated for gnome 48. It 
is already running quite well

On Tue, Feb 25 2025 at 09:15:00 -08:00:00, Khem Raj via 
lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> 
wrote:
> Should we wait for final 48 release ?
> 
> On Tue, Feb 25, 2025 at 5:49 AM Markus Volk via 
> lists.openembedded.org <http://lists.openembedded.org/> 
> <f_l_k=t-online.de@lists.openembedded.org 
> <mailto:t-online.de@lists.openembedded.org>> wrote:
>> Version 48~beta
>>  ~~~~~~~~~~~~~~~
>>  Released: 2025-01-31
>>  This is an unstable release with the following changes:
>>   * Support installing flatpaks via a flatpak+https: link
>>   * Fix notifying about outdated updates when in power saver mode or 
>> offline
>>   * Prioritise verified apps in source list
>>  This release also updates translations:
>>   * Bulgarian (twlvnn kraftwerk)
>>   * Czech (Daniel Rusek)
>>   * Russian (Artur S0)
>>   * Slovenian (Martin)
>>  Version 48~alpha3
>>  ~~~~~~~~~~~~~~~~~
>>  Released: 2025-01-14
>>  This is an unstable release with the following changes:
>>   * Fix downloads of firmware updates
>>   * Fix the release process
>>  This release also updates translations:
>>   * Belarusian (Vasil Pupkin)
>>   * Slovenian (Martin)
>>  Version 48~alpha2
>>  ~~~~~~~~~~~~~~~~~
>>  Released: 2025-01-04
>>  This is an unstable release with the following changes:
>>   * Fix the release process
>>  Version 48~alpha
>>  ~~~~~~~~~~~~~~~~
>>  Released: 2025-01-04
>>  This is an unstable release with the following changes:
>>   * Include dependencies in estimated download size
>>   * Improve performance when loading updates
>>   * Fix interface freeze when upvoting/downvoting reviews
>>   * Various minor interface improvements for keyboard navigation and 
>> small screens
>>   * Fix crash when uninstalling snaps
>>   * Add experimental systemd-sysupdate plugin
>>   * Warn about microphone permissions if an app has PipeWire access
>>  This release also updates translations:
>>   * Belarusian (Vasil Pupkin)
>>   * Catalan (Jordi Mas i Hernandez, Jordi Mas)
>>   * Dutch (Nathan Follens)
>>   * French (Vincent Chatelain)
>>   * Friulian (Fabio Tomat)
>>   * German (Jürgen Benvenuti)
>>   * Hebrew (Yaron Shahrabani)
>>   * Kabyle (Athmane MOKRAOUI)
>>   * Latvian (Rūdolfs Mazurs)
>>   * Portuguese (Hugo Carvalho)
>>   * Portuguese (Brazil) (Rafael Fontenelle)
>>   * Russian (Artur S0)
>>   * Serbian (Марко Костић, Милош Поповић)
>>   * Slovak (Jose Riha)
>>   * Slovenian (Martin)
>>   * Thai (Aefgh Threenine)
>>   * Turkish (Sabri Ünal)
>>   * Ukrainian (Yuri Chornoivan)
>> 
>>  Signed-off-by: Markus Volk <f_l_k@t-online.de 
>> <mailto:f_l_k@t-online.de>>
>>  ---
>>   .../{gnome-software_47.2.bb <http://gnome-software_47.2.bb/> => 
>> gnome-software_48.beta.bb <http://gnome-software_48.beta.bb/>}     | 
>> 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename 
>> meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb 
>> <http://gnome-software_47.2.bb/> => gnome-software_48.beta.bb 
>> <http://gnome-software_48.beta.bb/>} (90%)
>> 
>>  diff --git 
>> a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb 
>> <http://gnome-software_47.2.bb/> 
>> b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb 
>> <http://gnome-software_48.beta.bb/>
>>  similarity index 90%
>>  rename from 
>> meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb 
>> <http://gnome-software_47.2.bb/>
>>  rename to 
>> meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb 
>> <http://gnome-software_48.beta.bb/>
>>  index 31b13accf8..1b48708595 100644
>>  --- 
>> a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb 
>> <http://gnome-software_47.2.bb/>
>>  +++ 
>> b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb 
>> <http://gnome-software_48.beta.bb/>
>>  @@ -26,9 +26,9 @@ DEPENDS += " \
>> 
>>   RDEPENDS:${PN} = "iso-codes"
>> 
>>  -EXTRA_OEMESON += "-Dtests=false -Dsoup2=false"
>>  +EXTRA_OEMESON += "-Dtests=false"
>> 
>>  -SRC_URI[archive.sha256sum] = 
>> "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea"
>>  +SRC_URI[archive.sha256sum] = 
>> "798c48912788b3ff700fd483fe805f3e0f0912cf2e46b7f7334c8a9c6f883296"
>> 
>>   PACKAGECONFIG ?= "flatpak"
>>   PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak 
>> ostree"
>>  --
>>  2.48.1
>> 
>> 
>> 
>> 


[-- Attachment #2: Type: text/html, Size: 5818 bytes --]

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

* Re: [oe] [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 -> 48.beta
  2025-02-25 18:15     ` Markus Volk
@ 2025-02-25 18:57       ` Khem Raj
  0 siblings, 0 replies; 10+ messages in thread
From: Khem Raj @ 2025-02-25 18:57 UTC (permalink / raw)
  To: Markus Volk; +Cc: Khem Raj via lists.openembedded.org, openembedded-devel

On Tue, Feb 25, 2025 at 10:14 AM Markus Volk <f_l_k@t-online.de> wrote:
>
> I think so. This patchset would also require another set of patches for oe-core.
> I sent both marked as RFC in case someone wants to try them. Alexander Kanavin stated that this will not make it in time for the release.
> I only built the beta to see what needed to be updated for gnome 48. It is already running quite well

OK thanks for filling in. I think it makes sense to test them out, I
will give it a whirl on CI as well to catch any issues,  but wait for
final release to apply them

>
> On Tue, Feb 25 2025 at 09:15:00 -08:00:00, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote:
>
> Should we wait for final 48 release ?
>
> On Tue, Feb 25, 2025 at 5:49 AM Markus Volk via lists.openembedded.org <f_l_k=t-online.de@lists.openembedded.org> wrote:
>>
>> Version 48~beta
>> ~~~~~~~~~~~~~~~
>> Released: 2025-01-31
>> This is an unstable release with the following changes:
>>  * Support installing flatpaks via a flatpak+https: link
>>  * Fix notifying about outdated updates when in power saver mode or offline
>>  * Prioritise verified apps in source list
>> This release also updates translations:
>>  * Bulgarian (twlvnn kraftwerk)
>>  * Czech (Daniel Rusek)
>>  * Russian (Artur S0)
>>  * Slovenian (Martin)
>> Version 48~alpha3
>> ~~~~~~~~~~~~~~~~~
>> Released: 2025-01-14
>> This is an unstable release with the following changes:
>>  * Fix downloads of firmware updates
>>  * Fix the release process
>> This release also updates translations:
>>  * Belarusian (Vasil Pupkin)
>>  * Slovenian (Martin)
>> Version 48~alpha2
>> ~~~~~~~~~~~~~~~~~
>> Released: 2025-01-04
>> This is an unstable release with the following changes:
>>  * Fix the release process
>> Version 48~alpha
>> ~~~~~~~~~~~~~~~~
>> Released: 2025-01-04
>> This is an unstable release with the following changes:
>>  * Include dependencies in estimated download size
>>  * Improve performance when loading updates
>>  * Fix interface freeze when upvoting/downvoting reviews
>>  * Various minor interface improvements for keyboard navigation and small screens
>>  * Fix crash when uninstalling snaps
>>  * Add experimental systemd-sysupdate plugin
>>  * Warn about microphone permissions if an app has PipeWire access
>> This release also updates translations:
>>  * Belarusian (Vasil Pupkin)
>>  * Catalan (Jordi Mas i Hernandez, Jordi Mas)
>>  * Dutch (Nathan Follens)
>>  * French (Vincent Chatelain)
>>  * Friulian (Fabio Tomat)
>>  * German (Jürgen Benvenuti)
>>  * Hebrew (Yaron Shahrabani)
>>  * Kabyle (Athmane MOKRAOUI)
>>  * Latvian (Rūdolfs Mazurs)
>>  * Portuguese (Hugo Carvalho)
>>  * Portuguese (Brazil) (Rafael Fontenelle)
>>  * Russian (Artur S0)
>>  * Serbian (Марко Костић, Милош Поповић)
>>  * Slovak (Jose Riha)
>>  * Slovenian (Martin)
>>  * Thai (Aefgh Threenine)
>>  * Turkish (Sabri Ünal)
>>  * Ukrainian (Yuri Chornoivan)
>>
>> Signed-off-by: Markus Volk <f_l_k@t-online.de>
>> ---
>>  .../{gnome-software_47.2.bb => gnome-software_48.beta.bb}     | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta-gnome/recipes-gnome/gnome-software/{gnome-software_47.2.bb => gnome-software_48.beta.bb} (90%)
>>
>> diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
>> similarity index 90%
>> rename from meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
>> rename to meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
>> index 31b13accf8..1b48708595 100644
>> --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_47.2.bb
>> +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.beta.bb
>> @@ -26,9 +26,9 @@ DEPENDS += " \
>>
>>  RDEPENDS:${PN} = "iso-codes"
>>
>> -EXTRA_OEMESON += "-Dtests=false -Dsoup2=false"
>> +EXTRA_OEMESON += "-Dtests=false"
>>
>> -SRC_URI[archive.sha256sum] = "112338f8a98e7e5125de3f57229873534215b77eeef37d3fd4262f02151c7cea"
>> +SRC_URI[archive.sha256sum] = "798c48912788b3ff700fd483fe805f3e0f0912cf2e46b7f7334c8a9c6f883296"
>>
>>  PACKAGECONFIG ?= "flatpak"
>>  PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"
>> --
>> 2.48.1
>>
>>
>>
>>


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

end of thread, other threads:[~2025-02-25 18:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 13:49 [RFC][meta-gnome][PATCH 1/7] xdg-desktop-portal-gnome: update 47.3 -> 48.beta Markus Volk
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 2/7] gdm: update 47.0 " Markus Volk
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 3/7] gnome-settings-daemon: update 47.3 " Markus Volk
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 4/7] gnome-software_: update 47.2 " Markus Volk
2025-02-25 17:15   ` [oe] " Khem Raj
2025-02-25 18:15     ` Markus Volk
2025-02-25 18:57       ` Khem Raj
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 5/7] mutter: update 47.5 " Markus Volk
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 6/7] gnome-shell: update 47.3 " Markus Volk
2025-02-25 13:49 ` [RFC][meta-gnome][PATCH 7/7] gnome-control-center: " 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.