blob: a5acaab1a1add56f290b78900a666daf9e1f1e84 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
CONTROL_NAME="${PN#desklet-}"
inherit gdesklets
DESCRIPTION="ImageSlideShow Control for gDesklets"
HOMEPAGE="http://gdesklets.de/index.php?q=control/view/211"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="${RDEPEND} dev-python/pillow"
DOCS="MANIFEST README"
src_prepare() {
epatch "${FILESDIR}/${CONTROL_NAME}-${PV}-cache-dir.patch"
}