You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/picturewall/picturewall-1.0-r1.ebuild

33 lines
706 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit eutils qt4-r2
MY_PN="PictureWall"
DESCRIPTION="Qt4 picture viewer and image searching tool using google.com"
HOMEPAGE="http://www.qt-apps.org/content/show.php?content=106101"
SRC_URI="https://picturewall.googlecode.com/files/${MY_PN}_${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug doc"
RDEPEND=">=dev-qt/qtcore-4.5.3:4
>=dev-qt/qtgui-4.5.3:4
>=dev-qt/qtwebkit-4.5.3:4"
DEPEND="app-arch/unzip
${RDEPEND}"
S=${WORKDIR}/${MY_PN}/${MY_PN}
src_install(){
dobin bin/${PN}
dodoc ReadMe
use doc && dohtml -r doc/html/*
make_desktop_entry ${PN} ${MY_PN}
}