Search Criteria
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: | |
Conflicts: | |
Provides: | |
Submitter: | naelstrof |
Maintainer: | naelstrof |
Last Packager: | naelstrof |
Votes: | 8 |
Popularity: | 0.005164 |
First Submitted: | 2014-10-15 19:56 |
Last Updated: | 2017-09-13 19:01 |
Dependencies (11)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- glibc (glibc-linux4, glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-dso, lib32-glibc-dso)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libx11 (libx11-git, libx11-threadsafe)
- libxext (libxext-git)
- slop (slop-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- glm (glm-git, gli) (make)
Required by (20)
- ames (requires maim)
- azote (requires maim) (optional)
- azote-git (requires maim) (optional)
- gsu (requires maim)
- gsu-git (requires maim)
- i3-maim (requires maim)
- i3lock-fancy-git (requires maim) (optional)
- nougat-git (requires maim) (optional)
- owo-cli (requires maim)
- puush4linux (requires maim)
- raritynetwork-screenshot-util-git (requires maim)
- rofi-applets-menus (requires maim) (optional)
- rofimgur-git (requires maim)
- shr-moe-screenshot-git (requires maim)
- shshare (requires maim)
- slip (requires maim)
- teiler-git (requires maim)
- termplay (requires maim) (optional)
- tigcap (requires maim)
- yaxg-git (requires maim) (optional)
Latest Comments
0x647262 commented on 2017-09-14 01:43
```
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
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
Sorry! done.
eigengrau commented on 2016-02-16 12:21
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
Might be helpful if this would also set PROVIDES=(maim).
Best regards!