blob: 7198a3a4e7eaf9e243dc7ec49d52af90ff8c01cb (
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: /var/cvsroot/gentoo-x86/x11-themes/domino/domino-0.4.ebuild,v 1.4 2007/02/28 07:12:55 opfer Exp $
ARTS_REQUIRED="never"
inherit kde
DESCRIPTION="A KDE style with a soft look"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=42804"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/42804-${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="|| ( kde-base/kwin kde-base/kdebase )"
need-kde 3.4
PATCHES="${FILESDIR}/${P}-fbsd.patch"
src_unpack() {
kde_src_unpack
rm -f "${S}/configure"
}
|