media-gfx/maim: add new package
authorIngolf Wagner <contact@ingolf-wagner.de>
Wed, 21 Dec 2016 20:39:28 +0000 (21:39 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 21:55:55 +0000 (23:55 +0200)
Closes: https://github.com/gentoo/gentoo/pull/2796

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

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
new file mode 100644 (file)
index 0000000..8407e0f
--- /dev/null
@@ -0,0 +1 @@
+DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9
diff --git a/media-gfx/maim/maim-3.4.47.ebuild b/media-gfx/maim/maim-3.4.47.ebuild
new file mode 100644 (file)
index 0000000..0aedb82
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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=""
+
+DEPEND="
+       media-libs/imlib2[X]
+       x11-libs/libX11
+       x11-libs/libXrandr
+       x11-libs/libXfixes
+       dev-util/gengetopt"
+RDEPEND="
+       ${DEPEND}
+       x11-misc/slop"
diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
new file mode 100644 (file)
index 0000000..dff2751
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>gentoo@ingolf-wagner.de</email>
+               <description>Primary maintainer</description>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription>
+               maim (Make Image) is a utility that takes screenshots of your desktop using imlib2.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">naelstrof/maim</remote-id>
+       </upstream>
+</pkgmetadata>