From adad24fa34970188c84934c9dc3dd1a1fd361625 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 21 Mar 2024 14:35:50 +0100 Subject: xdg-desktop-portal-gnome: update to 46.2. --- .../xdg-desktop-portal-gnome/patches/gcc14.patch | 29 ---------------------- srcpkgs/xdg-desktop-portal-gnome/template | 6 ++--- 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/xdg-desktop-portal-gnome/patches/gcc14.patch diff --git a/srcpkgs/xdg-desktop-portal-gnome/patches/gcc14.patch b/srcpkgs/xdg-desktop-portal-gnome/patches/gcc14.patch deleted file mode 100644 index 34a43f04f96..00000000000 --- a/srcpkgs/xdg-desktop-portal-gnome/patches/gcc14.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5fb3c0c23ccd76c6f8239bbb66c3fb1230208d5e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= -Date: Mon, 11 Dec 2023 11:36:13 +0100 -Subject: [PATCH] input-capture: Pass correct pointer type to - gtk_window_add_group - -It produced only a warning, but will be an error in the future. - -Fixes #112 ---- - src/inputcapture.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/inputcapture.c b/src/inputcapture.c -index ffa91a1d..bf60e6ea 100644 ---- a/src/inputcapture.c -+++ b/src/inputcapture.c -@@ -409,7 +409,7 @@ create_input_capture_dialog (GDBusMethodInvocation *invocation, - gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); - - window_group = gtk_window_group_new (); -- gtk_window_group_add_window (window_group, dialog); -+ gtk_window_group_add_window (window_group, GTK_WINDOW (dialog)); - - dialog_handle = g_new0 (InputCaptureDialogHandle, 1); - dialog_handle->request = g_object_ref (request); --- -GitLab - diff --git a/srcpkgs/xdg-desktop-portal-gnome/template b/srcpkgs/xdg-desktop-portal-gnome/template index c7441c6caa7..6c930ae9b13 100644 --- a/srcpkgs/xdg-desktop-portal-gnome/template +++ b/srcpkgs/xdg-desktop-portal-gnome/template @@ -1,6 +1,6 @@ # Template file for 'xdg-desktop-portal-gnome' pkgname=xdg-desktop-portal-gnome -version=45.1 +version=46.2 revision=1 build_style=meson configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user" @@ -14,7 +14,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal" maintainer="oreo639 " license="LGPL-2.1-or-later" homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome" -changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-45/NEWS" #changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/main/NEWS" +changelog="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/raw/gnome-46/NEWS" distfiles="${GNOME_SITE}/xdg-desktop-portal-gnome/${version%.*}/xdg-desktop-portal-gnome-${version}.tar.xz" -checksum=3e9ca821044005fb37bd68ebe4ad196fc3d072835581467a22a4879dac7b5fdd +checksum=b5c65ea25e8483502d033a613be6dc6b71883ac07f1a3e474ad18049c47d16d6 -- cgit v1.2.3