summaryrefslogtreecommitdiff
blob: c6cf6f1956ff4e6c86e5b33079465c0c19297ff8 (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
25
26
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_P="lwp"
DESCRIPTION="Superkaramba theme and desktop applet for displaying weather information"
HOMEPAGE="http://liquidweather.net/"
SRC_URI="http://dev.gentoo.org/~cla/artwork/distfiles/${MY_P}-${PV}.tar.gz"

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

DEPEND=">=media-gfx/imagemagick-6.3.3
	>=kde-base/superkaramba-3.5.5
	>=dev-python/PyQt-3.14.1-r2
	cups? ( dev-python/reportlab )"
RDEPEND="${DEPEND}"

src_install(){
	S="${WORKDIR}/${MY_P}-${PV}"
	cd ${S}
	insinto /usr/share/themes/superkaramba/${MY_P}
	doins lwp-14.6.skz
}