# 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} virtual/python-imaging" DOCS="MANIFEST README" src_prepare() { epatch "${FILESDIR}/${CONTROL_NAME}-${PV}-cache-dir.patch" }