diff options
author | 2006-12-09 12:25:40 +0000 | |
---|---|---|
committer | 2006-12-09 12:25:40 +0000 | |
commit | e9d0306a22f9696f6b4530dc09fc2cef49e2a448 (patch) | |
tree | 2ad887a3177d7bee85e9597117555e138a872cfa /x11-themes/serenity/serenity-1.6.ebuild | |
parent | net-print/cupsddk - automagic patch tweak (diff) | |
download | sunrise-e9d0306a22f9696f6b4530dc09fc2cef49e2a448.tar.gz sunrise-e9d0306a22f9696f6b4530dc09fc2cef49e2a448.tar.bz2 sunrise-e9d0306a22f9696f6b4530dc09fc2cef49e2a448.zip |
x11-themes/serenity: Version bump to 1.6
svn path=/sunrise/; revision=2179
Diffstat (limited to 'x11-themes/serenity/serenity-1.6.ebuild')
-rw-r--r-- | x11-themes/serenity/serenity-1.6.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-themes/serenity/serenity-1.6.ebuild b/x11-themes/serenity/serenity-1.6.ebuild new file mode 100644 index 000000000..2fea94e2e --- /dev/null +++ b/x11-themes/serenity/serenity-1.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde + +DESCRIPTION="KDE style and native window decoration" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=35954" +SRC_URI="http://maxilys.awardspace.com/archives/${P}.tar.bz2 + http://maxilys.awardspace.com/archives/more.colorschemes.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +IUSE="" +RESTRICT="nomirror" + +DEPEND="|| ( kde-base/kwin kde-base/kdebase ) + !x11-themes/serenity-decoration + !x11-themes/serenity-style" + +need-kde 3.4 + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + insinto /usr/share/apps/kdisplay/color-schemes/ + for kcsrc in ../more.colorschemes/Serenity*kcsrc ; do + doins ${kcsrc} + done +} + |