~alpine/aports

community/gnome-passwordsafe: fix issue 14082 v1 PROPOSED

TRS-80: 1
 community/gnome-passwordsafe: fix issue 14082

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4133/mbox | git am -3
Learn more about email & git

[PATCH] community/gnome-passwordsafe: fix issue 14082 Export this patch

---
 community/gnome-passwordsafe/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD
index a7c0134d94..673aaecf47 100644
--- a/community/gnome-passwordsafe/APKBUILD
+++ b/community/gnome-passwordsafe/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-passwordsafe
pkgver=6.5
pkgrel=3
pkgrel=4
pkgdesc="password manager for GNOME"
url="https://gitlab.gnome.org/World/secrets"
# s390x and riscv64 blocked by rust -> libhandy1
arch="noarch !s390x !riscv64"
license="GPL-3.0-only"
depends="
	libhandy1
	libadwaita
	py3-cairo
	py3-gobject3
	py3-keepass>=4.0.1
-- 
2.30.2
A couple guys helped me in IRC today.

Testing: Doing `apk add libadwaita` did eliminate the error and allow 
the program to start.

I am not sure about the comment about the other architectures though.

Also, the name of the program changed from Gnome Password Safe to Gnome 
Secrets, should I submit separate patch to change the name?

Cheers,
TRS-80