media-gfx/maim: bump version 5.4.63
authorIngolf Wagner <contact@ingolf-wagner.de>
Tue, 29 Aug 2017 21:52:05 +0000 (23:52 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 30 Aug 2017 06:23:23 +0000 (08:23 +0200)
Closes: https://github.com/gentoo/gentoo/pull/4950

media-gfx/maim/Manifest
media-gfx/maim/maim-5.4.63.ebuild [new file with mode: 0644]

index 8407e0fcb897c603b93a9c96183cd4c29adef58c..8689c556792a39fcb9987f1431520e7b3e49f020 100644 (file)
@@ -1 +1,2 @@
 DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9
+DIST maim-5.4.63.tar.gz 39666 SHA256 00753b7146348b4c0f76fb4254b3557d344d94db953b395483f1a657ebf09459 SHA512 d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd WHIRLPOOL afb661a2f3e1a2b5103a40fdee5765f9ded1530e5e2d3a25702371cef7ae2b48b6401f50751fb9ef83ac64863d682e7e0170e4cb945c2032a9d3398b42c685ff
diff --git a/media-gfx/maim/maim-5.4.63.ebuild b/media-gfx/maim/maim-5.4.63.ebuild
new file mode 100644 (file)
index 0000000..3f7ece5
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim"
+SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       media-libs/libjpeg-turbo
+       media-libs/libpng:0=
+       x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXrandr
+"
+
+DEPEND="${RDEPEND}
+       x11-libs/libXcomposite
+       virtual/opengl
+       x11-misc/slop
+"