diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-01-06 02:05:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-06 09:51:40 +0200 |
commit | 000f085afecb637ab77add5f75860d8b9f46cd31 (patch) | |
tree | 5df2ced4e25a02e8c7ee20c7218b00131d9d32a5 /media-gfx/imv/imv-2.1.3.ebuild | |
parent | dev-ruby/rex-zip: add 0.1.1 (diff) | |
download | gentoo-000f085afecb637ab77add5f75860d8b9f46cd31.tar.gz gentoo-000f085afecb637ab77add5f75860d8b9f46cd31.tar.bz2 gentoo-000f085afecb637ab77add5f75860d8b9f46cd31.zip |
media-gfx/imv: version bump to 2.1.3
Closes: https://github.com/gentoo/gentoo/pull/3342
Diffstat (limited to 'media-gfx/imv/imv-2.1.3.ebuild')
-rw-r--r-- | media-gfx/imv/imv-2.1.3.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/media-gfx/imv/imv-2.1.3.ebuild b/media-gfx/imv/imv-2.1.3.ebuild new file mode 100644 index 000000000000..841650257931 --- /dev/null +++ b/media-gfx/imv/imv-2.1.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit fdo-mime + +DESCRIPTION="Minimal image viewer designed for tiling window manager users" +HOMEPAGE="https://github.com/eXeC64/imv" +SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + !sys-apps/renameutils + media-libs/fontconfig + media-libs/libsdl2 + media-libs/sdl2-ttf + media-libs/freeimage +" + +DEPEND="${RDEPEND} + test? ( dev-util/cmocka )" + +pkg_postinst() { + fdo-mime_desktop_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update +} |