mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
xdg-desktop-portal-gnome: update to 46.2.
This commit is contained in:
parent
3b2c98f9c3
commit
adad24fa34
2 changed files with 3 additions and 32 deletions
|
@ -1,29 +0,0 @@
|
||||||
From 5fb3c0c23ccd76c6f8239bbb66c3fb1230208d5e Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= <ltyrycht@redhat.com>
|
|
||||||
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
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xdg-desktop-portal-gnome'
|
# Template file for 'xdg-desktop-portal-gnome'
|
||||||
pkgname=xdg-desktop-portal-gnome
|
pkgname=xdg-desktop-portal-gnome
|
||||||
version=45.1
|
version=46.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
|
configure_args="-Dsystemduserunitdir=/usr/lib/systemd/user"
|
||||||
|
@ -14,7 +14,7 @@ short_desc="GNOME portal backend for xdg-desktop-portal"
|
||||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
|
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/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"
|
distfiles="${GNOME_SITE}/xdg-desktop-portal-gnome/${version%.*}/xdg-desktop-portal-gnome-${version}.tar.xz"
|
||||||
checksum=3e9ca821044005fb37bd68ebe4ad196fc3d072835581467a22a4879dac7b5fdd
|
checksum=b5c65ea25e8483502d033a613be6dc6b71883ac07f1a3e474ad18049c47d16d6
|
||||||
|
|
Loading…
Add table
Reference in a new issue