summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno <hanno@gentoo.org>2016-09-14 00:56:05 +0200
committerHanno <hanno@gentoo.org>2016-09-14 00:56:05 +0200
commitd120eda17eb46e7c4fb499260aaa3c5b500a91d3 (patch)
treeaf63c6029a858ce3553c93dad32120363f4c3c67 /media-gfx/gpicview/gpicview-0.2.5.ebuild
parentlxde-base/lxtask: version bump to 0.1.7 (diff)
downloadgentoo-d120eda17eb46e7c4fb499260aaa3c5b500a91d3.tar.gz
gentoo-d120eda17eb46e7c4fb499260aaa3c5b500a91d3.tar.bz2
gentoo-d120eda17eb46e7c4fb499260aaa3c5b500a91d3.zip
media-gfx/gpicview: Version bump to 0.2.5
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/gpicview/gpicview-0.2.5.ebuild')
-rw-r--r--media-gfx/gpicview/gpicview-0.2.5.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/gpicview/gpicview-0.2.5.ebuild b/media-gfx/gpicview/gpicview-0.2.5.ebuild
new file mode 100644
index 000000000000..a1e92e8705f7
--- /dev/null
+++ b/media-gfx/gpicview/gpicview-0.2.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A Simple and Fast Image Viewer for X"
+HOMEPAGE="http://lxde.sourceforge.net/gpicview"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/jpeg:0
+ >=x11-libs/gtk+-2.6:2"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS
+}