diff options
Diffstat (limited to 'x11-themes/polyester/polyester-1.0.ebuild')
-rw-r--r-- | x11-themes/polyester/polyester-1.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/polyester/polyester-1.0.ebuild b/x11-themes/polyester/polyester-1.0.ebuild new file mode 100644 index 000000000..c1c61e139 --- /dev/null +++ b/x11-themes/polyester/polyester-1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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" +RESTRICT=nomirror + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +DEPEND="|| ( kde-base/kwin kde-base/kdebase )" + +need-kde 3.2 |