diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-16 18:37:12 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-10-16 18:37:45 +0200 |
commit | ac585e592c0693ac11538d811ea114b82875b456 (patch) | |
tree | 5257b026afc64dfe780691424b40d19da54f4294 /media-gfx/clockphoto/clockphoto-1.1.ebuild | |
parent | net-libs/gupnp-av: Version bump (diff) | |
download | gentoo-ac585e592c0693ac11538d811ea114b82875b456.tar.gz gentoo-ac585e592c0693ac11538d811ea114b82875b456.tar.bz2 gentoo-ac585e592c0693ac11538d811ea114b82875b456.zip |
media-gfx/clockphoto: bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-gfx/clockphoto/clockphoto-1.1.ebuild')
-rw-r--r-- | media-gfx/clockphoto/clockphoto-1.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-gfx/clockphoto/clockphoto-1.1.ebuild b/media-gfx/clockphoto/clockphoto-1.1.ebuild new file mode 100644 index 000000000000..01ffc0d45cef --- /dev/null +++ b/media-gfx/clockphoto/clockphoto-1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit qmake-utils + +DESCRIPTION="Adjusts photo timestamps based on clock photos." +HOMEPAGE="https://git.zx2c4.com/clockphoto/about/" +SRC_URI="https://git.zx2c4.com/clockphoto/snapshot/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5" +RDEPEND="media-gfx/exiv2 ${DEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + dobin clockphoto +} |