commit:     993a95f4617ec3976cf437081bdf734c13ac113f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 08:33:59 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 09:21:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993a95f4

media-gfx/maim: Version bump to 5.5

Closes: https://bugs.gentoo.org/631480
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/maim/Manifest        |  1 +
 media-gfx/maim/maim-5.5.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
index 63e53fc91bf..becc4b11ad8 100644
--- a/media-gfx/maim/Manifest
+++ b/media-gfx/maim/Manifest
@@ -1 +1,2 @@
 DIST maim-5.4.63.tar.gz 39666 BLAKE2B 
0c472480f231b84c7f772347d6eeca8620947e5494f176dd4513ee41a5de29e9b90eafbec1bb7064e745e24c9b1043a7ccd9627cbab5561f30f6e8a859273e21
 SHA512 
d84cfe051109c9c4b79f2a006f2d73a0fa9cd40151c9d6996740326766886f8b070bc49029d0d3810fd8743cc63d76c051fc249e53b4e9ff37faf8708c149dfd
+DIST maim-5.5.tar.gz 39571 BLAKE2B 
82235f4c90c32e26a4a6e3ef7cf544ae8958204383af1160bf3c8bfca9df19d0d92a4aec8acd2232afc8ae72eb6850c0cd09e2554e3affbf625b19b0beee1c50
 SHA512 
e98c5dfbc41c8948e9acb219e78adbc69d61caaa100bc69cc70c446dc895fb4d93d6d42cbd2da8096af9e6769f13e9af13bd4b66249eca6dd8a0eadfb11622ac

diff --git a/media-gfx/maim/maim-5.5.ebuild b/media-gfx/maim/maim-5.5.ebuild
new file mode 100644
index 00000000000..60cae290378
--- /dev/null
+++ b/media-gfx/maim/maim-5.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim";
+
+if [[ ${PV} == *9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/naelstrof/maim.git";
+else
+       SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="unicode"
+
+RDEPEND="
+       media-libs/libpng:0=
+       virtual/jpeg:0
+       x11-libs/libX11
+       x11-libs/libXcomposite
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXrandr
+       x11-libs/libXrender
+       x11-misc/slop:=
+       unicode? ( dev-libs/icu:= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               -DMAIM_UNICODE=$(usex unicode)
+       )
+       cmake-utils_src_configure
+}

Reply via email to