summaryrefslogtreecommitdiff
blob: 51bf34210be45758ff043ca5f07e67e8756e5c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P=${PN/l/L}
DESCRIPTION="Superkaramba theme and desktop applet for displaying system status"
HOMEPAGE="http://www.kde-look.org/content/show.php/Light?content=51251"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/51251-${MY_P}.tar.gz"

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

DEPEND=">=kde-base/superkaramba-3.5.5"
RDEPEND="${DEPEND}"

src_install(){
	S="${WORKDIR}/${MY_P}"
	cd ${S}
	insinto /usr/share/themes/superkaramba/${MY_P}
	doins *.png *.theme
}