Search Criteria
Package Details: pinentry-dmenu 0.2.2-2
Package Actions
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: | GPL2 |
Conflicts: | pinentry-dmenu-inco |
Provides: | dmenu-pinentry, pinentry |
Submitter: | ritze |
Maintainer: | koonix |
Last Packager: | koonix |
Votes: | 13 |
Popularity: | 0.000682 |
First Submitted: | 2017-09-25 14:20 (UTC) |
Last Updated: | 2023-07-14 11:05 (UTC) |
Dependencies (4)
- libconfig (libconfig-gitAUR)
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Required by (23)
- acetoneiso2 (requires pinentry)
- chrome-pass-hostapp-git (requires pinentry)
- gnupg-git (requires pinentry)
- gnupg-largekeys (requires pinentry)
- gnupg1 (requires pinentry)
- gnupg1-extended (requires pinentry)
- jaromail (requires pinentry)
- jaromail-git (requires pinentry)
- keepmenu (requires pinentry) (optional)
- lastpass-cli-git (requires pinentry) (optional)
- mkinitcpio-gnupg (requires pinentry)
- pass-parcellite (requires pinentry) (optional)
- pinentry-dispatch (requires pinentry)
- rbw-client-header-fix (requires pinentry)
- rbw-git (requires pinentry)
- rofi-1pass (requires pinentry)
- scute (requires pinentry)
- thunar-custom-actions (requires pinentry)
- tomb (requires pinentry)
- tpm-fido-git (requires pinentry)
- Show 3 more...
Latest Comments
1 2 Next › Last »
Schernov commented on 2023-08-06 19:31 (UTC) (edited on 2023-08-06 19:31 (UTC) by Schernov)
Hi.I have issues with using package. The folowing is in dmesg. Could you please help?
koonix commented on 2023-07-14 11:06 (UTC)
@dreieck Fixed. Thanks for pointing out.
dreieck commented on 2023-07-11 15:59 (UTC)
pinentry-dmenu-inco
andpinentry-dmenu
need to conflict with each other. And please also check if one of themprovides
the other:Thanks for maintaining!
ritze commented on 2020-05-23 12:00 (UTC)
@bandithijo: Thank you for the comment. I fixed it and released a new minor version.
bandithijo commented on 2020-05-22 21:13 (UTC) (edited on 2020-05-23 00:22 (UTC) by bandithijo)
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 (UTC)
@maximbaz: Thanks a lot.
maximbaz commented on 2019-01-23 22:40 (UTC) (edited on 2019-01-23 22:41 (UTC) by maximbaz)
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 (UTC)
@scampi: Thanks for the information. I updated the package.
scampi commented on 2018-06-08 12:15 (UTC)
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 (UTC)
Done. Thank you.
1 2 Next › Last »