Package Details: lxqt_wallet 4.0.2-2

Git Clone URL: https://aur.archlinux.org/lxqt_wallet.git (read-only, click to copy)
Package Base: lxqt_wallet
Description: Secure information storage for LXQt
Upstream URL: https://github.com/lxqt/lxqt_wallet
Licenses: BSD-2-Clause
Submitter: Faerbit
Maintainer: txtsd
Last Packager: txtsd
Votes: 6
Popularity: 0.33
First Submitted: 2015-09-11 22:36 (UTC)
Last Updated: 2024-11-08 13:50 (UTC)

Dependencies (12)

Required by (2)

Sources (1)

Latest Comments

1 2 Next › Last »

txtsd commented on 2024-11-02 11:23 (UTC)

Sorry! And no worries!

yan12125 commented on 2024-11-02 11:22 (UTC)

Removing myself as a co-maintainer as txtsd didn't contact me first. Also, I'm not quite interested in lxqt-wallet.

mhogomchungu commented on 2020-08-05 19:08 (UTC)

"validgpgkeys" now has the correct value.

kinoe commented on 2020-08-05 15:06 (UTC)

@egrupled:thanks

egrupled commented on 2020-08-05 15:00 (UTC)

validgpgkeys field must be changed to 6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lxqt_wallet#n19

kinoe commented on 2020-08-04 19:15 (UTC)

retrieved key: gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

but build FAILED (Invalid public key 6855E493B5B2DF96E319BB6D16E2E1ACC6F51242) == ERROR: One or more PGP signatures could not be verified!

dude commented on 2019-05-12 17:47 (UTC)

Thanks. I'll look into implementing that.

<deleted-account> commented on 2019-05-12 17:43 (UTC)

(I think) The issue is that DNOSECRETSUPPORT and DNOKDESUPPORT are hard-coded to false in the PKGBUILD, which means that they are both linked to. The way we handle this in sirikali is to check if those packages are present at build time.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=sirikali

dude commented on 2019-05-12 17:34 (UTC)

They are both optional but you need to have at least one of them.

teohhanhui commented on 2019-05-12 17:27 (UTC)

It seems like kwallet and libsecret are not really optional:

$ ldd /usr/lib/liblxqt-wallet.so | grep secret
    libsecret-1.so.0 => /usr/lib/libsecret-1.so.0 (0x00007efdc0a4e000)

$ ldd /usr/lib/liblxqt-wallet.so | grep KF
    libKF5Wallet.so.5 => not found