Search Criteria
Package Details: pass-notify-git 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pass-notify-git.git (read-only, click to copy) |
---|---|
Package Base: | pass-notify-git |
Description: | password-store extension for output via desktop notifications |
Upstream URL: | https://github.com/emlun/pass-notify/ |
Licenses: | GPL3 |
Conflicts: | pass-notify, pass-patched-passmenu-notify-git |
Provides: | pass-notify |
Replaces: | pass-patched-passmenu-notify-git |
Submitter: | emlun |
Maintainer: | emlun |
Last Packager: | emlun |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-23 21:52 (UTC) |
Last Updated: | 2023-07-12 09:56 (UTC) |
Dependencies (4)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dmenu (bemenu-dmenuAUR, widgie-menu-compatAUR, dmenu-gitAUR, dmenu-wl-dmenu-dropinAUR, dmenu-budAUR, fuzzel-dmenu-dropinAUR, sxmo-dmenuAUR, dmenu-rsAUR, dmenu-rs-gitAUR, wmenu-dmenuAUR, nordmenuAUR, rofi-dmenuAUR, dmenu-fuzzymatchAUR)
- libnotify (libnotify-gitAUR)
- pass (pass-gitAUR, pass-parcelliteAUR, gopass-symlinksAUR)
Latest Comments
1 2 Next › Last »
emlun commented on 2023-07-12 09:56 (UTC)
Sorry, I missed your previous comment about the version. But that requirement is already satisfied:
emlun commented on 2023-07-12 09:56 (UTC)
Thanks! Fixed now.
dreieck commented on 2023-07-11 22:29 (UTC) (edited on 2023-07-11 22:35 (UTC) by dreieck)
This package installs stuff into
/usr/local/
, which must not happen./usr/local/
is solely to be used for stuff installed manually outside of packages.In detail, it installs
/usr/local/bin/passmenu-notify
.Please install directly as
/usr/bin/passmenu-notify
.You can achieve this by changing the installation command to
Thanks for maintaining,
regards!
dreieck commented on 2022-05-30 23:27 (UTC) (edited on 2022-05-30 23:28 (UTC) by dreieck)
Another point:
This package uses the latest git checkout. The version should increase with every git commit, so please add some appropriate stuff to the
pkgver()
function (i.e. adding commit count).pkgver()
could look like this:which currently produces
0.4.0.r6.20220529.8026c31
.Or is somehow guaranteed that every single commit will increment the main version number of the software?
Regards!
emlun commented on 2022-05-29 14:26 (UTC)
Good point, thanks!
dreieck commented on 2022-05-29 11:48 (UTC) (edited on 2022-05-29 11:48 (UTC) by dreieck)
Please add
provides=("pass-notify=${pkgver}")
andpass-notify
to theconflicts
array.Thanks for maintaining!
emlun commented on 2020-12-23 22:32 (UTC) (edited on 2023-08-28 07:57 (UTC) by emlun)
Ok, this package (pass-patched-passmenu-notify-git) is now superseded by the new passmenu-notify-git package which solves this in a better way so you can stay in sync with
pass
upstream instead of this ancient fork. I'm marking pass-patched-passmenu-notify-git as out of date with no intent to update again. Thanks again for the poke!emlun commented on 2020-12-23 16:56 (UTC)
Hmyeah, this is pretty ancient at this point. This is probably better done as an extension now. Thanks for the poke!
MountainX commented on 2020-11-24 23:36 (UTC) (edited on 2020-11-24 23:38 (UTC) by MountainX)
This fails to build for me in a clean chroot. The error is in prepare().
More details:
Here is the content of the file src/password-store.sh.rej
emlun commented on 2016-02-06 19:54 (UTC)
1 2 Next › Last »