Search Criteria
Package Details: grimshot-git v1.5.rc2.r34.g3520fd2c-1
Git Clone URL: | https://aur.archlinux.org/grimshot-git.git (read-only, click to copy) |
---|---|
Package Base: | grimshot-git |
Description: | A helper for screenshots within sway. |
Upstream URL: | https://github.com/swaywm/sway |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | WhyNotHugo |
Maintainer: | WhyNotHugo |
Last Packager: | WhyNotHugo |
Votes: | 1 |
Popularity: | 0.062831 |
First Submitted: | 2020-05-04 12:55 |
Last Updated: | 2020-12-13 23:15 |
Dependencies (9)
- git (git-git)
- grim (grim-git)
- jq (jq-git)
- slurp (slurp-git)
- sway (sway-xdg-shell-v6-git, sway9, sway-nosystemd-minimal-git, sway-no-titlebars-git, sway-hidpi-git, sway-im, sway-strace-git, sway-git, sway-borders-git)
- xdg-user-dirs
- scdoc (make)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – Notify users when a screenshot is taken
- wl-clipboard (wl-clipboard-rs-git, wl-clipboard-git, wl-clipboard-rs) (optional) – Copy screenshots
Required by (1)
- shotman (requires grimshot)
Latest Comments
battuta commented on 2020-10-12 16:51
@WhyNotHugo The
xdg-user-dirs
dependency can now be removed (or moved tooptdepends
).See https://github.com/swaywm/sway/pull/5287 (yes, I know you wrote it!)
jakebailey commented on 2020-07-30 07:06
I think this package should builddep on
git
, otherwise this package fails to be built in a clean chroot (e.g., withaurutils
). Other-git
packages listgit
as a dependency, for reference.LaserEyess commented on 2020-07-20 13:47
Can you update this package? yay keeps trying to parse the version string in lexicographical order, and your
pkgver()
function keeps returningv1.5-*
which is explicitly lower priority than1.2-*
. Please either fix pkgver to strip the leading v or bump the AUR version to one with a v.Simply adding
s/^v//
to your sed command will work.eoli3n commented on 2020-05-10 14:57
Latest commit is broken