From 812af6e8f36b1c0e224294150c055f61f0f40775 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Fri, 25 Oct 2024 22:09:05 -0400 Subject: [PATCH] gnome-authenticator: fix crash when opening preferences Without a runtime dependency provided by the gstreamer1-pipewire package, gnome-authenticator crashes when opening the preferences menu (at least when running under pipewire). This is a significant issue because it prevents creating/restoring backups. This is fixed by adding gstreamer1-pipewire as a dependency of the gnome-authenticator package. --- srcpkgs/gnome-authenticator/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template index c07a02c2ff0719..a08c7f8c10e57e 100644 --- a/srcpkgs/gnome-authenticator/template +++ b/srcpkgs/gnome-authenticator/template @@ -1,14 +1,14 @@ # Template file for 'gnome-authenticator' pkgname=gnome-authenticator version=4.4.0 -revision=1 +revision=2 build_style=meson build_helper="rust" hostmakedepends="pkg-config gettext glib-devel itstool cargo desktop-file-utils gtk-update-icon-cache clang" makedepends="gtk4-devel libadwaita-devel libglib-devel libzbar-devel openssl-devel pipewire-devel rust-std" -depends="gnome-keyring" +depends="gnome-keyring gstreamer1-pipewire" short_desc="Two-factor authentication code generator for GNOME" maintainer="Enno Boland " license="GPL-3.0-or-later"