blob: 9922920cbac5aac97eecfd9732dcbce7dc124e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/polyester/polyester-1.0.5.ebuild,v 1.1 2009/06/13 23:53:43 scarabeus Exp $
inherit kde
DESCRIPTION="Widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity."
HOMEPAGE="http://www.kde-look.org/content/show.php?content=27968"
SRC_URI="http://www.notmart.org/files/${P}.tar.bz2"
SLOT="3.5"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )"
need-kde 3.5
|