blob: 07090332219265637947a9ce0819a8b7095198ec (
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
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-ImageSlideShow/desklet-ImageSlideShow-0.8-r1.ebuild,v 1.2 2010/05/08 21:28:15 nixphoeni Exp $
CONTROL_NAME="${PN#desklet-}"
# This only needs to stick around until the new eclass is committed
DESKLET_NAME="${PN#desklet-}"
inherit gdesklets
DESCRIPTION="ImageSlideShow Control for gDesklets"
HOMEPAGE="http://gdesklets.de/index.php?q=control/view/211"
SRC_URI="${SRC_URI/\/desklets//controls}"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="${RDEPEND} dev-python/imaging"
DOCS="MANIFEST README"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}/${CONTROL_NAME}-${PV}-cache-dir.patch"
}
|