media-gfx/maim: bump version 5.4.63
[gentoo.git] / media-gfx / maim / maim-5.4.63.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit cmake-utils
7
8 DESCRIPTION="Commandline tool to take screenshots of the desktop"
9 HOMEPAGE="https://github.com/naelstrof/maim"
10 SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 RDEPEND="
18         media-libs/libjpeg-turbo
19         media-libs/libpng:0=
20         x11-libs/libX11
21         x11-libs/libXext
22         x11-libs/libXfixes
23         x11-libs/libXrandr
24 "
25
26 DEPEND="${RDEPEND}
27         x11-libs/libXcomposite
28         virtual/opengl
29         x11-misc/slop
30 "