Package Details: maim-git v5.4.68.r2.gf0c5de9-1

Git Clone URL: https://aur.archlinux.org/maim-git.git (read-only, click to copy)
Package Base: maim-git
Description: maim (make image) makes an image out of the given area on the given X screen. Defaults to the whole screen.
Upstream URL: https://github.com/naelstrof/maim
Licenses: GPL3
Conflicts: maim
Provides: maim
Submitter: naelstrof
Maintainer: naelstrof
Last Packager: naelstrof
Votes: 9
Popularity: 0.003781
First Submitted: 2014-10-15 19:56 (UTC)
Last Updated: 2017-09-13 19:01 (UTC)

Required by (19)

Sources (1)

Latest Comments

0x647262 commented on 2017-09-14 01:43 (UTC)

``` pkgver() { cd "$_realname" git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g' } ``` should be changed to: ``` pkgver() { cd "$_realname" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } ``` To remove the 'v' from the version string. I feel bad for nitpicking something so small... :(

eigengrau commented on 2017-05-22 06:38 (UTC)

Thanks naelstrof! I’ve recently commissioned a machine with slop instead of slop-git, and have noticed maim-git hard depends on the -git version of slop. Since you also maintain the slop-git PKGBUILD, if you get a chance maybe have slop-git provide «slop», so maim-git could depend on that instead. Makes it easy to pick and mix. Kind regards, S.

naelstrof commented on 2016-02-16 19:43 (UTC)

Sorry! done.

eigengrau commented on 2016-02-16 12:21 (UTC)

Would be really convenient if you could add that provides. Every time I update «teiler», which depends on maim, I have to patch its PKGBUILD.

eigengrau commented on 2016-01-11 07:04 (UTC)

Might be helpful if this would also set PROVIDES=(maim). Best regards!