diff options
Diffstat (limited to 'x11-themes/vista-black/vista-black-0.1.ebuild')
-rw-r--r-- | x11-themes/vista-black/vista-black-0.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/vista-black/vista-black-0.1.ebuild b/x11-themes/vista-black/vista-black-0.1.ebuild new file mode 100644 index 0000000..a84e72d --- /dev/null +++ b/x11-themes/vista-black/vista-black-0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde + +MY_P=${P/-black/} +DESCRIPTION="KDE native window decoration" +HOMEPAGE="http://kde-look.org/content/show.php/Vista%2BBlack?content=59826" +SRC_URI="http://kde-look.org/CONTENT/content-files/59826-${MY_P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="|| ( kde-base/kwin kde-base/kdebase )" +RDEPEND="${DEPEND}" + +S=${MY_P} + +need-kde 3.2 |