Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-authenticator: fix crash when opening preferences
@ 2024-10-26  2:13 dexgs
  2024-10-26 14:13 ` [PR PATCH] [Closed]: " sgn
  2024-10-26 14:13 ` sgn
  0 siblings, 2 replies; 3+ messages in thread
From: dexgs @ 2024-10-26  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]

There is a new pull request by dexgs against master on the void-packages repository

https://github.com/dexgs/void-packages gnome-authenticator
https://github.com/void-linux/void-packages/pull/52781

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.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->



A patch file from https://github.com/void-linux/void-packages/pull/52781.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-authenticator-52781.patch --]
[-- Type: text/x-diff, Size: 1515 bytes --]

From 812af6e8f36b1c0e224294150c055f61f0f40775 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
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 <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: gnome-authenticator: fix crash when opening preferences
  2024-10-26  2:13 [PR PATCH] gnome-authenticator: fix crash when opening preferences dexgs
@ 2024-10-26 14:13 ` sgn
  2024-10-26 14:13 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-10-26 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There's a closed pull request on the void-packages repository

gnome-authenticator: fix crash when opening preferences
https://github.com/void-linux/void-packages/pull/52781

Description:
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.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: gnome-authenticator: fix crash when opening preferences
  2024-10-26  2:13 [PR PATCH] gnome-authenticator: fix crash when opening preferences dexgs
  2024-10-26 14:13 ` [PR PATCH] [Closed]: " sgn
@ 2024-10-26 14:13 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-10-26 14:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There's a closed pull request on the void-packages repository

gnome-authenticator: fix crash when opening preferences
https://github.com/void-linux/void-packages/pull/52781

Description:
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.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-26 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-26  2:13 [PR PATCH] gnome-authenticator: fix crash when opening preferences dexgs
2024-10-26 14:13 ` [PR PATCH] [Closed]: " sgn
2024-10-26 14:13 ` sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).