blob: 67757420f3e8c401566292bd257b2f1fdee6fb6c (
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
29
30
31
32
33
34
35
36
37
38
39
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/reinhardtstyle/reinhardtstyle-0.8.2.ebuild,v 1.5 2006/10/10 09:09:33 deathwing00 Exp $
inherit kde
# kde-look.org prefixes filenames
MY_PN="5962-reinhardtstyle"
MY_P="${MY_PN}-${PV}"
WANT_AUTOMAKE="1.6"
WANT_AUTOCONF="2.1"
DESCRIPTION="Minimalistic KDE style heavily based on clee's dotNET"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=5962"
SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.bz2
mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="x86 ~ppc sparc"
ARTS_REQUIRED="never"
DEPEND="|| ( kde-base/kwin kde-base/kdebase )"
RDEPEND="${DEPEND}"
need-kde 3.2
src_unpack() {
unpack ${A}
cd "${S}"
rm -rf "${S}/admin" "${S}/configure"
ln -s "${WORKDIR}/admin" "${S}/admin"
}
|