blob: 9d19327c56c26dc4401b7397910b03b94aadb11e (
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
|
# 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=">=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
doins lwp-14.6.skz
}
|