blob: 5e4a4cb2d9b7911397d1bf4a994c72b83bd81882 (
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
27
28
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/mosfet-liquid-widgets/mosfet-liquid-widgets-0.9.5-r1.ebuild,v 1.3 2002/10/22 15:45:01 bjb Exp $
inherit kde-base
need-kde 3
S=${WORKDIR}/mosfet-liquid${PV}
DESCRIPTION="Mosfet's High-Permormance Liquid Widgets and Style for KDE 3.x"
SRC_URI="http://www.mosfet.org/mosfet-liquid${PV}.tar.gz"
HOMEPAGE="http://www.mosfet.org/liquid.html"
LICENSE="BSD"
KEYWORDS="x86 ppc alpha"
newdepend ">=kde-base/kdebase-3.0"
src_install() {
kde_src_install all
# replace ksplash image
dodir $KDEDIR/share/apps
mv $D/$PREFIX/share/apps/ksplash $D/$KDEDIR/share/apps
}
|