diff mbox series

[meta-gnome] xdg-desktop-portal-gnome: update 47.1 -> 47.3

Message ID 20250225120740.1496523-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-gnome] xdg-desktop-portal-gnome: update 47.1 -> 47.3 | expand

Commit Message

Markus Volk Feb. 25, 2025, 12:07 p.m. UTC
this fixes a build error after xdg-desktop-portal update:
| ../xdg-desktop-portal-gnome-47.1/src/notification.c:72:3: error: too few arguments to function 'xdp_impl_notification_complete_add_notification'
|    72 |   xdp_impl_notification_complete_add_notification (object, invocation);

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

Patch

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