diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-03-18 09:34:20 +0100 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-18 07:36:54 -0700 | 
| commit | 069f9ab71538db8ec43db9cba420165e1443238f (patch) | |
| tree | 35efdc6ee4f60b9cc5cbd454524d3704017f292b | |
| parent | 45eeb8bd453bedde37a467c1f1ca24167798288f (diff) | |
| download | meta-openembedded-069f9ab71538db8ec43db9cba420165e1443238f.tar.gz | |
xdg-desktop-portal-gnome: update 47.3 -> 48.0
Changes in 48.0
=================
- Translation updates
Changes in 48.beta.rc
=================
 - 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.0.bb (renamed from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_47.3.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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.0.bb index 215560ed4d..019353bc88 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.0.bb | |||
| @@ -21,7 +21,7 @@ inherit gnomebase pkgconfig gsettings features_check | |||
| 21 | 21 | ||
| 22 | REQUIRED_DISTRO_FEATURES = "polkit" | 22 | REQUIRED_DISTRO_FEATURES = "polkit" | 
| 23 | 23 | ||
| 24 | SRC_URI[archive.sha256sum] = "9f6e4b14b583367c915e9494764f27cb84927faa3f9e6e018b93bbbcf3361e44" | 24 | SRC_URI[archive.sha256sum] = "cd15aca2e1364da308eb3796bb8ae4a577e60ca4fe12006b315232cfd19c8861" | 
| 25 | 25 | ||
| 26 | PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 26 | PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 
| 27 | PACKAGECONFIG[wayland] = ",,wayland-native" | 27 | PACKAGECONFIG[wayland] = ",,wayland-native" | 
