Search Criteria
Package Details: pinentry-dmenu 0.2.2-1
Git Clone URL: | https://aur.archlinux.org/pinentry-dmenu.git (read-only, click to copy) |
---|---|
Package Base: | pinentry-dmenu |
Description: | A pinentry program with the charm of dmenu |
Upstream URL: | https://github.com/ritze/pinentry-dmenu |
Keywords: | dwm pinentry |
Licenses: | |
Provides: | |
Submitter: | ritze |
Maintainer: | ritze |
Last Packager: | ritze |
Votes: | 11 |
Popularity: | 0.79 |
First Submitted: | 2017-09-25 14:20 |
Last Updated: | 2020-05-23 11:57 |
Dependencies (4)
Required by (17)
- gnupg-clavator (requires pinentry)
- gnupg-git (requires pinentry)
- gnupg-large-rsa (requires pinentry)
- gnupg-large-secmem (requires pinentry)
- gnupg-largekeys (requires pinentry)
- gnupg-scdaemon-shared-access (requires pinentry)
- jaromail (requires pinentry)
- jaromail-git (requires pinentry)
- lastpass-cli-git (requires pinentry) (optional)
- mkinitcpio-gnupg (requires pinentry)
- pinentry-dispatch (requires pinentry)
- rbw (requires pinentry)
- rbw-bin (requires pinentry)
- rbw-git (requires pinentry)
- rofi-1pass (requires pinentry)
- thunar-custom-actions (requires pinentry)
- yubikey-agent (requires pinentry)
Latest Comments
ritze commented on 2020-05-23 12:00
@bandithijo: Thank you for the comment. I fixed it and released a new minor version.
bandithijo commented on 2020-05-22 21:13
gcc
&gcc-libs
has upgrade to 10. This caused the problem.Temporary solution, I need to downgrade
gcc
&gcc-libs
to 9.3.0. andmake
process is success.I dont understand how to fix the problem ini the package. This is reference about gcc 10 https://gcc.gnu.org/gcc-10/porting_to.html
Thank you for your hard work. (^_^)
ritze commented on 2019-01-24 18:50
@maximbaz: Thanks a lot.
maximbaz commented on 2019-01-23 22:40
Hi ritze, nice job with this app! Here are a few suggestions for your PKGBUILD:
You can remove the line that installs LICENSE, because your license (GPL2) is a common one and is already present in
/usr/share/licenses/common
. Declaringlicense=('GPL2')
is enough, see here for details: https://wiki.archlinux.org/index.php/PKGBUILD#licenseYou should add
provides=('pinentry')
line. What this will do is it will allow people to completely replacecore/pinentry
with your package. Currently people have to install both, because for examplegnupg
depends onpinentry
.After making these changes, remember to increase
pkgrel
and runmakepkg --printsrcinfo > .SRCINFO
before committing and pushing this to AUR.ritze commented on 2018-06-09 08:26
@scampi: Thanks for the information. I updated the package.
scampi commented on 2018-06-08 12:15
Hi,
You need to update the pkgrel number in .SRCINFO to 2.
ATM you get the following error when installing the package:
ritze commented on 2018-05-03 06:14
Done. Thank you.
kmax commented on 2018-05-02 20:43
Hi! I just tried installing on a newly setup machine => failed. I needed to install the 'libconfig' package first. Could you add it to the dependencies? Thanks! kmax