Search Criteria
Package Details: shot-git 2.1.r16.316b33d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/shot-git.git (read-only, click to copy) |
---|---|
Package Base: | shot-git |
Description: | Minimal X11 screenshot tool aiming to provide good control over screenshot region |
Upstream URL: | https://github.com/rr-/shot |
Licenses: | MIT |
Submitter: | rr-r |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-17 13:18 (UTC) |
Last Updated: | 2023-07-15 19:07 (UTC) |
Dependencies (4)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxrandr (libxrandr-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
E5ten commented on 2020-05-11 00:06 (UTC)
@rr-r, sorry I wasn't clear, cmake and git shouldn't be replaced in the depends array by a package called makedepends, they should be part of the makedepends array, like this: depends=('libxrandr') makedepends=('cmake' 'git') Also, for the AUR API and website to see the changed dependencies, you'll have to commit an updated .SRCINFO along with the modified PKGBUILD.
E5ten commented on 2020-05-10 22:29 (UTC) (edited on 2020-05-10 22:29 (UTC) by E5ten)
@rr-r cmake and git should be makedepends, gcc shouldn't be listed, and the xrandr dep that should be used is libxrandr, not xorg-xrandr.