summaryrefslogtreecommitdiff
blob: c57b7ea4c317683627d6ca5419ea7bb272b1642e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.2 2010/06/24 21:20:30 pacho Exp $

EAPI="2"

inherit eutils qt4-r2
MY_PN="PictureWall"
MY_P="${MY_PN}_${PV}"

DESCRIPTION="Qt4 picture viewer and image searching tool using google.com"
HOMEPAGE="http://www.qt-apps.org/content/show.php?content=106101"
SRC_URI="http://picturewall.googlecode.com/files/PictureWall_1.0.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="debug"

RDEPEND=">=x11-libs/qt-gui-4.5.3"
DEPEND="app-arch/unzip
	${RDEPEND}"

S="${WORKDIR}/${MY_PN}/${MY_PN}"

src_install(){
	dobin bin/${PN} || die "dobin failed"
	dodoc ReadMe || die "dodoc failed"
	dohtml -r doc/html/* || die "dohtml failed"
	make_desktop_entry ${PN} ${MY_PN} || die "make_desktop_entry failed"
}