Age | Commit message (Expand) | Author |
2024-09-26 | gnu: pass-age: Update shell completion directories....* gnu/packages/password-utils.scm (pass-age)[arguments]: Adjust the
install-plan to adjust the shell completion directories.
Change-Id: I5153dd4c9e88d05c22f4ddda135704a7bfe3cc81
| Efraim Flashner |
2024-09-12 | gnu: pass-age: Wrap with coreutils-minimal....* gnu/packages/password-utils.scm (pass-age):
[arguments]<#:phases>: Add coreutils-minimal bin path to PATH.
[inputs]: Replace git by git-minimal. Add coreutils-minimal.
Change-Id: I320adc9f412aa493a3bc83298f5d7ebe3d589458
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-08-31 | gnu: otpclient: Fix build....* gnu/packages/password-utils.scm (otpclient)[arguments]: Don't refer
to nonexistent 'wrap' phase.
Change-Id: I05d6face0809343247d332c042ce9f6bc69e0e78
| 宋文武 |
2024-08-31 | gnu: makepasswd: Add libxcrypt dependency....* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt.
Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
| 宋文武 |
2024-08-31 | gnu: passwdqc: Add libxcrypt dependency....* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt.
Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
| 宋文武 |
2024-08-31 | gnu: password-utils: Add 'bash' input for 'wrap-program'....It is required for cross-compilation.
* gnu/packages/password-utils.scm
(shroud)[inputs]: Likewise.
(assword)[inputs]: Likewise.
(password-store)[inputs]: Likewise.
(pass-age)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I6400ef2a53f9ffe7c5e6690069f58e6a54bf3af6
| Maxime Devos |
2024-07-23 | gnu: keepassxc: Update to 2.7.9....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.9.
Change-Id: Ifcdfa5b58e4d7407c270bfa715fb94019015c089
| Nicolas Goaziou |
2024-06-26 | gnu: Add rofi-pass-wayland....This variant of rofi-pass swaps out the X-related tools used for Wayland
versions and changes the default configuration file to use them.
* gnu/packages/password-utils.scm (rofi-pass-wayland): New variable.
Change-Id: Ie844fc2f3a7f49fd6322e5418a6944b6b941abce
| John Kehayias |
2024-06-26 | gnu: rofi-pass: Update to 2.0.2-0.8aa6b92....With no release in over 5 years, update to the most recent commit to include
features like Wayland support. Rewrite the package definition to use the
makefile, patch paths, and generally improve the style.
* gnu/packages/password-utils.scm (rofi-pass): Update to 2.0.2-0.8aa6b92.
[origin]: Use git-fetch rather than just the individual script.
[build-system]: Switch to gnu-build-system.
[arguments]: Remove modules and builder. Disable tests. Add make-flags.
<phases>: Add fix-etc-path and wrap-path phases. Remove configure and build.
[propagated-inputs]: Move to ...
[inputs]: ... here. Add bash-minimal, pwgen, xclip, and xset.
Change-Id: Ia03ef46f3b567bc2eb6d1350db3612043f06d94b
| John Kehayias |
2024-06-11 | gnu: keepassxc: Update to 2.7.8....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.8.
Change-Id: Ibcd4097972ea2878f461044c82784eecd194dd13
Signed-off-by: jgart <jgart@dismail.de>
| Timotej Lazar |