blob: bf2d3dbc7049ab142ca970a41e5d5203f63309b7 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/fahrenheit/fahrenheit-0.1.ebuild,v 1.4 2006/07/23 01:19:15 flameeyes Exp $
inherit kde
DESCRIPTION="A native KWin window decoration for KDE 3.2.x"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=2108"
SRC_URI="http://www.kde-look.org/content/files/2108-${P}.tar.bz2
mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
IUSE=""
need-kde 3.2
src_unpack() {
kde_src_unpack
rm -rf "${S}/admin" "${S}/configure"
ln -s "${WORKDIR}/admin" "${S}/admin"
}
|