Skip to content

Commit

Permalink
media-gfx/maim: add new package
Browse files Browse the repository at this point in the history
Closes: gentoo#2796
  • Loading branch information
mrVanDalo authored and SoapGentoo committed Jan 4, 2017
1 parent 676abc6 commit f2b70ff
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/maim/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST maim-3.4.47.tar.gz 46799 SHA256 fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392 WHIRLPOOL de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9
26 changes: 26 additions & 0 deletions media-gfx/maim/maim-3.4.47.ebuild
Original file line number Diff line number Diff line change
@@ -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"
18 changes: 18 additions & 0 deletions media-gfx/maim/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</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>

0 comments on commit f2b70ff

Please sign in to comment.