summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/photoqt/photoqt-0.8-r1.ebuild')
-rw-r--r--media-gfx/photoqt/photoqt-0.8-r1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-gfx/photoqt/photoqt-0.8-r1.ebuild b/media-gfx/photoqt/photoqt-0.8-r1.ebuild
new file mode 100644
index 000000000000..0328224dd1c3
--- /dev/null
+++ b/media-gfx/photoqt/photoqt-0.8-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Simple but powerful Qt-based image viewer"
+HOMEPAGE="http://photoqt.org/"
+SRC_URI="http://photoqt.org/oldRel/photo-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
+ media-gfx/exiv2:="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/photo-0.7.1.1-install-desktop.patch"
+)
+
+S=${WORKDIR}/photo-${PV}